diff options
-rw-r--r-- | config.toml | 2 | ||||
-rw-r--r-- | content/about.md | 2 | ||||
-rw-r--r-- | content/glossary.md | 2 | ||||
-rw-r--r-- | content/promoted.md | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/config.toml b/config.toml index 12afcf1..cb2aa75 100644 --- a/config.toml +++ b/config.toml @@ -15,7 +15,7 @@ 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" - indexTitle = "Welcome to my online journal!" + 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 cf1dfbd..ea3c141 100644 --- a/content/about.md +++ b/content/about.md @@ -1,5 +1,5 @@ --- -title: "ABOUT" +title: "About Page" draft: false nolinkemoji: true _build: diff --git a/content/glossary.md b/content/glossary.md index eeb234e..3dccda8 100644 --- a/content/glossary.md +++ b/content/glossary.md @@ -1,5 +1,5 @@ --- -title: "GLOSSARY" +title: "Glossary" draft: false _build: list: never diff --git a/content/promoted.md b/content/promoted.md index bd25d2a..11c1221 100644 --- a/content/promoted.md +++ b/content/promoted.md @@ -1,5 +1,5 @@ --- -title: "PROMOTED" +title: "Promoted Links" draft: false _build: list: never |