all repos — zola-bearblog @ 18a135696a6f5a02a641a16c2881a2694f26ce1a

Port of bear blog theme to zola

Merge pull request 'Upgrade to latest zola & Tera 2' (#41) from adidalal/zola-bearblog:tera-v2 into main Reviewed-on: https://codeberg.org/alinnow/zola-bearblog/pulls/41

Alin
commit

18a135696a6f5a02a641a16c2881a2694f26ce1a

parent

593a8bb3f16404389c85dcec544d6dc188ad3a39

1 file changed, 3 insertions(+), 9 deletions(-)

changed files
M README.mdREADME.md
@@ -12,23 +12,17 @@ ## Demo
This theme has multiple demo sites, to provide examples of how to set up deployment. -### Recommended - - [Netlify](https://zola-bearblog.netlify.app/) - [Grebedoc](https://alanpearce.grebedoc.dev/zola-bearblog/) - [Codeberg Pages](https://alinnow.codeberg.page/zola-bearblog/) - [Gitlab Pages](https://alinnow.gitlab.io/zola-bearblog) - -### Not recommended - -These providers' build environments aren't yet compatible with Zola 0.21.0. -- [Cloudflare Pages](https://zola-bearblog.pages.dev/) +- [Cloudflare Pages](https://zola-bearblog.pages.dev/) - Use Build system Version 3 and set the variable `ZOLA_VERSION` ([documentation](https://developers.cloudflare.com/pages/configuration/build-image/)) ## Screenshot ![Screenshot][screenshot] -When the user's browser is running »dark mode«, the dark color scheme will be used automatically. The default is the light/white color scheme. Check out the [`style.html`](https://codeberg.org/alinnow/zola-bearblog/src/branch/main/templates/style.html)-file for the implementation. +When the user's browser is running »dark mode«, the dark color scheme will be used automatically. The default is the light/white color scheme. Check out the [`style.css.html`](https://codeberg.org/alinnow/zola-bearblog/src/branch/main/templates/style.css.html)-file for the implementation. ## Installation
@@ -85,7 +79,7 @@
### Adding your branding / colors / css -Add a `custom_head.html`-file to your `templates/`-directory. In there you may add a `<style>`-tag, *or* you may add a `<link>`-tag referencing your own `custom.css` (in case you prefer to have a separate `.css`-file). Check out the [`style.html`](https://codeberg.org/alinnow/zola-bearblog/src/branch/main/templates/style.css.html)-file to find out which CSS-styles are applied by default. +Add a `custom_head.html`-file to your `templates/`-directory. In there you may add a `<style>`-tag, *or* you may add a `<link>`-tag referencing your own `custom.css` (in case you prefer to have a separate `.css`-file). Check out the [`style.css.html`](https://codeberg.org/alinnow/zola-bearblog/src/branch/main/templates/style.css.html)-file to find out which CSS-styles are applied by default. ### Table of contents