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
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
Ryan McGrath
0bcc706a55
One more time, Dracula theme, lol
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
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
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
5 years ago
Luke Peterson
825152242d
Remove redundant "From Source" documentation
5 years ago
Vincent Prouillet
3685ed1672
Merge pull request #529 from getzola/next
0.5.1
5 years ago
Vincent Prouillet
5eebbc68de
Merge branch 'master' into next
5 years ago
Vincent Prouillet
f193152c85
Looks like it needs 1.30?
5 years ago
Vincent Prouillet
cea6c347bb
Set 0.5.1 release date
5 years ago
Vincent Prouillet
8e4c91c36b
Merge pull request #555 from rwhogg/patch-2
Mark required Rust version as 1.29
5 years ago
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.
5 years ago