diff options
author | Nicholas Johnson <nick@nicksphere.ch> | 2022-09-07 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicksphere.ch> | 2022-09-07 00:00:00 +0000 |
commit | 25a9918e781feaa14cc8b99c6e23e751b103c6aa2166f8a1c621337afde88f29 (patch) | |
tree | 4bfbac76940df1922ecfc64ea5463f7839847245fcd4b9e115df45554407685b | |
parent | 844ac032a0f3d100e2dd07ed9ee0498c701a3ebd4ae6ae005132063678d5ca5b (diff) | |
download | journal-25a9918e781feaa14cc8b99c6e23e751b103c6aa2166f8a1c621337afde88f29.tar.gz journal-25a9918e781feaa14cc8b99c6e23e751b103c6aa2166f8a1c621337afde88f29.zip |
Change website title to "nicksphere"
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 4e8e4b6..a66ac02 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ theme = "hugo-theme-nicksphere" baseURL = "https://nicksphere.ch" -title = "Nick's Journal" +title = "nicksphere" copyright = "CC BY-SA 4.0" languageCode = "en-us" disablePathToLower = true |