Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Update Netlify style SHA hash | Alan Pearce | 2024-02-13 | -1/+1 | |
| | |||||
* | Merge pull request 'Correction of headings hierarchy and styling' (#7) from ↵ | Alan Pearce | 2024-02-13 | -2/+6 | |
|\ | | | | | | | | | | | dobrvlskyi/zola-bearblog:headings into main Reviewed-on: https://codeberg.org/alanpearce/zola-bearblog/pulls/7 | ||||
| * | Correction of headings hierarchy and styling | Oleksii Dobrovolskyi | 2024-02-13 | -2/+6 | |
|/ | |||||
* | Merge pull request 'Adding lang=lang attribute to header.html and page.html' ↵ | Alan Pearce | 2024-02-13 | -2/+2 | |
|\ | | | | | | | | | | | (#5) from dobrvlskyi/zola-bearblog:multilingual into main Reviewed-on: https://codeberg.org/alanpearce/zola-bearblog/pulls/5 | ||||
| * | 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 | ||||
* | Merge pull request 'Use the localised version of get_url so multilingual ↵ | Alan Pearce | 2024-01-30 | -3/+3 | |
|\ | | | | | | | | | | | sites can be setup' (#2) from g4m4/zola-bearblog:multilingual_fixes into main Reviewed-on: https://codeberg.org/alanpearce/zola-bearblog/pulls/2 | ||||
| * | [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 | -4/+1 | |
| | | | | | 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/+8 | |
| | |||||
* | Add form-action and base-uri CSPs | Alan Pearce | 2023-09-09 | -1/+1 | |
| | |||||
* | Update base_url | Alan Pearce | 2023-09-09 | -1/+1 | |
| | |||||
* | Merge dark/light screenshots into one | Alan Pearce | 2023-09-03 | -8/+3 | |
| | |||||
* | Add "deploy to netlify" button | Alan Pearce | 2023-09-02 | -0/+6 | |
| | |||||
* | Update demo URL | Alan Pearce | 2023-09-02 | -1/+1 | |
| | |||||
* | Add meta description | Alan Pearce | 2023-09-02 | -1/+2 | |
| | |||||
* | Remove ignored CSP content | Alan Pearce | 2023-09-02 | -1/+1 | |
| | |||||
* | Move demo site to netlify | Alan Pearce | 2023-09-02 | -1/+1 | |
| | |||||
* | Add netlify status badge to readme | Alan Pearce | 2023-09-02 | -0/+2 | |
| | |||||
* | Configure headers for netlify | Alan Pearce | 2023-09-02 | -0/+10 | |
| | |||||
* | Add netlify.toml | Alan Pearce | 2023-09-02 | -0/+15 | |
| | |||||
* | Add content-security-policy header-equivalent meta tag | Alan Pearce | 2023-09-02 | -0/+3 | |
| | |||||
* | Linkify demo URL | Alan Pearce | 2023-07-30 | -1/+1 | |
| | |||||
* | Merge pull request 'Update 'theme.toml'' (#1) from jakeg/zola-bearblog:main ↵ | Alan Pearce | 2023-04-28 | -1/+1 | |
|\ | | | | | | | | | | | into main Reviewed-on: https://codeberg.org/alanpearce/zola-bearblog/pulls/1 | ||||
| * | Update 'theme.toml' | jakeg | 2023-04-28 | -1/+1 | |
|/ | | | | Fix Link. | ||||
* | Fix spacing of code examples | Alan Pearce | 2023-04-26 | -1/+1 | |
| | |||||
* | Remove duplicate header in demo content | Alan Pearce | 2023-04-26 | -2/+0 | |
| | |||||
* | 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 | |
| | |||||
* | Move images to root | Alan Pearce | 2023-04-18 | -0/+0 | |
| | |||||
* | Move images to root | Alan Pearce | 2023-04-18 | -2/+2 | |
| | |||||
* | Reformat templates | Alan Pearce | 2023-04-18 | -108/+108 | |
| | |||||
* | Make date format configurable | Alan Pearce | 2023-04-18 | -3/+5 | |
| | |||||
* | 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 | |
| | |||||
* | Show screenshots in readme | Alan Pearce | 2023-04-18 | -0/+2 | |
| | |||||
* | Update screenshots | Alan Pearce | 2023-04-18 | -0/+0 | |
| | |||||
* | %s/Hugo/Zola/g | Alan Pearce | 2023-04-18 | -2/+2 | |
| | |||||
* | Update theme links | Alan Pearce | 2023-04-17 | -2/+2 | |
| | |||||
* | Fix demo site base_url | Alan Pearce | 2023-04-17 | -1/+1 | |
| | |||||
* | Add screenshots | Alan Pearce | 2023-04-17 | -2/+2 | |
| | |||||
* | Add menu instructions to readme | Alan Pearce | 2023-04-17 | -0/+18 | |
| | |||||
* | Ignore build output | Alan Pearce | 2023-04-17 | -0/+1 | |
| |