Vincent Prouillet
ea5a106d6e
Update changelog
5 years ago
Vincent Prouillet
a3186091db
Update changelog
5 years ago
Vincent Prouillet
d624f7ec8b
Update base64
5 years ago
Vincent Prouillet
243702e2c2
Update tera
5 years ago
Tjeu Kayim
6149fd17e1
Skip anchor checking for URL with prefix in config ( #812 )
* cargo fmt & clippy
* Skip anchor checking for URL with prefix in config
5 years ago
Vincent Prouillet
0578e97d2f
Start 0.10
5 years ago
Vincent Prouillet
35b567742c
Ready for release
5 years ago
Vincent Prouillet
5844047435
Update slotmap
5 years ago
Marcus Klaas de Vries
4fd5d3f348
Bump pulldown_cmark to version 0.6.0 ( #797 )
* Bump pulldown_cmark to version 0.6.0
* Rename headers to headings
5 years ago
Neil Kistner
52c2b74b39
Add anchor existence checking to link_checker component ( #786 )
* Add anchor existant checking to link_checker component
* Oops, forgot some changes
* Drop scraper dependency and rework tests
* Handle name attributes
5 years ago
Vincent Prouillet
fb89f94516
Process images on rebuild
Closes #790
5 years ago
Vincent Prouillet
b396a1bc20
Add --drafts flag + rustfmt
5 years ago
Vincent Prouillet
57691be90d
Update changelog
5 years ago
Vincent Prouillet
6d5611f409
Use new Tera escape_xml filter for xml files
5 years ago
Vincent Prouillet
a6db79f89b
Use fixed version for syntect
>3.2.0 has an updated onig version which requires llvm
which isn't built in azure pipelines in Windows
5 years ago
Vincent Prouillet
be0687ba6e
cargo update
5 years ago
Vincent Prouillet
7f459940e1
Allow multiple taxonomies with same name in different language
Closes #766
5 years ago
Vincent Prouillet
e74dab535d
Update deps & re-render on anchor-link.html changes
Closes #719
5 years ago
Vincent Prouillet
b9a5cb3d14
Min version is now 1.35 it seems
5 years ago
Vincent Prouillet
17de9b6a36
Update deps
5 years ago
Vincent Prouillet
0e4e0c35b3
Remove all draft specific code
5 years ago
Vincent Prouillet
d356a76a01
Update deps
5 years ago
Vincent Prouillet
d2a62153d7
Do not load draft pages
Part fix of #742
5 years ago
Vincent Prouillet
f9811bc8c6
Some updates
5 years ago
Vincent Prouillet
47a87d230d
Start changelog
5 years ago
Tim Visée
90dad05c67
Add --open flag to serve command, to open URL in default browser ( #739 )
* Add --open flag to serve command, to open URL in default browser
* Mention serve --open flag in CLI documentation
5 years ago
Igor Gnatenko
d43812dee6
chore: Update toml to 0.5 everywhere
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
5 years ago
Vincent Prouillet
71e149c513
v0.8.1
5 years ago
Vincent Prouillet
193e35e365
Prepare for release
5 years ago
Vincent Prouillet
df720a5baf
Update deps
5 years ago
Vincent Prouillet
d0091c1324
Update completions
5 years ago
Sam Ford
39f97f1520
Update actix-web to 1.0
* actix_web::fs is now found in the actix-files crate.
* NotFoundHandler is now implemented using ErrorHandlers and the
path to 404.html is provided to the not_found() function using
actix_web::App::data. This setup allows for additional StatusCodes
to be handled in the future, if desired.
* Cleanly serving index.html files for requests to directories now
appears to be possible simply by using index_file("index.html") in
the static files service, so handle_directory() is removed.
5 years ago
Vincent Prouillet
eb4525e759
Update Tera
5 years ago
Vincent Prouillet
35138468ac
Urlencode urls in xml templates
5 years ago
Vincent Prouillet
8fe89870af
Add release options to cargo
5 years ago
Vincent Prouillet
0aee33f9c5
Add very copy/pasty impl of anchor checking
5 years ago
Vincent Prouillet
cb962f7a64
Add aliases to sections
5 years ago
Igor Gnatenko
1a05401ecd
chore: Update glob to 0.3 ( #700 )
* chore: Update glob to 0.3
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
* chore: Update ws to 0.8
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
5 years ago
Stuart Small
12d2576fba
Fix for #632 - add ability to get asset image dimensions ( #670 )
5 years ago
Vincent Prouillet
fae644cffe
Update pulldown_cmark
Close #693
5 years ago
Vincent Prouillet
cdfd63a1ad
Add zola check to changelog and remove check option from config doc
5 years ago
Marcus Klaas de Vries
0d964204c3
Check command global ( #683 )
* Add check subcommand
* Add some brief documentation for the check subcommand
* Start working on parallel link checks
* Check all external links in Site
* Return *all* dead links in site
5 years ago
Vincent Prouillet
7a7241e793
Start work on 0.7.1
5 years ago
Vincent Prouillet
f980432a52
Prepare for release
5 years ago
Vincent Prouillet
11ef490699
Revert base-path commit and add changelog
5 years ago
Vincent Prouillet
603906de85
Add a test for local time in TOML
5 years ago
Vincent Prouillet
911396c57f
v0.6.1
5 years ago
Vincent Prouillet
6822c081f6
Update changelog
5 years ago
Blake Smith
1815155c1d
Allow default base-path command line option to be set for building and serving
5 years ago
Vincent Prouillet
e00cd3e1b0
Always default to plain for load_data on unknown extensions
5 years ago