Nicolas Pochet
b65979fac7
Render the theme template files if present
* Change the behavior of the template rendering:
* Check if the template bare name is present
* Check if the template is part of a theme
* Fallback to defaults
* Change the behavior of the shortcode rendering:
* Call the template rendering function
* Prepend `__zola_builtins/` to most of the default elements in `ZOLA_TERA`
* Add a test to verify the presence and content of a `404.html` page
from a theme's template
5 years ago
Peng Guanwen
5ab3466e2b
Doc improvements
5 years ago
Vincent Prouillet
1b4cfd49d0
More early tera fns and mention limitation of shortcodes in docs
5 years ago
Vincent Prouillet
83472a53d7
Register load_data early
Closes #582
5 years ago
Vincent Prouillet
5caf24f06c
Remove error-chain
Closes #576
5 years ago
Vincent Prouillet
69fb399726
Add failing shortcode body split test
5 years ago
Vincent Prouillet
ae6bc4cf6b
Merge pull request #589 from ryanmcgrath/next
One more time, Dracula theme, lol
5 years ago
Peng Guanwen
1dbd8874c0
derive Debug for HeaderIndex
5 years ago
Ryan McGrath
0bcc706a55
One more time, Dracula theme, lol
5 years ago
Peng Guanwen
80786a2fbb
Revert accidentally change
5 years ago
Peng Guanwen
c027cd97d6
Footnote is now supported in headers
This fixes #569 .
`markdown_to_html` is heavily refactored, header-related things is
handled in a second pass.
5 years ago
Vincent Prouillet
538866487b
Add multilingual taxonomies
5 years ago
Vincent Prouillet
cae9223ebd
Mention that serve deletes the public dir as well
5 years ago
Vincent Prouillet
3d9c27e095
Tweak to docs to mention the paragraph id for continue-reading
5 years ago
toidiu
09f691fa47
add id to continue reading p tag ( #577 )
* add id to continue reading p tag
5 years ago
Vincent Prouillet
5681f244b8
Merge pull request #578 from peng1999/master
Add emphasis, strong and code support in header
5 years ago
Michael Plotke
b8df12a2c1
use svg icon in comparison table, tighten notes prose
5 years ago
Peng Guanwen
7130616f63
Minor fixes
5 years ago
Peng Guanwen
972aab1ac4
Add emphasis, strong and code support in header
5 years ago
Peng Guanwen
774514f4d4
refactor markdown_to_html
this commit contains two refactors:
- extract custom link transformations into a function.
- separate some trivial markup generation.
5 years ago
Vincent Prouillet
0f0304d7ed
Mention build rm the directory
5 years ago
Vincent Prouillet
c441f5e857
Lower serve latency
Closes #554
5 years ago
Vincent Prouillet
7fcb9c5037
Merge pull request #575 from NoumirPoutipou/master
Correct a typo in the theme documentation
5 years ago
Noumir.Poutipou
ee8087fe69
Correct a typo in the theme documentation
5 years ago
Vincent Prouillet
2e126b3a08
Fix race condition with language folder creation
5 years ago
Vincent Prouillet
f45293ab25
cargo fmt
5 years ago
Vincent Prouillet
482a29b109
Merge pull request #572 from bdjnk/next
add michael.plotke.me to list of examples
5 years ago
Vincent Prouillet
19075191ff
Add translations to page/sections
5 years ago
Michael Plotke
4be691aba0
add michael.plotke.me to list of examples
5 years ago
Vincent Prouillet
3d22b4f1f9
Generate per language RSS feed
5 years ago
Vincent Prouillet
832360f9b1
Update deps + rustfmt
5 years ago
Vincent Prouillet
fdb6a2864c
Merge pull request #566 from vojtechkral/imgproc
Implement suggestions in #546
5 years ago
Vincent Prouillet
d2dc2a4962
Add an asset in colocated asset i18n test folder
5 years ago
Vincent Prouillet
288917b42d
Pest now requires 1.31
5 years ago
Vincent Prouillet
a12e9512bc
fmt/clippy
5 years ago
Vincent Prouillet
34708d6592
Handle editing language index colocated
5 years ago
Vincent Prouillet
7313b41f4d
Start adding some tests for building multilingual sites
5 years ago
Vincent Prouillet
779511ae43
Pass down lang and start docs
5 years ago
Vincent Prouillet
1d06324a65
Load multi-languages pages/sections
5 years ago
Vincent Prouillet
b0f6963e4c
Use lang code in permalinks
5 years ago
Vojtech Kral
5348e6452e
docs: Update image processing
5 years ago
Vojtech Kral
9bd6a559c1
imageproc: Use Lanczos3 filter instead of Gaussian
5 years ago
Vojtech Kral
6e84eec32b
imageproc: Add the `format` option, support for PNG thumbnails
Fix #546
5 years ago
Vincent Prouillet
e50d3daad1
Get language from filename
5 years ago
Vincent Prouillet
f0cafcd1d6
Add languages to config
5 years ago
Vincent Prouillet
99b2ccf26c
Merge pull request #565 from mre/patch-1
Add matthias-endler.de to list of examples
5 years ago
Matthias Endler
9aec3f6d5c
Add matthias.endler.de to list of examples
5 years ago
Vincent Prouillet
39d4fe0757
Add forum to site header
5 years ago
Vincent Prouillet
4fb88a4056
Mention colon not allowed in filenames on windows
5 years ago
Vincent Prouillet
9200d540ba
Merge pull request #556 from hazelnusse/remove_documentation_redundancy
Remove redundant "From Source" documentation
6 years ago