summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2021-12-26 00:26:32 -0500
committerRyan Schanzenbacher <ryan@rschanz.org>2021-12-26 00:26:32 -0500
commit2e1cd1a569ea516be6bfdc681411cae51632a290 (patch)
treec8f8e869dd79f385cf2f966829e0a7a0a493d557 /config.toml
parentc248b88f535dd4c42c5f2b153211fd1a5da452d6 (diff)
more work on about page
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"