From 74058f0cae8eff8b83d02303671c0532bd492ea3 Mon Sep 17 00:00:00 2001 From: Olivier Roques Date: Sun, 2 Aug 2020 20:39:01 +0200 Subject: General update --- exampleSite/config.toml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'exampleSite/config.toml') 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 -- cgit v1.2.3