133 lines
2.9 KiB
TOML
133 lines
2.9 KiB
TOML
baseURL = "https://hackanooga.com/"
|
|
title = "Hackanooga"
|
|
theme = "paper-mod"
|
|
enableRobotsTXT = true
|
|
buildDrafts = false
|
|
buildFuture = false
|
|
buildExpired = false
|
|
pygmentsUseClasses = true
|
|
|
|
[minify]
|
|
disableXML = true
|
|
minifyOutput = true
|
|
|
|
[params]
|
|
env = "production"
|
|
title = "Hackanooga"
|
|
description = "ExampleSite description"
|
|
keywords = [ "Blog", "Portfolio", "PaperMod" ]
|
|
author = "Me"
|
|
images = [ "<link or path of image for opengraph, twitter-cards>" ]
|
|
DateFormat = "January 2, 2006"
|
|
defaultTheme = "auto"
|
|
disableThemeToggle = false
|
|
ShowReadingTime = true
|
|
ShowShareButtons = true
|
|
ShowPostNavLinks = true
|
|
ShowBreadCrumbs = true
|
|
ShowCodeCopyButtons = false
|
|
ShowWordCount = true
|
|
ShowRssButtonInSectionTermList = true
|
|
UseHugoToc = true
|
|
disableSpecial1stPost = false
|
|
disableScrollToTop = false
|
|
comments = false
|
|
hidemeta = false
|
|
hideSummary = false
|
|
showtoc = false
|
|
tocopen = false
|
|
|
|
[params.assets]
|
|
favicon = "/assets/favicon-270x270x.png"
|
|
favicon16x16 = "/assets/favicon-32x32x.png"
|
|
favicon32x32 = "/assets/favicon-32x32x.png"
|
|
apple_touch_icon = "/assets/favicon-180x180.png"
|
|
safari_pinned_tab = "/assets/favicon-180x180.png"
|
|
|
|
[params.label]
|
|
text = "Home"
|
|
icon = "/assets/favicon-180x180.png"
|
|
iconHeight = 35
|
|
|
|
[params.profileMode]
|
|
enabled = false
|
|
title = "ExampleSite"
|
|
subtitle = "This is subtitle"
|
|
imageUrl = "<img location>"
|
|
imageWidth = 120
|
|
imageHeight = 120
|
|
imageTitle = "my image"
|
|
|
|
[[params.profileMode.buttons]]
|
|
name = "Posts"
|
|
url = "posts"
|
|
|
|
[[params.profileMode.buttons]]
|
|
name = "Tags"
|
|
url = "tags"
|
|
|
|
[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 = "linkedin"
|
|
url = "https://www.linkedin.com/in/mikeenxo/"
|
|
|
|
[[params.socialIcons]]
|
|
name = "github"
|
|
url = "https://github.com/enxoco"
|
|
|
|
[params.cover]
|
|
hidden = true
|
|
hiddenInList = true
|
|
hiddenInSingle = true
|
|
|
|
[params.editPost]
|
|
URL = "https://git.hackanooga.com/hackanooga.com/content"
|
|
Text = "Suggest Changes"
|
|
appendFilePath = true
|
|
|
|
[params.fuseOpts]
|
|
isCaseSensitive = false
|
|
shouldSort = true
|
|
location = 0
|
|
distance = 1_000
|
|
threshold = 0.4
|
|
minMatchCharLength = 0
|
|
limit = 10
|
|
keys = [ "title", "permalink", "summary", "content" ]
|
|
|
|
[[menu.main]]
|
|
identifier = "categories"
|
|
name = "categories"
|
|
url = "/categories/"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
identifier = "tags"
|
|
name = "tags"
|
|
url = "/tags/"
|
|
weight = 20
|
|
|
|
[[menu.main]]
|
|
identifier = "example"
|
|
name = "Self Hosted Git Server"
|
|
url = "https://git.hackanooga.com"
|
|
weight = 30
|
|
|
|
[[menu.main]]
|
|
identifier = "resume"
|
|
name = "resume"
|
|
url = "/about/mikeconrad-devops.pdf"
|
|
weight = 30
|
|
|
|
[markup.highlight]
|
|
noClasses = false
|
|
|
|
[pagination]
|
|
paperSize = 5 |