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 324a22c..99c9296 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
@@ -51,3 +53,8 @@ avatarURL = "/imgs/profile/avatar.png"
51 name = "Projects" 53 name = "Projects"
52 weight = 2 54 weight = 2
53 url = "/projects" 55 url = "/projects"
56
57[[menu.main]]
58 name = "About"
59 weight = 1
60 url = "/about"