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
4 years ago
Vincent Prouillet
5532f62c2d
Check for paths collisions
Closes #366
4 years ago
Vincent Prouillet
ea5a106d6e
Update changelog
5 years ago
Vincent Prouillet
a3186091db
Update changelog
5 years ago
Vincent Prouillet
cb4056c0f2
Add zenburn theme
Closes #813
5 years ago
Vincent Prouillet
0578e97d2f
Start 0.10
5 years ago
Vincent Prouillet
b4a31df73e
Change release date
5 years ago
Vincent Prouillet
35b567742c
Ready for release
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
Vincent Prouillet
57691be90d
Update changelog
5 years ago
Vincent Prouillet
6a7e955ab0
Add lang to get_taxonomy & get_taxonomy_url
5 years ago
Vincent Prouillet
6d5611f409
Use new Tera escape_xml filter for xml files
5 years ago
Vincent Prouillet
8942c15428
Add to changelog + rustfmt
5 years ago
Vincent Prouillet
7f459940e1
Allow multiple taxonomies with same name in different language
Closes #766
5 years ago
Vincent Prouillet
e74dab535d
Update deps & re-render on anchor-link.html changes
Closes #719
5 years ago
Vincent Prouillet
0e4e0c35b3
Remove all draft specific code
5 years ago
Vincent Prouillet
ad6b713759
Do not use serve remove dir result
Closes #752
5 years ago
Vincent Prouillet
7c3a112d7d
Render draft pages in serve mode
5 years ago
Vincent Prouillet
f5c7b44027
Add warning for old style internal link + fix one
5 years ago
Vincent Prouillet
d2a62153d7
Do not load draft pages
Part fix of #742
5 years ago
Vincent Prouillet
47a87d230d
Start changelog
5 years ago
Vincent Prouillet
fe3b734589
Update CHANGELOG.md
5 years ago
Vincent Prouillet
193e35e365
Prepare for release
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
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
Vincent Prouillet
93338c2762
Update changelog and version
5 years ago
Vincent Prouillet
7a7241e793
Start work on 0.7.1
5 years ago
Luke Hsiao
0e0fa57121
docs(changelog): fix formatting in v0.7.0 changelog
5 years ago
Vincent Prouillet
f980432a52
Prepare for release
5 years ago
Vincent Prouillet
11ef490699
Revert base-path commit and add changelog
5 years ago
Vincent Prouillet
603906de85
Add a test for local time in TOML
5 years ago
Vincent Prouillet
911396c57f
v0.6.1
5 years ago
Vincent Prouillet
50caf1c90c
Fix typo in docs
Closes #636
5 years ago
Vincent Prouillet
6822c081f6
Update changelog
5 years ago
Vincent Prouillet
2a8d0de532
Pass extra for page in sitemap entries
5 years ago
Vincent Prouillet
c63b7fde44
load_data now defaults to plain type + fix bug with get_taxonomy fn
5 years ago
Vincent Prouillet
3eaf13d49b
Update pulldown_cmark
5 years ago
Vincent Prouillet
9beaa26023
Add link to sitemap to robots.txt
5 years ago
Vincent Prouillet
7baf08cef2
Update docs for sitemap
5 years ago
Vincent Prouillet
135dc5d5bc
Change default directory for load_data
5 years ago
Vincent Prouillet
705a30aa8d
Move toc to be a rendering page/section variable level
5 years ago
Vincent Prouillet
97d11995c5
Skip render=false sections in sitemap
Fix #604
5 years ago
Vincent Prouillet
e119b68533
Remove earlier/later/lighter/heavier from pages when rendering sections
5 years ago
Vincent Prouillet
83472a53d7
Register load_data early
Closes #582
5 years ago
Vincent Prouillet
3d9c27e095
Tweak to docs to mention the paragraph id for continue-reading
5 years ago
Vincent Prouillet
c441f5e857
Lower serve latency
Closes #554
5 years ago
Vincent Prouillet
b0f6963e4c
Use lang code in permalinks
5 years ago