Vincent Prouillet
1a6edbcf63
Fix some doc changes
5 years ago
photong
51d4b6bd6a
Simple clean up of documentation. ( #849 )
* Update installation.md
* Update cli-usage.md
* Update installation.md
* Update directory-structure.md
* Update configuration.md
* Update overview.md
* Update section.md
* Update page.md
* Update section.md
* Update configuration.md
* Update page.md
* Update section.md
* Update page.md
* Update shortcodes.md
* Update linking.md
* Update table-of-contents.md
* Update syntax-highlighting.md
* Update taxonomies.md
* Update search.md
* Update sass.md
* Update index.md
* Update multilingual.md
* Update overview.md
* Update pages-sections.md
* Update pagination.md
* Update taxonomies.md
* Update rss.md
* Update sitemap.md
* Update robots.md
* Update 404.md
* Update archive.md
* Update overview.md
* Update installing-and-using-themes.md
* Update creating-a-theme.md
* Update netlify.md
* Update github-pages.md
* Update gitlab-pages.md
* Update index.md
* Update page.md
* Update section.md
* Updates.
5 years ago
Tjeu Kayim
75570d041a
Skip link checking for URL with prefix in config ( #846 )
5 years ago
Morgan
e8dc33ad08
fixes #844 duplicate entries in doc ( #845 )
5 years ago
Geobert Quach
3f166285de
Paginator total pages ( #829 )
* feat(pagination): Add `total_pages` in paginator object
* feat(pagination): Added doc for `total_pages`
* feat(pagination): Added test for `total_pages`
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
Bob
4aa2ba84fc
Let toc is visable through Page & Section variables in templates ( #818 )
* Let toc is visable through Page & Section variables in templates
* Removed the current toc variable from page & section
5 years ago
Vincent Prouillet
cb4056c0f2
Add zenburn theme
Closes #813
5 years ago
Vincent Prouillet
6856b11d6d
Looks like it now requires 1.36
5 years ago
Christopher Murphy
21b45aff10
fix: update year in docs template ( #917 )
Updated the copyright year in the docs template to reflect the new year.
4 years ago
Einar
e194294664
Pages -> Page ( #903 )
4 years ago
Eduardo Pinho
1bafec4309
Update links to Tera documentation ( #873 )
- "/templates" section is gone upstream
5 years ago
David Authier
f4b6f63d3c
:memo: Add TOML translations key example ( #864 )
5 years ago
Vincent Prouillet
35b567742c
Ready for release
5 years ago
Arne Beer
f96aad2fdd
Only shrink when resizing with fit ( #803 )
5 years ago
Vincent Prouillet
b16d525134
Mention feed_url in docs
5 years ago
Bob
9db9fc8fb2
Fix the issue of generating the search index for multiple language ( #794 )
* fix the issue of generating the search index for multiple language
* updat docs for generating the search index for multiple language
* fix failed tests
* add tests for the search index of multiple language
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
BilLOPGVkPPn8z0JGJhgiAGNo9YAqpk5ruChl0F
258aecec34
Add one-dark syntax highlight theme ( #784 )
5 years ago
Daniel Egger
beb5a3af41
Universalize the GitHub pages publishing scheme ( #780 )
Added instructions on how to publish to <username>.github.io or <org>.github.io by changing the publishing branch in the repo to `master`. This should work for any type of GitHub publishing, including custom domains.
Fixes #765
5 years ago
Vincent Prouillet
6a7e955ab0
Add lang to get_taxonomy & get_taxonomy_url
5 years ago
Joseph Price
36f4ad9a4b
Missing argument in resize_image docs ( #778 )
5 years ago
Vincent Prouillet
f0c48b8a14
Add some more text to zola init
Closes #773
5 years ago
southerntofu
13b395b536
zola init works inside existing directories ( closes #406 ) ( #777 )
* zola init works without argument (defaults to current directory)
* zola init works with existing folders (no non-hidden files permitted)
* Update zola init documentation
* [docs] Optional argument is on a separate line for clarity
* Add tests for init subcommand's respect of existing folders
5 years ago
Vincent Prouillet
fd19469e40
Clarify a bit the pager term
Closes #775
5 years ago
Vincent Prouillet
7f459940e1
Allow multiple taxonomies with same name in different language
Closes #766
5 years ago
Vincent Prouillet
7e618684da
Ensure public exists for search index
Closes #756
5 years ago
Vincent Prouillet
0e4e0c35b3
Remove all draft specific code
5 years ago
Alexander Rozhkov
bb59f189cc
Update current year :) ( #755 )
5 years ago
Hendrik Sollich
9f46048c0e
Add Tomorrow theme ( #749 )
5 years ago
Vincent Prouillet
0585a1f59b
Update all themes
5 years ago
Vincent Prouillet
f5c7b44027
Add warning for old style internal link + fix one
5 years ago
Vincent Prouillet
666de5160e
Fix Netlify auto-deploy instructions
Closes #745
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
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
f26f7719c6
Mention the id variable for the anchor link template
Closes #727
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
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
Igor Gnatenko
a49daa7463
docs: Add installation on Fedora ( #734 )
5 years ago
Bridouz
089278faa7
Add url for base16 syntax highlighting examples
5 years ago
Han Kruiger
4e8093c589
Fix mistake in `Sorting Subsections` documentation
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
Stuart Small
12d2576fba
Fix for #632 - add ability to get asset image dimensions ( #670 )
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
93338c2762
Update changelog and version
5 years ago