Remove boilerplate
This commit is contained in:
35
hugo.toml
35
hugo.toml
@ -69,27 +69,18 @@ tocopen = false
|
|||||||
[params.homeInfoParams]
|
[params.homeInfoParams]
|
||||||
Title = "Tackling complex bugs and building reliable systems that actually work."
|
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."
|
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]]
|
[[params.socialIcons]]
|
||||||
name = "x"
|
name = "linkedin"
|
||||||
url = "https://x.com/"
|
url = "https://www.linkedin.com/in/mikeenxo/"
|
||||||
|
|
||||||
[[params.socialIcons]]
|
|
||||||
name = "stackoverflow"
|
|
||||||
url = "https://stackoverflow.com"
|
|
||||||
|
|
||||||
[[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]
|
||||||
|
Reference in New Issue
Block a user