zola/test_site
Yaroslav d571dea8c3
Per section/subsection feeds (#1128)
* Per section/subsection feeds

* Added `generate_feed` variable to section front matter.
* Generate atom/rss feeds for sections/subsections that have the
`generate_feed` variable set to true (false by default); this works
independent of the `generate_feed` variable in the root `config.toml`
file, however, the name (and template) of the feed file for each section
is the same as `feed_filename` in `config.toml`, just located in the
root of each section.
* Slightly edited `atom.xml` and `rss.xml` so that they include the
section title (if any), and the url of a section, if it's a section
feed.

* Section feeds: tests

* Changed a couple of sections' front matter in order to generate feeds
for them for the test.
* Changed the can_build_feed test in site package to can_build_feeds and
included some assertions to make sure that section feeds are generated
when requested.

* Section feeds: documentation

* Added information about the section front matter variable
`generate_feed` in the section content page.
* Added information about section feeds in the feeds template page.

* Section feeds fix: use section.path for feed path
2020-08-27 20:21:37 +02:00
..
content Per section/subsection feeds (#1128) 2020-08-27 20:21:37 +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 Fixes bug with extra syntaxes in non-root section, adds tests. 2018-08-14 02:12:04 -05:00
templates Make current_path always start with a slash (#1101) 2020-07-29 20:44:09 +02:00
themes/sample Make current_path always start with a slash (#1101) 2020-07-29 20:44:09 +02: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.