zola/test_site/content/posts
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
..
2018 Add transparent sections 2018-11-06 00:46:13 +01:00
no-section Move test_site and turn rebuild.rs into a component 2018-01-29 18:40:12 +01:00
tutorials Per section/subsection feeds (#1128) 2020-08-27 20:21:37 +02:00
with-assets Ignore rename of non md files 2018-11-16 16:59:06 +01:00
2016-10-08_a-post-with-dates.md Fix bug with pages starting with dates 2018-11-13 00:08:46 +01:00
_index.md Per section/subsection feeds (#1128) 2020-08-27 20:21:37 +02:00
draft.md Use @/ for internal links rather than ./ 2019-05-27 14:35:18 +02:00
extra_syntax.md Fixes bug with extra syntaxes in non-root section, adds tests. 2018-08-14 02:12:04 -05:00
fixed-slug.md Slugify given slugs as well 2019-08-04 16:17:02 +02:00
fixed-url.md Move test_site and turn rebuild.rs into a component 2018-01-29 18:40:12 +01:00
ignored.md Allow ignored_content to support markdown files (#759) 2019-08-01 10:18:42 +02:00
python.md Some more bits about continue_reading anchor 2018-03-28 17:01:14 +02:00
simple.md Move test_site and turn rebuild.rs into a component 2018-01-29 18:40:12 +01:00
top-level-alias.md Ensure root output directory exists explicitly. 2018-10-22 22:17:51 +02:00