diff options
-rw-r--r-- | config/_default/config.toml | 2 | ||||
-rw-r--r-- | config/_default/params.toml | 1 | ||||
-rw-r--r-- | content/about.md | 2 | ||||
m--------- | themes/journal | 0 |
4 files changed, 2 insertions, 3 deletions
diff --git a/config/_default/config.toml b/config/_default/config.toml index 4c673b7..02da9f5 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -1,7 +1,7 @@ theme = "journal" baseURL = "https://nicholasjohnson.ch" title = "Nicholas Johnson" -copyright = "CC BY-SA 4.0" +copyright = "Copyright 2019-{currentYear} Nicholas Johnson. CC BY-SA 4.0." languageCode = "en-us" disablePathToLower = true rssLimit = 20 diff --git a/config/_default/params.toml b/config/_default/params.toml index 10678c2..a477596 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -2,4 +2,3 @@ description = "Online journal about computing, philosophy, spirituality, privacy 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" indexTitle = "Welcome To My Online Journal!" indexIntro = "I write about computing, philosophy, privacy, society, spirituality, and more." -beginCopyrightYear = 2019 diff --git a/content/about.md b/content/about.md index e2209af..490c701 100644 --- a/content/about.md +++ b/content/about.md @@ -1,7 +1,7 @@ --- title: "About Page" draft: false -nolinkemoji: true +showlinkemoji: false pageinfo: false _build: list: never diff --git a/themes/journal b/themes/journal -Subproject 4cddcc49f68379b85ef50994ed834303a06034e +Subproject 516da51f7fb57eb64190dc2bde321da99719a79 |