From 560399b2aaec4a0cd51223c38bfa42cafa79b7ff Mon Sep 17 00:00:00 2001 From: Michael Clemens Date: Sun, 10 Jul 2022 23:42:42 +0200 Subject: [PATCH] changed git repo --- README.md | 4 ++-- theme.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 47a5c46..456ed7b 100644 --- a/README.md +++ b/README.md @@ -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 `
` 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). diff --git a/theme.toml b/theme.toml index 17ae5ac..e81303c 100644 --- a/theme.toml +++ b/theme.toml @@ -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"