Hendrik Sollich
9f46048c0e
Add Tomorrow theme ( #749 )
2019-07-16 17:22:02 +02:00
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.
2019-07-12 22:54:18 +02:00
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
2019-07-12 22:54:18 +02:00
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;
2019-07-12 22:54:18 +02:00
Tobias Kortkamp
6895ae5b10
docs: Add installation on FreeBSD ( #741 )
2019-07-10 21:39:30 +02:00
Igor Gnatenko
a49daa7463
docs: Add installation on Fedora ( #734 )
2019-06-30 18:10:21 +02:00
Vincent Prouillet
e6902264ef
Merge pull request #678 from getzola/next
...
0.8.0
2019-06-22 11:48:56 +02:00
Bridouz
089278faa7
Add url for base16 syntax highlighting examples
2019-06-17 10:08:05 +02:00
Vincent Prouillet
ec61a57841
Use @/ for internal links rather than ./
...
Close #686
2019-05-27 14:35:18 +02:00
Vincent Prouillet
cdfd63a1ad
Add zola check to changelog and remove check option from config doc
2019-05-27 14:16:46 +02:00
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
2019-05-27 14:05:07 +02:00
Vincent Prouillet
debe0633bc
Revert "Allow default base-path command line option to be set for building and serving"
...
This reverts commit 1815155c1d
.
2019-04-20 12:50:34 +02:00
Vincent Prouillet
78c8f9cd59
Add note about Powershell ISE
...
Closes #530
2019-03-25 23:17:37 +01:00
Vincent Prouillet
5d695d7ce8
Merge pull request #567 from getzola/next
...
v.0.6.0
2019-03-25 20:26:07 +01:00
Blake Smith
1815155c1d
Allow default base-path command line option to be set for building and serving
2019-03-23 20:25:56 -05:00
Eli Flanagan
ce0f0ec935
use nix-shell to build on nixos
...
Fix #616 . Add brief documentation for how to use it.
2019-02-19 19:23:27 -05:00
Vincent Prouillet
723729b6d1
Merge branch 'master' into next
2019-02-16 15:49:19 +01:00
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`.
2019-02-05 11:09:18 +01:00
Ryan McGrath
0bcc706a55
One more time, Dracula theme, lol
2019-01-15 14:20:47 -08:00
Vincent Prouillet
cae9223ebd
Mention that serve deletes the public dir as well
2019-01-07 19:24:08 +01:00
Vincent Prouillet
0f0304d7ed
Mention build rm the directory
2019-01-05 11:04:12 +01:00
Vincent Prouillet
288917b42d
Pest now requires 1.31
2018-12-29 11:38:28 +01:00
Vincent Prouillet
779511ae43
Pass down lang and start docs
2018-12-28 13:24:49 +01:00
Luke Peterson
825152242d
Remove redundant "From Source" documentation
2018-12-15 08:35:09 -08:00
Vincent Prouillet
5eebbc68de
Merge branch 'master' into next
2018-12-14 17:35:50 +01:00
Vincent Prouillet
f193152c85
Looks like it needs 1.30?
2018-12-14 17:35:18 +01:00
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.
2018-12-11 10:58:53 -08:00
Vincent Prouillet
fb4c562088
Removing gutenberg completely from installation instructions
2018-11-30 22:23:18 +01:00
Igor Kapkov
a6ec2b65c7
Update brew docs
2018-11-30 19:37:14 +11:00
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`.
2018-11-28 22:16:40 -07:00
Vincent Prouillet
34da6fdffd
yaourt -> yay
2018-11-19 17:27:15 +01:00
Chris
cec89dea94
Fixed wrong heading
...
Changed arch linux from h2 to h3
2018-11-19 16:36:07 +01:00
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
2018-11-19 16:34:39 +01:00
Vincent Prouillet
29b8dffe27
Update docs for install/netlify deploy for zola/gutenberg
2018-11-12 19:58:46 +01:00
Vincent Prouillet
39bcbd70d0
Merge pull request #517 from gsomix/patch-1
...
Add info about chocolatey package
2018-11-12 14:24:05 +01:00
Evgeniy Andreev
070280021d
Add info about chocolatey package
2018-11-12 12:20:37 +04:00
Robert Masen
43cac703a3
add --watch-only to docs
2018-11-01 17:36:47 -05:00
Vincent Prouillet
c05f7c8362
Merge branch 'master' into next
2018-10-31 08:41:20 +01:00
Vincent Prouillet
8a6d3d42ec
Add ayu highlighting theme
2018-10-26 20:04:56 +02:00
Vincent Prouillet
0101e5cb12
Update docs to refer to zola
2018-10-18 23:11:36 +02:00
Elias Roa
dd13f30a41
Minor documentation typo fixes
2018-10-10 15:21:58 -06:00
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 .
2018-10-09 20:20:09 -06:00
Jonathan Watt
4c96f2ec17
Fix the spelling of "macOS"
2018-10-07 18:17:33 +01:00
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
2018-09-24 19:19:34 +02:00
Vincent Prouillet
cf5f22135f
Some more info on installation
2018-09-18 12:13:00 +02:00
Vincent Prouillet
014ce878f8
Merge pull request #368 from Keats/next
...
Next version
2018-09-03 19:39:10 +02:00
Cameron Dershem
15b74b2907
Updates docs to match proper toml syntax.
2018-08-29 18:56:21 -04:00
Nathan Ringo
48391dbafb
extra_syntaxes documentation
2018-08-14 09:54:24 -05:00
Vincent Prouillet
4f418a11b4
Fix live reload of section content
2018-08-05 10:30:01 +02:00
Vincent Prouillet
84a3193e97
Last fixes
2018-08-03 19:47:39 +02:00