Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | sample: disable TOC for German Zola page | Alan Pearce | 2024-05-28 | -0/+1 |
| | | | | it's disabled on the English version, so it should be consistent | |||
* | feat(table of contents): Add table of contents | Emilio Ziniades | 2024-05-13 | -0/+1 |
| | | | | | | | | | | | This feature is disabled by default, but can be enabled/disabled globally or per-page. Zola already provides `page.toc`, this PR simply adds a macro to recursively render that data in nested `ul`s. It also establishes some configuration options to display it and set a maximum headers level. | |||
* | Create basic German version of website | Alan Pearce | 2024-02-18 | -0/+77 |
| | ||||
* | Remove duplicate header in demo content | Alan Pearce | 2023-04-26 | -2/+0 |
| | ||||
* | %s/Hugo/Zola/g | Alan Pearce | 2023-04-18 | -2/+2 |
| | ||||
* | Initial commit | Alan Pearce | 2023-04-17 | -0/+209 |