zola/test_site
Skyper d3ab3936de
[WIP] Add support for base64-encoded hash values to 'get_file_hash' (#1339)
* Add support for base64-encoded hash values

The global template function 'get_file_hash' can now return a
base64-encoded hash value when its 'base64' parameter is set to true.

See discussion in #519.

* Fix integrity attribute's value in test site

SRI hash values must be base64-encoded.

* Update documentation about 'get_file_hash'

* Fix 'can_get_hash_for_static_files' unit test
2021-02-20 13:31:37 +01:00
..
_dir_with_underscores Allow site path to contain underscores (#1162) 2020-09-22 09:46:22 +02:00
content Move extra_syntax to markup.rs 2020-12-21 08:54:43 +01: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 Move extra_syntax to markup.rs 2020-12-21 08:54:43 +01:00
templates [WIP] Add support for base64-encoded hash values to 'get_file_hash' (#1339) 2021-02-20 13:31:37 +01:00
themes/sample Make current_path always start with a slash (#1101) 2020-07-29 20:44:09 +02:00
config.staging.toml Remove watch-only 2020-12-22 21:35:15 +01:00
config.toml Remove watch-only 2020-12-22 21:35:15 +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.