summaryrefslogtreecommitdiff
path: root/config/_default/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config/_default/config.toml')
-rw-r--r--config/_default/config.toml34
1 files changed, 0 insertions, 34 deletions
diff --git a/config/_default/config.toml b/config/_default/config.toml
deleted file mode 100644
index bdf46e4..0000000
--- a/config/_default/config.toml
+++ /dev/null
@@ -1,34 +0,0 @@
-theme = "journal"
-baseURL = "https://nicholasjohnson.ch"
-title = "Nicholas Johnson"
-copyright = "Copyright © 2020-{currentYear} Nicholas Johnson. CC BY-SA 4.0."
-languageCode = "en-us"
-disablePathToLower = true
-rssLimit = 20
-enableEmoji = true
-cleanDestinationDir = true
-ignoreFiles = ['templates/logo\.txt$']
-disableHugoGeneratorInject = true
-
-[permalinks]
- entry = "/:year/:month/:day/:filename"
-
-[markup]
- _merge = "deep"
-
-[taxonomies]
- tag = "tags"
-
-[menu]
- [[menu.main]]
- name = "About Page"
- url = "/about/"
- weight = 1
- [[menu.main]]
- name = "Tags"
- url = "/tags/"
- weight = 2
- [[menu.main]]
- name = "Atom Feed"
- url = "/atom.xml"
- weight = 3