all repos — zola-bearblog @ 88e6692a1d895ab73c89064d37645c4a41f81463

Port of bear blog theme to zola

update Gitlab and Codeberg links

Alin
commit

88e6692a1d895ab73c89064d37645c4a41f81463

parent

b712446ecc9e6b58fdb96941129238b14580a8bd

2 files changed, 11 insertions(+), 11 deletions(-)

changed files
M README.mdREADME.md
@@ -1,8 +1,8 @@
# Zola ʕ•ᴥ•ʔ Bear Blog [![Netlify Deploy](http://img.shields.io/netlify/121b53ce-c913-4604-9179-eb3cca31cd2c?logo=netlify)](https://app.netlify.com/sites/zola-bearblog/deploys) -[![Forgejo Actions Status](https://codeberg.org/alanpearce/zola-bearblog/badges/workflows/zola.yaml/badge.svg)](https://codeberg.org/alanpearce/zola-bearblog/actions) -[![Gitlab Pipeline Status](https://gitlab.com/alanpearce/zola-bearblog/badges/main/pipeline.svg)](https://gitlab.com/alanpearce/zola-bearblog/-/commits/main) +[![Forgejo Actions Status](https://codeberg.org/alinnow/zola-bearblog/badges/workflows/zola.yaml/badge.svg)](https://codeberg.org/alinnow/zola-bearblog/actions) +[![Gitlab Pipeline Status](https://gitlab.com/alinnow/zola-bearblog/badges/main/pipeline.svg)](https://gitlab.com/alinnow/zola-bearblog/-/commits/main) 🧸 A [Zola](https://www.getzola.org/)-theme based on [Bear Blog](https://bearblog.dev).
@@ -17,7 +17,7 @@
- [Netlify](https://zola-bearblog.netlify.app/) - [Grebedoc](https://alanpearce.grebedoc.dev/zola-bearblog/) - [Codeberg Pages](https://alinnow.codeberg.page/zola-bearblog/) -- [Gitlab Pages](https://alanpearce.gitlab.io/zola-bearblog) +- [Gitlab Pages](https://alinnow.gitlab.io/zola-bearblog) ### Not recommended
@@ -28,14 +28,14 @@ ## 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/alanpearce/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.html`](https://codeberg.org/alinnow/zola-bearblog/src/branch/main/templates/style.html)-file for the implementation. ## Installation If you already have a Zola site on your machine, you can simply add this theme via ``` -git submodule add https://codeberg.org/alanpearce/zola-bearblog themes/zola-bearblog +git submodule add https://codeberg.org/alinnow/zola-bearblog themes/zola-bearblog ``` Then, adjust the `config.toml` as detailed below.
@@ -44,13 +44,13 @@ For more information, read the official [setup guide][zola-setup-guide] of Zola.
Alternatively, you can quickly deploy a copy of the theme site to Netlify using this button: -[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://gitlab.com/alanpearce/zola-bearblog) +[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://gitlab.com/alinnow/zola-bearblog) (Note that this method makes it harder to keep up-to-date with theme updates, which might be necessary for newer versions of Zola.) ## Adjust configuration / config.toml -Please check out the included [config.toml](https://codeberg.org/alanpearce/zola-bearblog/src/branch/main/config.toml) +Please check out the included [config.toml](https://codeberg.org/alinnow/zola-bearblog/src/branch/main/config.toml) ## Content & structure
@@ -85,7 +85,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/alanpearce/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.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
@@ -111,7 +111,7 @@
It can also be toggled on page-by-page basis. Add `extra.hide_table_of_contents = true` to the page's frontmatter to hide the table of contents for that specific page. ## Issues / Feedback / Contributing -Please use [Codeberg issues](https://codeberg.org/alanpearce/zola-bearblog/issues) and [Pull Requests](https://codeberg.org/alanpearce/zola-bearblog/pulls). +Please use [Codeberg issues](https://codeberg.org/alinnow/zola-bearblog/issues) and [Pull Requests](https://codeberg.org/alinnow/zola-bearblog/pulls). ## Special Thanks 🎁
@@ -121,4 +121,4 @@ ## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License) © [Alan Pearce](https://www.alanpearce.eu/) [zola-setup-guide]: https://www.getzola.org/documentation/getting-started/installation/ -[screenshot]: https://codeberg.org/alanpearce/zola-bearblog/raw/branch/main/screenshot.png +[screenshot]: https://codeberg.org/alinnow/zola-bearblog/raw/branch/main/screenshot.png
M templates/footer.htmltemplates/footer.html
@@ -1,5 +1,5 @@
<footer> {%- if not config.extra.hide_made_with_line %} - {{ trans(key="made_with", lang=lang) }} <a href="https://codeberg.org/alanpearce/zola-bearblog">Zola ʕ•ᴥ•ʔ Bear</a> + {{ trans(key="made_with", lang=lang) }} <a href="https://codeberg.org/alinnow/zola-bearblog">Zola ʕ•ᴥ•ʔ Bear</a> {%- endif %} </footer>