Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | default to relative URLs | Alan Pearce | 2024-05-31 | -1/+1 |
| | ||||
* | improve accessibility and HTML validity | Alan Pearce | 2024-05-29 | -0/+4 |
| | ||||
* | update style from the original bear blog repository[1] | Alan Pearce | 2024-05-29 | -1/+1 |
| | | | | [1]: https://github.com/HermanMartinus/bearblog/blob/639edff3781bd1e66723a4584ba3bbff32aaac0b/templates/styles/blog/default.css | |||
* | Fix home link when base_url=/ | Alan Pearce | 2024-05-28 | -1/+1 |
| | ||||
* | Use translations for table of contents <summary> | Alan Pearce | 2024-05-28 | -0/+2 |
| | ||||
* | style: reformat toml files | Alan Pearce | 2024-05-28 | -12/+12 |
| | ||||
* | feat(table of contents): Add table of contents | Emilio Ziniades | 2024-05-13 | -1/+5 |
| | | | | | | | | | | | 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. | |||
* | Change date format to YYYY-MM-DD | Oleksii Dobrovolskyi | 2024-03-17 | -1/+1 |
| | ||||
* | Create optional language switcher | Alan Pearce | 2024-02-18 | -4/+10 |
| | ||||
* | Create basic German version of website | Alan Pearce | 2024-02-18 | -4/+31 |
| | ||||
* | Add Home to extra.main_menu so it can be translated on the multilingual websites | Oleksii Dobrovolskyi | 2024-02-14 | -0/+4 |
| | ||||
* | Allow end-user to disable CSP header meta tags without editing theme | Alan Pearce | 2023-09-09 | -0/+1 |
| | ||||
* | Update base_url | Alan Pearce | 2023-09-09 | -1/+1 |
| | ||||
* | Add meta description | Alan Pearce | 2023-09-02 | -1/+1 |
| | ||||
* | Make date format configurable | Alan Pearce | 2023-04-18 | -0/+1 |
| | ||||
* | Fix demo site base_url | Alan Pearce | 2023-04-17 | -1/+1 |
| | ||||
* | Initial commit | Alan Pearce | 2023-04-17 | -0/+33 |