summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 61314c2..26a355c 100644
--- a/config.toml
+++ b/config.toml
@@ -3,6 +3,8 @@ languageCode = 'en-us'
3title = 'Ryan Schanzenbacher' 3title = 'Ryan Schanzenbacher'
4theme = 'hugo-coder' 4theme = 'hugo-coder'
5 5
6enableEmoji = true
7
6[markup.goldmark.renderer] 8[markup.goldmark.renderer]
7unsafe=true 9unsafe=true
8 10
@@ -45,3 +47,8 @@ avatarURL = "/imgs/profile/avatar.png"
45 name = "Projects" 47 name = "Projects"
46 weight = 2 48 weight = 2
47 url = "/projects" 49 url = "/projects"
50
51[[menu.main]]
52 name = "About"
53 weight = 1
54 url = "/about"