diff options
| -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" | 
