diff options
Diffstat (limited to '')
-rw-r--r-- | config.toml | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/config.toml b/config.toml index a8efe75..17c96f8 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ -baseURL = 'https://mattstrapp.net' -languageCode = 'en' -title = 'MattStrapp' +baseURL = "https://mattstrapp.net/" +languageCode = "en" +title = 'Matt Strapp' theme = "hugo-coder" enableRobotsTXT = true @@ -47,7 +47,12 @@ enableRobotsTXT = true [[menu.main]] name = "Contact" weight = 2 - url = "contact/" + url = "about/#contact" + +[[menu.main]] + name = "Resume" + weight = 3 + url = "resume/" [privacy] |