Remove boilerplate

This commit is contained in:
Mike Conrad
2025-02-19 18:08:52 -05:00
parent 6376066875
commit 4cc275a52f

View File

@ -71,25 +71,16 @@ tocopen = false
Content = "Seasoned engineer with a passion for solving tough problems and building reliable, scalable systems." Content = "Seasoned engineer with a passion for solving tough problems and building reliable, scalable systems."
[[params.socialIcons]] [[params.socialIcons]]
name = "x" name = "github"
url = "https://x.com/" url = "https://git.hackanooga.com"
[[params.socialIcons]] [[params.socialIcons]]
name = "stackoverflow" name = "linkedin"
url = "https://stackoverflow.com" url = "https://www.linkedin.com/in/mikeenxo/"
[[params.socialIcons]] [[params.socialIcons]]
name = "github" name = "github"
url = "https://github.com/" url = "https://github.com/enxoco"
[params.analytics.google]
SiteVerificationTag = "XYZabc"
[params.analytics.bing]
SiteVerificationTag = "XYZabc"
[params.analytics.yandex]
SiteVerificationTag = "XYZabc"
[params.cover] [params.cover]
hidden = true hidden = true
@ -97,7 +88,7 @@ SiteVerificationTag = "XYZabc"
hiddenInSingle = true hiddenInSingle = true
[params.editPost] [params.editPost]
URL = "https://github.com/<path_to_repo>/content" URL = "https://git.hackanooga.com/hackanooga.com/content"
Text = "Suggest Changes" Text = "Suggest Changes"
appendFilePath = true appendFilePath = true
@ -125,8 +116,14 @@ weight = 20
[[menu.main]] [[menu.main]]
identifier = "example" identifier = "example"
name = "example.org" name = "Self Hosted Git Server"
url = "https://example.org" url = "https://git.hackanooga.com"
weight = 30
[[menu.main]]
identifier = "resume"
name = "Resume"
url = "https://git.hackanooga.com"
weight = 30 weight = 30
[markup.highlight] [markup.highlight]