diff options
author | Nicholas Johnson <nick@nicksphere.ch> | 2022-08-27 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicksphere.ch> | 2022-08-27 00:00:00 +0000 |
commit | 53e164b154fcc89e9593def281f5259ae818e24f31036b11fb4a2eced0cff0c6 (patch) | |
tree | 555161487c12cf93c836ac1f7793f582b7c528a89da398d073091a136533aab0 /config.toml | |
parent | 159d78fcf3d59f29e5d42fc97c8dde2ae29b154bb1ac69b287e54b9e5d214e10 (diff) | |
download | journal-53e164b154fcc89e9593def281f5259ae818e24f31036b11fb4a2eced0cff0c6.tar.gz journal-53e164b154fcc89e9593def281f5259ae818e24f31036b11fb4a2eced0cff0c6.zip |
Update hugo-theme-nicksphere
The purpose of the theme update is to allow defining a logo without
encoding it as a site config var, which isn't human-readable.
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 90ba725..eb24b31 100644 --- a/config.toml +++ b/config.toml @@ -16,7 +16,6 @@ rssLimit = 20 [params] description = "Online journal about computing, philosophy, spirituality, privacy, and society." keywords = "computing, computers, philosophy, spirituality, privacy, surveillance, mass surveillance, free software, libre software, technology, society, politics, opinion, education, educational, blog, blogging, gemini, geminispace, gemini capsule" - logo = " _ _ _\n _ _ (_)__| |__ ____ __| |_ ___ _ _ ___\n| ' \\| / _| / /(_-< '_ \\ ' \\/ -_) '_/ -_)\n|_||_|_\\__|_\\_\\/__/ .__/_||_\\___|_| \\___|\n |_|" indexTitle = "WELCOME TO THE NICKSPHERE!" indexIntro = "I'm Nicholas Johnson, the sole maintainer and writer for the Nicksphere, my online journal where I write about computing, philosophy, privacy, society, spirituality, and other things. Sometimes I write about other people's ideas and I don't avoid topics that are considered taboo or \"far out\" by the mainstream." beginCopyrightYear = 2019 |