Sam Ford
059ca55b36
Update LiveReload.js to v3.0.0 ( #730 )
5 years ago
Jakub Turski
79dfe92bbf
Update cli-usage.md ( #729 )
* Update cli-usage.md
* clarify that it's only the links from markdown files that are being checked;
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
Avery Larsen
1cc0295637
Fix internal links ( #743 )
It looks like two links on this page didn't get updated with the change from `./` to `@/` in ec61a57
.
5 years ago
Tobias Kortkamp
6895ae5b10
docs: Add installation on FreeBSD ( #741 )
5 years ago
Uwe Arzt
fccd5c4028
added https://uwe-arzt.de to examples ( #736 )
5 years ago
Igor Gnatenko
a49daa7463
docs: Add installation on Fedora ( #734 )
5 years ago
Vincent Prouillet
45b8bc3fd4
Merge pull request #724 from nvzqz/simplify-readme
Simplify yes/ehh/no links in README.md
5 years ago
Nikolai Vazquez
14300c1b9a
Simplify yes/ehh/no links in README.md
5 years ago
Vincent Prouillet
fe3b734589
Update CHANGELOG.md
5 years ago
Vincent Prouillet
9faa0ddbdb
Use zola 0.8 for the docs
5 years ago
Vincent Prouillet
e6902264ef
Merge pull request #678 from getzola/next
0.8.0
5 years ago
Vincent Prouillet
193e35e365
Prepare for release
5 years ago
Vincent Prouillet
9df9465080
Only check for port availability when not in watch-only for serve
Closes #712
5 years ago
Vincent Prouillet
df720a5baf
Update deps
5 years ago
Vincent Prouillet
d0091c1324
Update completions
5 years ago
Vincent Prouillet
fec33c8e8b
Merge pull request #706 from elbaro/next
Round up reading time
5 years ago
Vincent Prouillet
20ecab95a1
Merge pull request #709 from samford/actix-1.0
Update actix-web to 1.0
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
3057ce6b38
Merge pull request #699 from leiserfg/add-dockerfile
Add Dockerfile
5 years ago
Vincent Prouillet
4b46749c22
Merge pull request #708 from Bridouz/patch-1
Add url for base16 syntax highlighting examples
5 years ago
Bridouz
089278faa7
Add url for base16 syntax highlighting examples
5 years ago
Vincent Prouillet
c09a41382f
Merge pull request #707 from HanKruiger/patch-1
Fix mistake in `Sorting Subsections` documentation
5 years ago
Han Kruiger
4e8093c589
Fix mistake in `Sorting Subsections` documentation
5 years ago
Vincent Prouillet
dc4904dd5f
Update escaping with latest version of Tera
5 years ago
Vincent Prouillet
eb4525e759
Update Tera
5 years ago
elbaro
237671a0b2
Round up reading time
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
83cf19877a
Merge pull request #703 from cbiffle/master
Add XML declarations to XML templates.
5 years ago
Cliff L. Biffle
eba9726d07
Add XML declaration to XML templates.
Without this, at least one search engine spider was generating a
validation warning.
5 years ago
Vincent Prouillet
76dc62ac49
Copy static folders after processing images when building
5 years ago
Vincent Prouillet
cb962f7a64
Add aliases to sections
5 years ago
Andrew Zah
fa0cf05fe0
Update examples.md ( #702 )
Update my example.
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
Vincent Prouillet
d0890f58ea
In appveyor as well
5 years ago
Vincent Prouillet
a66f9841dc
Maybe even 1.34
5 years ago
Vincent Prouillet
f5658fc119
Looks like the min Rust version got bumped
5 years ago
leiserfg
09c28fe3d7
Add Dockerfile
5 years ago
Vincent Prouillet
debb1529ce
Merge branch 'next' of github.com:getzola/zola into next
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
ba6165fc47
Merge branch 'master' into next
5 years ago
Vincent Prouillet
717f2112bb
Add chmod to list of events on which to rebuild on serve
5 years ago
Marcus Klaas de Vries
bada9ab93f
Touch up dead link error message ( #698 )
5 years ago
Vincent Prouillet
ec61a57841
Use @/ for internal links rather than ./
Close #686
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