diff options
-rw-r--r-- | .gitmodules | 6 | ||||
-rw-r--r-- | config/_default/config.toml | 6 | ||||
m--------- | themes/journal | 0 |
3 files changed, 6 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules index 9b76782..4c31a92 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "themes/hugo-theme-nicksphere"] - path = themes/hugo-theme-nicksphere - url = https://git.nicksphere.ch/hugo-theme-nicksphere +[submodule "themes/journal"] + path = themes/journal + url = https://git.nicholasjohnson.ch/hugo-theme-journal diff --git a/config/_default/config.toml b/config/_default/config.toml index 34747bc..4c673b7 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -1,5 +1,5 @@ -theme = "hugo-theme-nicksphere" -baseURL = "https://nicksphere.ch" +theme = "journal" +baseURL = "https://nicholasjohnson.ch" title = "Nicholas Johnson" copyright = "CC BY-SA 4.0" languageCode = "en-us" @@ -11,7 +11,7 @@ ignoreFiles = ['content/templates/logo\.txt$'] [author] name = "Nicholas Johnson" - email = "nick@nicksphere.ch" + email = "nick@nicholasjohnson.ch" [permalinks] entry = "/:year/:month/:day/:filename" diff --git a/themes/journal b/themes/journal -Subproject d00f1747e6d227fd9a0a651edefb6f78422dec4 +Subproject 833d19b542e6d6106ac4979e7a6319bec1969ed |