diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/_default/config.toml | 6 |
1 files changed, 3 insertions, 3 deletions
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" |