about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeLines
* Reformat CSSAlan Pearce2024-03-17-3/+3
|
* Merge pull request 'Minor multilingual fix: change date format to ↵Alan Pearce2024-03-17-2/+7
|\ | | | | | | | | | | "YYYY-MM-DD", add margin to active language in language switcher' (#13) from dobrvlskyi/zola-bearblog:multilingual into main Reviewed-on: https://codeberg.org/alanpearce/zola-bearblog/pulls/13
| * Add styling to active language in language switcherOleksii Dobrovolskyi2024-03-17-1/+6
| |
| * Change date format to YYYY-MM-DDOleksii Dobrovolskyi2024-03-17-1/+1
|/
* Merge pull request 'Minor translation fix: use the translated term for ↵Alan Pearce2024-03-01-1/+1
|\ | | | | | | | | | | "remove filter"' (#12) from g4m4/zola-bearblog:fix_multilingual into main Reviewed-on: https://codeberg.org/alanpearce/zola-bearblog/pulls/12
| * Minor translation fix: use the translated term for "remove filter"g4m42024-03-01-1/+1
|/
* Merge pull request 'Basic multilingual site' (#10) from multilingual into mainAlan Pearce2024-02-20-10/+145
|\ | | | | | | Reviewed-on: https://codeberg.org/alanpearce/zola-bearblog/pulls/10
| * Make language switcher more semanticAlan Pearce2024-02-20-2/+2
| |
| * Add missing trailing slash to translation linksAlan Pearce2024-02-20-1/+1
| |
| * Show language switcher on all pagesAlan Pearce2024-02-20-6/+2
| |
| * Translation link now pointing to the translation of the current pageg4m42024-02-20-1/+6
| |
| * Fix nav with default languageAlan Pearce2024-02-18-2/+2
| |
| * Update netlify style-src hashAlan Pearce2024-02-18-1/+1
| |
| * Create optional language switcherAlan Pearce2024-02-18-6/+29
| |
| * Create basic German version of websiteAlan Pearce2024-02-18-13/+124
|/
* Remove inline stylesAlan Pearce2024-02-18-2/+6
| | | | Resolves part of https://codeberg.org/alanpearce/zola-bearblog/issues/4
* Merge pull request 'Add Home to extra.main_menu so it can be translated on ↵Alan Pearce2024-02-18-1/+8
|\ | | | | | | | | | | the multilingual websites' (#8) from dobrvlskyi/zola-bearblog:main-menu into main Reviewed-on: https://codeberg.org/alanpearce/zola-bearblog/pulls/8
| * Add Home to extra.main_menu so it can be translated on the multilingual websitesOleksii Dobrovolskyi2024-02-14-1/+8
|/
* Update Netlify style SHA hashAlan Pearce2024-02-13-1/+1
|
* Merge pull request 'Correction of headings hierarchy and styling' (#7) from ↵Alan Pearce2024-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 stylingOleksii Dobrovolskyi2024-02-13-2/+6
|/
* Merge pull request 'Adding lang=lang attribute to header.html and page.html' ↵Alan Pearce2024-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.htmlOleksii Dobrovolskyi2024-02-13-2/+2
|/
* Show heading in taxonomy list pageAlan Pearce2024-02-09-0/+1
|
* Display tag header on single-tag pagesAlan Pearce2024-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 Pearce2024-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 ↵g4m42024-01-29-3/+3
|/ | | | be setup
* Hash inline style in CSPAlan Pearce2023-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 themeAlan Pearce2023-09-09-2/+8
|
* Add form-action and base-uri CSPsAlan Pearce2023-09-09-1/+1
|
* Update base_urlAlan Pearce2023-09-09-1/+1
|
* Merge dark/light screenshots into oneAlan Pearce2023-09-03-8/+3
|
* Add "deploy to netlify" buttonAlan Pearce2023-09-02-0/+6
|
* Update demo URLAlan Pearce2023-09-02-1/+1
|
* Add meta descriptionAlan Pearce2023-09-02-1/+2
|
* Remove ignored CSP contentAlan Pearce2023-09-02-1/+1
|
* Move demo site to netlifyAlan Pearce2023-09-02-1/+1
|
* Add netlify status badge to readmeAlan Pearce2023-09-02-0/+2
|
* Configure headers for netlifyAlan Pearce2023-09-02-0/+10
|
* Add netlify.tomlAlan Pearce2023-09-02-0/+15
|
* Add content-security-policy header-equivalent meta tagAlan Pearce2023-09-02-0/+3
|
* Linkify demo URLAlan Pearce2023-07-30-1/+1
|
* Merge pull request 'Update 'theme.toml'' (#1) from jakeg/zola-bearblog:main ↵Alan Pearce2023-04-28-1/+1
|\ | | | | | | | | | | into main Reviewed-on: https://codeberg.org/alanpearce/zola-bearblog/pulls/1
| * Update 'theme.toml'jakeg2023-04-28-1/+1
|/ | | | Fix Link.
* Fix spacing of code examplesAlan Pearce2023-04-26-1/+1
|
* Remove duplicate header in demo contentAlan Pearce2023-04-26-2/+0
|
* Improve whitespacing in HTMLAlan Pearce2023-04-26-10/+10
|
* Use relative font sizesAlan Pearce2023-04-26-3/+3
|
* Move header/footer/main elements into child templatesAlan Pearce2023-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 elementsAlan Pearce2023-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