summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml69
1 files changed, 0 insertions, 69 deletions
diff --git a/config.toml b/config.toml
deleted file mode 100644
index cb2aa75..0000000
--- a/config.toml
+++ /dev/null
@@ -1,69 +0,0 @@
-theme = "hugo-theme-nicksphere"
-baseURL = "https://nicksphere.ch"
-title = "Nicholas Johnson"
-copyright = "CC BY-SA 4.0"
-languageCode = "en-us"
-disablePathToLower = true
-enableRobotsTXT = true
-disableKinds = ['taxonomy', 'term', 'RSS', 'section']
-rssLimit = 20
-
-[author]
- name = "Nicholas Johnson"
- email = "nick@nicksphere.ch"
-
-[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!"
- indexIntro = "I write about computing, philosophy, privacy, society, spirituality, and more."
- beginCopyrightYear = 2019
-
-[permalinks]
- entry = "/:year/:month/:day/:filename"
-
-[menu]
- [[menu.main]]
- name = "About Page"
- url = "/about/"
- weight = 1
- [[menu.main]]
- name = "Promoted Links"
- url = "/promoted/"
- weight = 2
- [[menu.main]]
- name = "Glossary"
- url = "/glossary/"
- weight = 3
- [[menu.main]]
- name = "Atom Feed"
- url = "/atom.xml"
- weight = 4
-
-[mediaTypes]
- [mediaTypes."application/atom"]
- suffixes = ["xml"]
- [mediaTypes."text/gemini"]
- suffixes = ["gmi"]
-
-[outputFormats]
- [outputFormats.Atom]
- mediaType = "application/atom"
- baseName = "atom"
- [outputFormats.Gemini]
- mediaType = "text/gemini"
- [outputFormats.Gemini_Atom]
- mediaType = "application/atom"
- baseName = "atom"
- path = "gemini_atom"
-
-[markup]
- [markup.goldmark]
- [markup.goldmark.renderer]
- hardWraps = true
- [markup.goldmark.extensions]
- linkify = false
-
-[outputs]
- home = ["HTML", "Gemini", "Atom", "Gemini_Atom"]
- page = ["HTML", "Gemini"]