aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml12
1 files changed, 8 insertions, 4 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index f21848e..7fdd911 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,10 +1,11 @@
title = "Researcher"
baseURL = "https://example.com"
theme = "researcher"
+enableEmoji = true
[params]
author = "Olivier Roques"
- description = "A single column, monospace, resume theme for Hugo."
+ description = "A simple monospaced resume theme for Hugo."
favicon = "favicon.ico"
[params.footer]
text = "By Olivier Roques"
@@ -14,15 +15,18 @@ theme = "researcher"
"/" = "/:filename"
[menu]
- [[menu.navbar]]
+ [[menu.main]]
name = "About"
url = "/about"
weight = 1
- [[menu.navbar]]
+ [[menu.main]]
name = "Resume"
url = "/resume.pdf"
weight = 2
- [[menu.navbar]]
+ [[menu.main]]
name = "Contact"
url = "/contact"
weight = 3
+
+[markup.goldmark.renderer]
+ unsafe = true