update Gitlab and Codeberg links
2 files changed, 11 insertions(+), 11 deletions(-)
changed files
M README.md → README.md
@@ -1,8 +1,8 @@ # Zola ʕ•ᴥ•ʔ Bear Blog [](https://app.netlify.com/sites/zola-bearblog/deploys) -[](https://codeberg.org/alanpearce/zola-bearblog/actions) -[](https://gitlab.com/alanpearce/zola-bearblog/-/commits/main) +[](https://codeberg.org/alinnow/zola-bearblog/actions) +[](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: -[](https://app.netlify.com/start/deploy?repository=https://gitlab.com/alanpearce/zola-bearblog) +[](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