all repos — zola-bearblog @ bee0a490d86bdaef6225035f7df7ece73d8d13b2

Port of bear blog theme to zola

re-add Cloudflare Pages

adidalal
commit

bee0a490d86bdaef6225035f7df7ece73d8d13b2

parent

57791c1eb193e8cd240390a081b499ae0b8f45e4

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.23.4. -- [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