zola/test_site
Seth Morabito f4a1e99b98 Page and config authors (#2024) (#2092)
The W3C feed validator fails to validate RSS 2.0 and Atom 1.0 feed
elements that do not contain a valid author. This change adds an
`authors: Vec<String>` to pages, as well as an `author: Option<String>`
to Config that will act as a default to use in RSS and Atom templates if
no page-level authors are specified.
2023-02-16 20:49:03 +01:00
..
_dir_with_underscores Allow site path to contain underscores (#1162) 2020-09-22 09:46:22 +02:00
content Page and config authors (#2024) (#2092) 2023-02-16 20:49:03 +01:00
highlight_themes Support custom syntax highlighting themes (#1499) 2021-09-13 21:08:48 +02: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 Remove built-in shortcodes 2023-02-16 20:49:03 +01:00
themes/sample Merge branch 'master' into next 2021-07-18 13:53:27 +02:00
config.staging.toml Remove watch-only 2020-12-22 21:35:15 +01:00
config.toml Page and config authors (#2024) (#2092) 2023-02-16 20:49:03 +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.