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 | 05f7274a1bd3804c1ca5829cdd858470ae2d30fdbc511cee4104f6f97b90b173 (patch) | |
tree | 1716f56ce73a3c80e231b889027e73d2a53d7550cf11cd6ea94549359138ed36 /config | |
parent | c3c569f2e477c8fe79e78d101d32747f90890cc4f7b3cecbc8b2d3d039f39f3b (diff) | |
download | journal-05f7274a1bd3804c1ca5829cdd858470ae2d30fdbc511cee4104f6f97b90b173.tar.gz journal-05f7274a1bd3804c1ca5829cdd858470ae2d30fdbc511cee4104f6f97b90b173.zip |
Change project name to "journal"
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" |