commit f6bce17e6cd4654ae56bb7f7e9200cb7cc18224f
parent 3c773fa65c9565faff087f311fbea098a53d2082
Author: FIGBERT <figbert@figbert.com>
Date: Mon, 13 Jun 2022 16:52:13 -0700
Update URLs for migration from Gitea to Stagit
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -15,7 +15,7 @@ it as a git submodule:
```
$ cd themes/
-$ git submodule add https://git.figbert.com/FIGBERT/d3c3nt.git
+$ git submodule add git://git.figbert.com/d3c3nt.git
```
After installing the theme, set the top-level `theme` variable to
diff --git a/content/_index.md b/content/_index.md
@@ -20,7 +20,7 @@ it as a git submodule:
```
$ cd themes/
-$ git submodule add https://git.figbert.com/FIGBERT/d3c3nt.git
+$ git submodule add git://git.figbert.com/d3c3nt.git
```
After installing the theme, set the top-level `theme` variable to
diff --git a/theme.toml b/theme.toml
@@ -1,7 +1,7 @@
name = "d3c3nt"
description = "A simple, clean, and flexible theme for personal sites."
license = "GPLv3"
-homepage = "https://git.figbert.com/figbert/d3c3nt"
+homepage = "https://git.figbert.com/d3c3nt/"
min_version = "0.15.0"
demo = "https://d3c3nt.figbert.com"