Remove boilerplate

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

View File

@ -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/<path_to_repo>/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]