Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | add headers for cloudflare pages | Alan Pearce | 2024-07-04 | -0/+13 |
| | ||||
* | fix typo in headers | Alan Pearce | 2024-07-04 | -2/+2 |
| | ||||
* | update demo URL | Alan Pearce | 2024-07-04 | -1/+1 |
| | ||||
* | add cross-origin-resource-policy header | Alan Pearce | 2024-07-04 | -0/+5 |
| | ||||
* | update flake inputs | Alan Pearce | 2024-07-04 | -3/+3 |
| | ||||
* | Add alternative demo sites to readme | Alan Pearce | 2024-06-01 | -1/+5 |
| | ||||
* | add support for deploying to Gitlab pages | Alan Pearce | 2024-06-01 | -0/+53 |
| | ||||
* | add caching headers for netlify and vercel | Alan Pearce | 2024-06-01 | -0/+9 |
| | ||||
* | add initial support for deploying on vercel | Alan Pearce | 2024-06-01 | -0/+43 |
| | ||||
* | netlify: remove now-unnecessary base-url overrides | Alan Pearce | 2024-05-31 | -10/+0 |
| | ||||
* | default to relative URLs | Alan Pearce | 2024-05-31 | -1/+1 |
| | ||||
* | update zola version in netlify | Alan Pearce | 2024-05-31 | -1/+1 |
| | ||||
* | update referrer meta header to match Netlify header | Alan Pearce | 2024-05-29 | -1/+1 |
| | ||||
* | Fix style hash again? | Alan Pearce | 2024-05-29 | -1/+1 |
| | ||||
* | Fix style hash | Alan Pearce | 2024-05-29 | -1/+1 |
| | ||||
* | Update style hash | Alan Pearce | 2024-05-29 | -1/+1 |
| | ||||
* | improve accessibility and HTML validity | Alan Pearce | 2024-05-29 | -24/+28 |
| | ||||
* | improve whitespace generation in output files | Alan Pearce | 2024-05-29 | -53/+51 |
| | ||||
* | update menu example in readme to work with base_url=/ | Alan Pearce | 2024-05-29 | -1/+1 |
| | ||||
* | update screenshot | Alan Pearce | 2024-05-29 | -0/+0 |
| | ||||
* | document updating style-src value | Alan Pearce | 2024-05-29 | -0/+8 |
| | ||||
* | update style from the original bear blog repository[1] | Alan Pearce | 2024-05-29 | -101/+86 |
| | | | | [1]: https://github.com/HermanMartinus/bearblog/blob/639edff3781bd1e66723a4584ba3bbff32aaac0b/templates/styles/blog/default.css | |||
* | re-format netlify.toml | Alan Pearce | 2024-05-29 | -8/+8 |
| | ||||
* | Fix home link when base_url=/ | Alan Pearce | 2024-05-28 | -1/+1 |
| | ||||
* | sample: disable TOC for German Zola page | Alan Pearce | 2024-05-28 | -0/+1 |
| | | | | it's disabled on the English version, so it should be consistent | |||
* | Use translations for table of contents <summary> | Alan Pearce | 2024-05-28 | -1/+3 |
| | ||||
* | style: reformat toml files | Alan Pearce | 2024-05-28 | -17/+17 |
| | ||||
* | chore(nix): update flake inputs | Emilio Ziniades | 2024-05-13 | -6/+6 |
| | ||||
* | feat(table of contents): Add table of contents | Emilio Ziniades | 2024-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 deployments | Alan Pearce | 2024-05-12 | -0/+2 |
| | ||||
* | Update CSS SHA | Alan Pearce | 2024-03-17 | -1/+1 |
| | ||||
* | Fix CSS SHA | Alan Pearce | 2024-03-17 | -1/+1 |
| | ||||
* | Reformat CSS | Alan Pearce | 2024-03-17 | -3/+3 |
| | ||||
* | Merge pull request 'Minor multilingual fix: change date format to ↵ | Alan Pearce | 2024-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 switcher | Oleksii Dobrovolskyi | 2024-03-17 | -1/+6 |
| | | ||||
| * | Change date format to YYYY-MM-DD | Oleksii Dobrovolskyi | 2024-03-17 | -1/+1 |
|/ | ||||
* | Merge pull request 'Minor translation fix: use the translated term for ↵ | Alan Pearce | 2024-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" | g4m4 | 2024-03-01 | -1/+1 |
|/ | ||||
* | Merge pull request 'Basic multilingual site' (#10) from multilingual into main | Alan Pearce | 2024-02-20 | -10/+145 |
|\ | | | | | | | Reviewed-on: https://codeberg.org/alanpearce/zola-bearblog/pulls/10 | |||
| * | 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 |
| | | ||||
| * | Update netlify style-src hash | Alan Pearce | 2024-02-18 | -1/+1 |
| | | ||||
| * | Create optional language switcher | Alan Pearce | 2024-02-18 | -6/+29 |
| | | ||||
| * | Create basic German version of website | Alan Pearce | 2024-02-18 | -13/+124 |
|/ | ||||
* | Remove inline styles | Alan Pearce | 2024-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 Pearce | 2024-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 websites | Oleksii Dobrovolskyi | 2024-02-14 | -1/+8 |
|/ |