diff --git a/hugo.toml b/hugo.toml index a2f000a..948dcc8 100644 --- a/hugo.toml +++ b/hugo.toml @@ -69,27 +69,18 @@ tocopen = false [params.homeInfoParams] Title = "Tackling complex bugs and building reliable systems that actually work." Content = "Seasoned engineer with a passion for solving tough problems and building reliable, scalable systems." + + [[params.socialIcons]] + name = "github" + url = "https://git.hackanooga.com" [[params.socialIcons]] - name = "x" - url = "https://x.com/" - - [[params.socialIcons]] - name = "stackoverflow" - url = "https://stackoverflow.com" + name = "linkedin" + url = "https://www.linkedin.com/in/mikeenxo/" [[params.socialIcons]] name = "github" - url = "https://github.com/" - -[params.analytics.google] -SiteVerificationTag = "XYZabc" - -[params.analytics.bing] -SiteVerificationTag = "XYZabc" - -[params.analytics.yandex] -SiteVerificationTag = "XYZabc" + url = "https://github.com/enxoco" [params.cover] hidden = true @@ -97,7 +88,7 @@ SiteVerificationTag = "XYZabc" hiddenInSingle = true [params.editPost] - URL = "https://github.com//content" + URL = "https://git.hackanooga.com/hackanooga.com/content" Text = "Suggest Changes" appendFilePath = true @@ -125,8 +116,14 @@ weight = 20 [[menu.main]] identifier = "example" -name = "example.org" -url = "https://example.org" +name = "Self Hosted Git Server" +url = "https://git.hackanooga.com" +weight = 30 + +[[menu.main]] +identifier = "resume" +name = "Resume" +url = "https://git.hackanooga.com" weight = 30 [markup.highlight]