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
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
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
Tobias Kortkamp
6895ae5b10
docs: Add installation on FreeBSD ( #741 )
5 years ago
Igor Gnatenko
a49daa7463
docs: Add installation on Fedora ( #734 )
5 years ago
Bridouz
089278faa7
Add url for base16 syntax highlighting examples
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
Vincent Prouillet
debe0633bc
Revert "Allow default base-path command line option to be set for building and serving"
This reverts commit 1815155c1d
.
5 years ago
Vincent Prouillet
78c8f9cd59
Add note about Powershell ISE
Closes #530
5 years ago
Blake Smith
1815155c1d
Allow default base-path command line option to be set for building and serving
5 years ago
Eli Flanagan
ce0f0ec935
use nix-shell to build on nixos
Fix #616 . Add brief documentation for how to use it.
5 years ago
Leonardo Schwarz
77aad07dc6
Revert "Update snap installation instructions"
This reverts commit 5fd7bf7e61
.
Apparently it is not just no longer necessary to use classic
confinement, but actually impossible, i.e. snap emits an error that the
zola snap is not compatible with `--classic`.
5 years ago
Ryan McGrath
0bcc706a55
One more time, Dracula theme, lol
5 years ago
Vincent Prouillet
cae9223ebd
Mention that serve deletes the public dir as well
5 years ago
Vincent Prouillet
0f0304d7ed
Mention build rm the directory
5 years ago
Vincent Prouillet
288917b42d
Pest now requires 1.31
5 years ago
Vincent Prouillet
779511ae43
Pass down lang and start docs
5 years ago
Luke Peterson
825152242d
Remove redundant "From Source" documentation
6 years ago
Vincent Prouillet
f193152c85
Looks like it needs 1.30?
6 years ago
Bob "Wombat" Hogg
d8693ef1f8
Mark required Rust version as 1.29
690b3f9
updated the required version in Cargo.lock and in the CI config files, but not in the installation instructions.
6 years ago
Vincent Prouillet
fb4c562088
Removing gutenberg completely from installation instructions
6 years ago
Igor Kapkov
a6ec2b65c7
Update brew docs
6 years ago
Bob "Wombat" Hogg
5fd7bf7e61
Update snap installation instructions
If you don't install with classic confinement, you'll get permission errors trying to create sites with `zola init`.
6 years ago
Vincent Prouillet
34da6fdffd
yaourt -> yay
6 years ago
Chris
cec89dea94
Fixed wrong heading
Changed arch linux from h2 to h3
6 years ago
Chris
a1aa7cb4c5
Updated install instructions
I updated the install instructions (snap, scoop, chocolatey) and added the ones where Gutenberg already got renamed to Zola also to the top of the document.
Should yaourt be replaced by one of the other aur-helpers (pikaur, yay,...) as the development for it is stalled/discontinued for quite some time now although it is still working?
Scoop: https://github.com/lukesampson/scoop/blob/master/bucket/zola.json
Chocolatey: https://chocolatey.org/packages/zola
Snap: https://snapcraft.io/zola
6 years ago
Vincent Prouillet
29b8dffe27
Update docs for install/netlify deploy for zola/gutenberg
6 years ago
Evgeniy Andreev
070280021d
Add info about chocolatey package
6 years ago
Robert Masen
43cac703a3
add --watch-only to docs
6 years ago
Vincent Prouillet
8a6d3d42ec
Add ayu highlighting theme
6 years ago
Vincent Prouillet
0101e5cb12
Update docs to refer to zola
6 years ago
Elias Roa
dd13f30a41
Minor documentation typo fixes
6 years ago
Chris Krycho
56c5036abc
Allow inclusion of all items in RSS feeds.
Switch to an `Option<usize>` for the serialized value of `rss_items`.
This lets us just set a blank value in the configuration and thereby
include *all* items.
This is a backwards-compatible change; it does not affect the behavior
of existing configurations.
Fixes #468 . Closes #471 .
6 years ago
Jonathan Watt
4c96f2ec17
Fix the spelling of "macOS"
6 years ago
Greizgh
b8233af2c4
Allow to disable colors through env vars
- unless forced, only use colors in tty
- support CLICOLOR and NO_COLOR vars
- switch to termcolor crate to handle output coloring
6 years ago
Vincent Prouillet
cf5f22135f
Some more info on installation
6 years ago
Cameron Dershem
15b74b2907
Updates docs to match proper toml syntax.
6 years ago
Nathan Ringo
48391dbafb
extra_syntaxes documentation
6 years ago
Vincent Prouillet
4f418a11b4
Fix live reload of section content
6 years ago
Vincent Prouillet
84a3193e97
Last fixes
6 years ago
Vincent Prouillet
3e48ff24b5
Add an external link checker
Close #115
6 years ago
Vincent Prouillet
18bef00671
Rename taxonomies paginate and error on unknown ones
6 years ago
Vincent Prouillet
1ae0702494
Custom taxonomies ( #330 )
6 years ago
Isaac Andrade
486c979761
Fix documentation typos and minor changes:
- Fix some typos
- Some small changes to documentation to make it more clear
- Change the themes list from text to links
6 years ago
Vincent Prouillet
73ddbf7152
Write some docs
6 years ago
Vincent Prouillet
43db3a43ff
Do not require themes to have a static folder
6 years ago
Vincent Prouillet
2eacb8247b
Fix config CLI option
Closes #254
6 years ago
Vincent Prouillet
217738d0c8
Update list of themes
6 years ago