diff options
author | Matt Strapp <matt@mattstrapp.net> | 2022-10-12 14:56:58 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2022-10-12 14:59:26 -0500 |
commit | f59b572b0d6dcc7a1c1974d0f7552538f26b8e3f (patch) | |
tree | 8b63c29e986a50737984b642dc3fc433576906de /config.toml | |
parent | test (diff) | |
download | website-f59b572b0d6dcc7a1c1974d0f7552538f26b8e3f.tar website-f59b572b0d6dcc7a1c1974d0f7552538f26b8e3f.tar.gz website-f59b572b0d6dcc7a1c1974d0f7552538f26b8e3f.tar.bz2 website-f59b572b0d6dcc7a1c1974d0f7552538f26b8e3f.tar.lz website-f59b572b0d6dcc7a1c1974d0f7552538f26b8e3f.tar.xz website-f59b572b0d6dcc7a1c1974d0f7552538f26b8e3f.tar.zst website-f59b572b0d6dcc7a1c1974d0f7552538f26b8e3f.zip |
Resume
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] |