zola/docs/content/documentation/content
Kevin Ottens 4754cb5792 Yaml frontmatter (#990)
* Accept dates presented as strings

Still, if we find a string we involve the TOML parser to make sure the
content of said string would be a correct TOML date. In a pure TOML
world this isn't exactly relevant, but this will come in handy when
using a YAML deserializer.

Signed-off-by: Kevin Ottens <ervin@ipsquad.net>

* Add serde_yaml and test-case dependencies

This will be necessary for the YAML frontmatter handling and
corresponding unit tests.

Signed-off-by: Kevin Ottens <ervin@ipsquad.net>

* Add YAML front matter handling

Signed-off-by: Kevin Ottens <ervin@ipsquad.net>

* Switch RawFrontMatter enum to wrap &str instead of String

Signed-off-by: Kevin Ottens <ervin@ipsquad.net>

* Update the documentation to mention YAML frontmatter

This is just a light update on purpose. There would be no point in
pushing YAML too much, this is mainly here to help people with a backlog
of posts to transition.

Signed-off-by: Kevin Ottens <ervin@ipsquad.net>
2020-12-14 20:43:31 +01:00
..
image-processing Fix some doc changes 2020-02-02 17:48:42 -08:00
_index.md Working on site 2017-09-29 15:37:58 +09:00
linking.md Access heading level in anchor-link.html (#1008) 2020-04-29 19:40:25 +02:00
multilingual.md Allow to specify default language in filenames (#1233) 2020-12-14 20:43:31 +01:00
overview.md Fix zola serve 2020-09-28 09:36:16 +02:00
page.md Yaml frontmatter (#990) 2020-12-14 20:43:31 +01:00
sass.md Fix documentation typos (#1157) 2020-09-04 22:53:31 +02:00
search.md Make search index configurable 2020-06-29 20:02:27 +02:00
section.md Yaml frontmatter (#990) 2020-12-14 20:43:31 +01:00
shortcodes.md Allow emitting newlines and whitespace in shortcodes and introduce markdown shortcodes (#1085) 2020-07-29 20:20:43 +02:00
syntax-highlighting.md Update syntect syntaxes 2020-07-19 16:40:24 +02:00
table-of-contents.md Allow emitting newlines and whitespace in shortcodes and introduce markdown shortcodes (#1085) 2020-07-29 20:20:43 +02:00
taxonomies.md Expand taxonomy documentation with movie example (#1219) 2020-12-14 20:43:31 +01:00