60 lines
1.0 KiB
TOML
60 lines
1.0 KiB
TOML
languageCode = 'en-us'
|
|
title = "Carl's Playground"
|
|
theme = 'PaperMod'
|
|
enableEmoji = true
|
|
|
|
[params]
|
|
env = "production"
|
|
|
|
[params.profileMode]
|
|
enabled = true
|
|
title = "Carl's Playground"
|
|
subtitle = "Random thoughts and (hopefully) helpful guides. I do DevOps during the day, and I pretend to be SysAdmin at night"
|
|
|
|
[[params.profileMode.buttons]]
|
|
name = "Blog"
|
|
url = "/posts/"
|
|
|
|
[[params.profileMode.buttons]]
|
|
name = "About Me"
|
|
url = "/about-me"
|
|
|
|
[[params.socialIcons]]
|
|
name = "gitea"
|
|
url = "https://gitea.ctibule.ca"
|
|
|
|
[[params.socialIcons]]
|
|
name = "linkedin"
|
|
url = "https://www.linkedin.com/in/carltibule/"
|
|
|
|
[[menu.main]]
|
|
identifier = "search"
|
|
name = "Search"
|
|
url = "/search/"
|
|
weight = "10"
|
|
|
|
[[menu.main]]
|
|
identifier = "posts"
|
|
name = "Blog"
|
|
url = "/posts/"
|
|
weight = "20"
|
|
|
|
[[menu.main]]
|
|
identifier = "tags"
|
|
name = "Tags"
|
|
url = "/tags/"
|
|
weight = "30"
|
|
|
|
[[menu.main]]
|
|
identifier = "about"
|
|
name = "About Me"
|
|
url = "/about-me/"
|
|
weight = "40"
|
|
|
|
|
|
[outputs]
|
|
home = [ "HTML", "RSS", "JSON" ]
|
|
|
|
[taxonomies]
|
|
tag = "tags"
|
|
category = "categories" |