Files
MyPlaygroundBlog/hugo.toml
Carl Tibule 2eff78b1d7
All checks were successful
ci/woodpecker/push/build Pipeline was successful
Added new post and tweaked the front page a bit 2024-08-28
2024-08-28 00:32:59 -05:00

46 lines
846 B
TOML

languageCode = 'en-us'
title = "Carl's Playground"
theme = 'PaperMod'
enableEmoji = true
[params]
env = "production"
[params.homeInfoParams]
Title = "Welcome in :wave:"
Content = "Random thoughts and (hopefully) helpful guides. I do DevOps during the day, and I roleplay as SysAdmin at night"
[[params.socialIcons]]
name = "linkedin"
url = "https://www.linkedin.com/in/carltibule/"
[[menu.main]]
identifier = "search"
name = "Search"
url = "/search/"
weight = 10
[[menu.main]]
identifier = "categories"
name = "Categories"
url = "/categories/"
weight = 20
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 30
[[menu.main]]
identifier = "archive"
name = "Archive"
url = "/archive/"
weight = 40
[outputs]
home = [ "HTML", "RSS", "JSON" ]
[taxonomies]
tag = "tags"
category = "categories"