aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicholasjohnson.ch>2022-12-04 00:00:00 +0000
committerNicholas Johnson <nick@nicholasjohnson.ch>2022-12-04 00:00:00 +0000
commit833d19b542e6d6106ac4979e7a6319bec1969ed7a8f085afe944872bcefddfa7 (patch)
treedae5822efba9ec98ecd56ae5ab34ca09c839cc7dcf1fadbcf22314b0d9fd215e
parentd00f1747e6d227fd9a0a651edefb6f78422dec4e29948fcc0cd380d31b9b3c2d (diff)
Rebrand to "journal" and update links
-rw-r--r--README.md6
-rw-r--r--theme.toml4
2 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 41b81c9..b69b458 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
-# hugo-theme-nicksphere
+# hugo-theme-journal
An accessible, no-JS, minimalist, high-contrast Hugo theme that outputs Gemtext and HTML. Suitable for blogs.
## Clone to Your Theme Directory
```bash
-$ git clone https://git.nicksphere.ch/hugo-theme-nicksphere themes/hugo-theme-nicksphere
+$ git clone https://git.nicholasjohnson.ch/hugo-theme-journal themes/journal
```
## Generate The Blog
-In order to render the blog in Gemini and Web format, it's best to render it with separate configs. Have a look at the [the Nicksphere repo](https://git.nicksphere.ch/nicksphere) for an example.
+In order to render the blog in Gemini and Web format, it's best to render it with separate configs. Have a look at the [my journal repo](https://git.nicholasjohnson.ch/journal) for an example.
## License
GPLv3 or later
diff --git a/theme.toml b/theme.toml
index 010af2d..59b10a7 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,4 +1,4 @@
-name = "Nicksphere"
+name = "journal"
license = "GPLv3 or later"
licenselink = "https://www.gnu.org/licenses/gpl-3.0.en.html"
description = "Minimalist journaling theme."
@@ -8,4 +8,4 @@ min_version = "0.41.0"
[author]
name = "Nicholas Johnson"
- homepage = "https://nicksphere.ch"
+ homepage = "https://nicholasjohnson.ch"