Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | improve accessibility and HTML validity | Alan Pearce | 2024-05-29 | -24/+24 |
| | ||||
* | improve whitespace generation in output files | Alan Pearce | 2024-05-29 | -53/+51 |
| | ||||
* | update style from the original bear blog repository[1] | Alan Pearce | 2024-05-29 | -99/+84 |
| | | | | [1]: https://github.com/HermanMartinus/bearblog/blob/639edff3781bd1e66723a4584ba3bbff32aaac0b/templates/styles/blog/default.css | |||
* | Use translations for table of contents <summary> | Alan Pearce | 2024-05-28 | -1/+1 |
| | ||||
* | feat(table of contents): Add table of contents | Emilio Ziniades | 2024-05-13 | -0/+19 |
| | | | | | | | | | | | 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. | |||
* | Reformat CSS | Alan Pearce | 2024-03-17 | -2/+2 |
| | ||||
* | Add styling to active language in language switcher | Oleksii Dobrovolskyi | 2024-03-17 | -1/+6 |
| | ||||
* | Minor translation fix: use the translated term for "remove filter" | g4m4 | 2024-03-01 | -1/+1 |
| | ||||
* | Make language switcher more semantic | Alan Pearce | 2024-02-20 | -2/+2 |
| | ||||
* | Add missing trailing slash to translation links | Alan Pearce | 2024-02-20 | -1/+1 |
| | ||||
* | Show language switcher on all pages | Alan Pearce | 2024-02-20 | -6/+2 |
| | ||||
* | Translation link now pointing to the translation of the current page | g4m4 | 2024-02-20 | -1/+6 |
| | ||||
* | Fix nav with default language | Alan Pearce | 2024-02-18 | -2/+2 |
| | ||||
* | Create optional language switcher | Alan Pearce | 2024-02-18 | -2/+19 |
| | ||||
* | Create basic German version of website | Alan Pearce | 2024-02-18 | -9/+16 |
| | ||||
* | Remove inline styles | Alan Pearce | 2024-02-18 | -2/+6 |
| | | | | Resolves part of https://codeberg.org/alanpearce/zola-bearblog/issues/4 | |||
* | Add Home to extra.main_menu so it can be translated on the multilingual websites | Oleksii Dobrovolskyi | 2024-02-14 | -1/+0 |
| | ||||
* | Correction of headings hierarchy and styling | Oleksii Dobrovolskyi | 2024-02-13 | -2/+6 |
| | ||||
* | Adding lang=lang attribute to header.html and page.html | Oleksii Dobrovolskyi | 2024-02-13 | -2/+2 |
| | ||||
* | Show heading in taxonomy list page | Alan Pearce | 2024-02-09 | -0/+1 |
| | ||||
* | Display tag header on single-tag pages | Alan Pearce | 2024-02-09 | -1/+1 |
| | | | | Fixes https://codeberg.org/alanpearce/zola-bearblog/issues/3 | |||
* | [TEMPLATES] Use the localised version of get_url so multilingual sites can ↵ | g4m4 | 2024-01-29 | -3/+3 |
| | | | | be setup | |||
* | Hash inline style in CSP | Alan Pearce | 2023-09-09 | -3/+0 |
| | | | | | openssl dgst -sha256 -binary < templates/style.html | openssl enc -base64 2Sbht7dvdhJX00j84akXy9AejYUf6sOM3OpwMxNiDXQ= | |||
* | Allow end-user to disable CSP header meta tags without editing theme | Alan Pearce | 2023-09-09 | -2/+6 |
| | ||||
* | Add meta description | Alan Pearce | 2023-09-02 | -0/+1 |
| | ||||
* | Remove ignored CSP content | Alan Pearce | 2023-09-02 | -1/+1 |
| | ||||
* | Add content-security-policy header-equivalent meta tag | Alan Pearce | 2023-09-02 | -0/+3 |
| | ||||
* | Fix spacing of code examples | Alan Pearce | 2023-04-26 | -1/+1 |
| | ||||
* | Improve whitespacing in HTML | Alan Pearce | 2023-04-26 | -10/+10 |
| | ||||
* | Use relative font sizes | Alan Pearce | 2023-04-26 | -3/+3 |
| | ||||
* | Move header/footer/main elements into child templates | Alan Pearce | 2023-04-26 | -27/+25 |
| | | | | | | | | The <content> tag is not meant for normal HTML, but rather the Shadow DOM, therefore I replaced it with <main> For consistency's sake I moved <header> and <footer> into the child templates as well | |||
* | Remove trailing slashes on void elements | Alan Pearce | 2023-04-26 | -4/+4 |
| | | | | https://github.com/validator/validator/wiki/Markup-»-Void-elements#trailing-slashes-in-void-element-start-tags-do-not-mark-the-start-tags-as-self-closing | |||
* | Sorry Terry, you'll have to go | Alan Pearce | 2023-04-19 | -1/+0 |
| | ||||
* | Remove commented-out colour | Alan Pearce | 2023-04-19 | -1/+0 |
| | ||||
* | Reformat templates | Alan Pearce | 2023-04-18 | -108/+108 |
| | ||||
* | Make date format configurable | Alan Pearce | 2023-04-18 | -3/+3 |
| | ||||
* | Cleanup whitespace | Alan Pearce | 2023-04-18 | -17/+9 |
| | ||||
* | Fix lang attribute | Alan Pearce | 2023-04-18 | -1/+1 |
| | ||||
* | Crudely enable external nav menu links | Alan Pearce | 2023-04-18 | -0/+4 |
| | ||||
* | Don't reverse the order of pages | Alan Pearce | 2023-04-18 | -2/+2 |
| | ||||
* | Initial commit | Alan Pearce | 2023-04-17 | -0/+359 |