changed git repo

This commit is contained in:
Michael Clemens 2022-07-10 23:42:42 +02:00
parent 5b246bad08
commit 560399b2aa
2 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ The credits go to the authors of the above mentioned posts
In your Hugo site `themes` directory, run:
```
git submodule add https://git.qrz.is/clemens/amberterm
git submodule add https://codeberg.org/mclemens/amberterm
```
Next, open `config.toml` in the base of the Hugo site and ensure the theme option is set to `amberterm`.
@ -120,4 +120,4 @@ You can add captions to images (technically using `<figcaption>` HTML tags) by a
## License
This theme is released under the [MIT license](https://git.qrz.is/clemens/amberterm/raw/branch/master/LICENSE.md).
This theme is released under the [MIT license](https://codeberg.org/mclemens/amberterm/raw/branch/master/LICENSE.md).

View File

@ -1,8 +1,8 @@
name = "amberterm"
license = "MIT"
licenselink = "https://git.qrz.is/clemens/amberterm/raw/branch/master/LICENSE.md"
licenselink = "https://codeberg.org/mclemens/amberterm/raw/branch/master/LICENSE.md"
description = "A minimal, monospaced, terminal style theme for Hugo."
homepage = "https://git.qrz.is/clemens/amberterm"
homepage = "https://codeberg.org/mclemens/amberterm"
tags = ["blog", "minimal", "monospace", "dark mode", "simple", "clean", "responsive", "fast", "no-js", "no-tracking", "privacy"]
features = ["blog", "privacy", "responsive", "fast"]
min_version = "0.20"