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 | |
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.
-rw-r--r-- | config.toml | 1 | ||||
-rw-r--r-- | content/templates/logo | 5 | ||||
m--------- | themes/journal | 0 |
3 files changed, 5 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 diff --git a/content/templates/logo b/content/templates/logo new file mode 100644 index 0000000..2e07c33 --- /dev/null +++ b/content/templates/logo @@ -0,0 +1,5 @@ + _ _ _ + _ _ (_)__| |__ ____ __| |_ ___ _ _ ___ +| ' \| / _| / /(_-< '_ \ ' \/ -_) '_/ -_) +|_||_|_\__|_\_\/__/ .__/_||_\___|_| \___| + |_|
\ No newline at end of file diff --git a/themes/journal b/themes/journal -Subproject 8c4cf4bc4d52584193357696bf124766fb0b141 +Subproject d8bd01dc55cb321ab7d227afcf1a2c637c4e560 |