zola/test_site
LunarEclipse363 c054ed1b10 Added support for multiple feeds (i.e. generating both Atom and RSS) (#2477)
* Added support for multiple feeds

* Implemented backwards-compatibility for feed config

* Added a test for feed config backwards-compat, fixed bugs

- Fixed language config merge bug found by a test
- Adjusted two existing tests to fully check stuff related to multiple feeds
- Added a new test for backwards-compatibility of the changes
- Fixed bugs found by the newly added test

* Renamed MightBeSingle to SingleOrVec

* Made the multiple feeds config changes "loudly" backwards-incompatible

* added #[serde(deny_unknown_fields)] to front-matter, fixed problems this found in tests
2024-06-20 23:15:24 +02:00
..
_dir_with_underscores Allow site path to contain underscores (#1162) 2020-09-22 09:46:22 +02:00
content Added support for multiple feeds (i.e. generating both Atom and RSS) (#2477) 2024-06-20 23:15:24 +02: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 Fix colocated assets in content directory 2023-02-24 22:20:26 +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 Added support for multiple feeds (i.e. generating both Atom and RSS) (#2477) 2024-06-20 23:15:24 +02: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.