zola/test_site
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
2019-01-19 18:06:51 +01:00
..
content Fix reload with taxonomies 2018-11-16 23:51:11 +01:00
sass Preserve folder structure of SCSS content 2018-03-17 13:22:23 -06:00
static Move test_site and turn rebuild.rs into a component 2018-01-29 18:40:12 +01:00
syntaxes Fixes bug with extra syntaxes in non-root section, adds tests. 2018-08-14 02:12:04 -05:00
templates Fix broken taxonomies pagination 2018-11-29 20:24:46 +01:00
themes/sample Render the theme template files if present 2019-01-19 18:06:51 +01:00
config.staging.toml Update test alternative config file 2018-06-25 17:57:55 +02:00
config.toml Add transparent sections 2018-11-06 00:46:13 +01:00
README.md Move test_site and turn rebuild.rs into a component 2018-01-29 18:40:12 +01:00

Test site used by some components (site, rebuild) for integration tests.