From f59b572b0d6dcc7a1c1974d0f7552538f26b8e3f Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Wed, 12 Oct 2022 14:56:58 -0500 Subject: Resume --- config.toml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'config.toml') 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] -- cgit v1.2.3