Vincent Prouillet
f9811bc8c6
Some updates
5 years ago
Vincent Prouillet
47a87d230d
Start changelog
5 years ago
Jakub Turski
8a737d71fb
Add an option to hard link files from static/ instead of copying. ( #723 )
* Add hard_link_static config option.
* Copy or hardlink file depending on an argument.
Modify the call sites for `copy_file` to account for the extra argument.
* Plug the config setting through to copy_file.
Don't apply the config option to theme's static directory.
* Update documentation.
* Backticks make no sense in this comment.
* Addressing PR comments.
* Be consistent with argument naming.
5 years ago
Vincent Prouillet
6992e8a1c1
Remove hardcoded DOCKER_TAG
Closes https://github.com/getzola/zola/issues/732
5 years ago
Jakub Wieczorek
b716401217
Fix warnings caused by unnecessary `mut` qualifiers ( #735 )
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
Vincent Prouillet
627222afad
Update sitemaps namespace
Closes #722
5 years ago
Vincent Prouillet
f26f7719c6
Mention the id variable for the anchor link template
Closes #727
5 years ago
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