diff options
author | Nicholas Johnson <nick@nicholasjohnson.ch> | 2022-12-04 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicholasjohnson.ch> | 2022-12-04 00:00:00 +0000 |
commit | 833d19b542e6d6106ac4979e7a6319bec1969ed7a8f085afe944872bcefddfa7 (patch) | |
tree | dae5822efba9ec98ecd56ae5ab34ca09c839cc7dcf1fadbcf22314b0d9fd215e | |
parent | d00f1747e6d227fd9a0a651edefb6f78422dec4e29948fcc0cd380d31b9b3c2d (diff) | |
download | hugo-theme-journal-833d19b542e6d6106ac4979e7a6319bec1969ed7a8f085afe944872bcefddfa7.tar.gz hugo-theme-journal-833d19b542e6d6106ac4979e7a6319bec1969ed7a8f085afe944872bcefddfa7.zip |
Rebrand to "journal" and update links
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | theme.toml | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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" |