From 53e164b154fcc89e9593def281f5259ae818e24f31036b11fb4a2eced0cff0c6 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Sat, 27 Aug 2022 00:00:00 +0000 Subject: 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. --- config.toml | 1 - content/templates/logo | 5 +++++ themes/journal | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 content/templates/logo 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 index 8c4cf4b..d8bd01d 160000 --- a/themes/journal +++ b/themes/journal @@ -1 +1 @@ -Subproject commit 8c4cf4bc4d52584193357696bf124766fb0b1419c3e11b9ec6942c346ffd0bb3 +Subproject commit d8bd01dc55cb321ab7d227afcf1a2c637c4e56016b57e120513df5838a5173dc -- cgit v1.2.3