From 833d19b542e6d6106ac4979e7a6319bec1969ed7a8f085afe944872bcefddfa7 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Sun, 4 Dec 2022 00:00:00 +0000 Subject: Rebrand to "journal" and update links --- README.md | 6 +++--- theme.toml | 4 ++-- 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" -- cgit v1.2.3