about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeLines
* Merge branch 'main' into microformats2 microformats2Alan Pearce2024-05-28-40/+285
|\
| * chore(nix): update flake inputsEmilio Ziniades2024-05-13-6/+6
| |
| * feat(table of contents): Add table of contentsEmilio Ziniades2024-05-13-1/+53
| | | | | | | | | | | | | | | | | | | | | | 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.
| * Fix links in netlify branch deploymentsAlan Pearce2024-05-12-0/+2
| |
| * Update CSS SHAAlan Pearce2024-03-17-1/+1
| |
| * Fix CSS SHAAlan Pearce2024-03-17-1/+1
| |
| * 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.