zola/test_site
Hannu Hartikainen 6708f7637c
Implement get_file_hash (#1044)
* Fix get_url(cachebust=true)

The previous implementation looked for static files in the wrong place.
Look in static_path, output_path and content_path. If file can't be
found in any of them, print a warning to stderr and fall back to using
a timestamp.

Add a test to ensure it also works in practice, not just in theory.

* Implement get_file_hash
2020-06-09 22:38:29 +02:00
..
content Section extra -> SitemapEntry (#850) 2020-02-02 17:48:42 -08:00
sass Preserve folder structure of SCSS content 2018-03-17 13:22:23 -06:00
static Implement get_file_hash (#1044) 2020-06-09 22:38:29 +02:00
syntaxes Fixes bug with extra syntaxes in non-root section, adds tests. 2018-08-14 02:12:04 -05:00
templates Implement get_file_hash (#1044) 2020-06-09 22:38:29 +02: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 Support and default to generating Atom feeds 2020-04-14 17:27:08 +05:30
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.