Vincent Prouillet
469babbd97
Update docs on markdown filter
...
Closes #989
2020-04-12 17:26:01 +02:00
Vincent Prouillet
56e25132a9
Update deps + fix some misleading doc
2020-04-12 17:21:04 +02:00
Vincent Prouillet
4242723e4d
Update syntect dump files
2020-03-12 21:04:01 +01:00
Vincent Prouillet
6eb8d34644
Merge pull request #951 from getzola/next
...
0.10.1
2020-03-12 20:59:20 +01:00
Andrew Barchuk
2e6d996709
Fix a pair of Tera links ( #968 )
2020-03-11 07:59:54 +01:00
Damian Carrillo
1a3e91f5f4
Fixing a missing link to Tera Filters ( #966 )
...
The previous link results in a 404. This is the updated link.
2020-03-09 08:15:18 +01:00
SasakiSaki
073e24659d
Add highlight for lyric ( #949 )
...
* Add highlight for lyric files
* Add highlight theme nyx-bold
* Update the documents
* Add highlight for subtitle files
2020-02-21 14:14:25 +01:00
Aphek
cc67bf0c88
Change continue-reading to use a span with id instead of a named anchor in a paragraph ( #941 )
...
* Change continue-reading to use a span element instead of named anchor
* Fix all tests
2020-02-07 21:07:10 +01:00
Vincent Prouillet
ac3ced828b
Multiple slugification strategies ( #929 )
2020-02-05 09:13:14 +01:00
Vincent Prouillet
782cc7d686
Fix some more merge conflicts
2020-02-02 17:50:36 -08:00
ethereal
94445ae745
Add --root global argument. Fixes #899 . ( #932 )
2020-02-02 17:48:43 -08:00
photong
5ba4d47538
Docs next ( #858 )
...
* 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
* Updates.
* Skip link checking for URL with prefix in config (#846 )
* Fix some doc changes
* Section extra -> SitemapEntry (#850 )
* Update deps
* Remove tutorial link.
* Update overview.md
* Update page.md
* Update section.md
* Update netlify.md
* Update overview.md
* Change some wording.
* Update overview.md
Co-authored-by: Tjeu Kayim <15987676+TjeuKayim@users.noreply.github.com>
Co-authored-by: Vincent Prouillet <balthek@gmail.com>
Co-authored-by: Stan Rozenraukh <stan@stanistan.com>
2020-02-02 17:48:43 -08:00
Vincent Prouillet
ceb9bc8ed7
Optionally do not slugify paths ( #875 )
...
* maybe_slugify() only does simple sanitation if config.slugify is false
* slugify is disabled by default, turn on for backwards-compatibility
* First docs changes for optional slugification
* Remove # from slugs but not &
* Add/fix tests for utf8 slugs
* Fix test sites for i18n slugs
* fix templates tests for i18n slugs
* Rename slugify setting to slugify_paths
* Default slugify_paths
* Update documentation for slugify_paths
* quasi_slugify removes ?, /, # and newlines
* Remove forbidden NTFS chars in quasi_slugify()
* Slugification forbidden chars can be configured
* Remove trailing dot/space in quasi_slugify
* Fix NTFS path sanitation
* Revert configurable slugification charset
* Remove \r for windows newlines and \t tabulations in quasi_slugify()
* Update docs for output paths
* Replace slugify with slugify_paths
* Fix test
* Default to not slugifying
* Move slugs utils to utils crate
* Use slugify_paths for anchors as well
2020-02-02 17:48:43 -08:00
Philipp Oppermann
72373bea9b
Add path to TranslatedContent
( #863 )
...
* Add path to `TranslatedContent`
This makes it possible to retrieve the translated page through the `get_page` function.
* Use TranslatedContent::path field in test_site_i18n
Use it with the `get_page` function to get a reference to the page object.
2020-02-02 17:48:43 -08:00
Vincent Prouillet
1a6edbcf63
Fix some doc changes
2020-02-02 17:48:42 -08:00
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.
2020-02-02 17:48:42 -08:00
Tjeu Kayim
75570d041a
Skip link checking for URL with prefix in config ( #846 )
2020-02-02 17:47:01 -08:00
Morgan
e8dc33ad08
fixes #844 duplicate entries in doc ( #845 )
2020-02-02 17:47:01 -08:00
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`
2020-02-02 17:45:16 -08:00
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
2020-02-02 17:45:16 -08:00
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
2020-02-02 17:44:38 -08:00
Vincent Prouillet
cb4056c0f2
Add zenburn theme
...
Closes #813
2020-02-02 17:44:38 -08:00
Vincent Prouillet
6856b11d6d
Looks like it now requires 1.36
2020-02-02 17:44:38 -08:00
Einar
e194294664
Pages -> Page ( #903 )
2019-12-26 13:55:54 +01:00
Eduardo Pinho
1bafec4309
Update links to Tera documentation ( #873 )
...
- "/templates" section is gone upstream
2019-12-10 07:00:58 +01:00
David Authier
f4b6f63d3c
📝 Add TOML translations key example ( #864 )
2019-11-28 19:18:52 +01:00
Vincent Prouillet
35b567742c
Ready for release
2019-09-24 19:12:13 -07:00
Arne Beer
f96aad2fdd
Only shrink when resizing with fit ( #803 )
2019-09-24 16:54:14 -07:00
Vincent Prouillet
b16d525134
Mention feed_url in docs
2019-09-16 11:46:17 +02:00
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
2019-09-03 16:50:23 +02:00
Vincent Prouillet
fb89f94516
Process images on rebuild
...
Closes #790
2019-08-29 20:08:04 +02:00
Vincent Prouillet
b396a1bc20
Add --drafts flag + rustfmt
2019-08-24 22:23:08 +02:00
BilLOPGVkPPn8z0JGJhgiAGNo9YAqpk5ruChl0F
258aecec34
Add one-dark syntax highlight theme ( #784 )
2019-08-24 19:06:41 +02:00
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
2019-08-24 19:06:07 +02:00
Vincent Prouillet
6a7e955ab0
Add lang to get_taxonomy & get_taxonomy_url
2019-08-15 22:14:53 +02:00
Joseph Price
36f4ad9a4b
Missing argument in resize_image docs ( #778 )
2019-08-14 11:06:41 +02:00
Vincent Prouillet
f0c48b8a14
Add some more text to zola init
...
Closes #773
2019-08-13 20:16:09 +02:00
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
2019-08-13 19:56:57 +02:00
Vincent Prouillet
fd19469e40
Clarify a bit the pager term
...
Closes #775
2019-08-13 19:19:45 +02:00
Vincent Prouillet
7f459940e1
Allow multiple taxonomies with same name in different language
...
Closes #766
2019-08-10 18:54:32 +02:00
Vincent Prouillet
0e4e0c35b3
Remove all draft specific code
2019-07-19 11:10:28 +02:00
Hendrik Sollich
9f46048c0e
Add Tomorrow theme ( #749 )
2019-07-16 17:22:02 +02:00
Vincent Prouillet
0585a1f59b
Update all themes
2019-07-13 00:03:19 +02:00
Vincent Prouillet
f5c7b44027
Add warning for old style internal link + fix one
2019-07-12 22:56:07 +02:00
Vincent Prouillet
666de5160e
Fix Netlify auto-deploy instructions
...
Closes #745
2019-07-12 22:54:18 +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
Vincent Prouillet
f26f7719c6
Mention the id variable for the anchor link template
...
Closes #727
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
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
.
2019-07-11 10:00:35 +02:00