summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-13 02:17:44 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-13 02:37:01 -0400
commitaa403b978860210fcbace7fcdf5830066f3e14e0 (patch)
tree0d8cf5a8855765ec2d83a865a12814d3b04454e7 /config.toml
parentecd7793846441ba90b57140db19474f295f3e6d7 (diff)
downloadtozt-hugo-aa403b978860210fcbace7fcdf5830066f3e14e0.tar.gz
tozt-hugo-aa403b978860210fcbace7fcdf5830066f3e14e0.zip
import site content
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml52
1 files changed, 50 insertions, 2 deletions
diff --git a/config.toml b/config.toml
index e4b7418..087049d 100644
--- a/config.toml
+++ b/config.toml
@@ -1,3 +1,51 @@
-baseURL = "http://example.org/"
+baseURL = "http://new.tozt.net/"
languageCode = "en-us"
-title = "My New Hugo Site"
+title = "Jesse Luehrs"
+theme = "tozt"
+
+newContentEditor = "vim"
+
+enableGitInfo = true
+
+[blackfriday]
+taskLists = false
+smartypants = false
+fractions = false
+smartDashes = false
+
+[menu]
+
+[[menu.main]]
+name = "about"
+url = "/"
+weight = 1
+
+[[menu.main]]
+name = "work"
+url = "/work/"
+weight = 2
+
+[[menu.main]]
+name = "projects"
+url = "/projects/"
+weight = 3
+
+[[menu.main]]
+name = "internet"
+url = "/internet/"
+weight = 4
+
+[[menu.main]]
+name = "talks"
+url = "/talks/"
+weight = 5
+
+[[menu.main]]
+name = "contact"
+url = "/contact/"
+weight = 6
+
+[[menu.main]]
+name = "blog"
+url = "/blog/"
+weight = 7