Changed home page to profile mode and added an About me page
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
46
hugo.toml
46
hugo.toml
@ -6,37 +6,51 @@ 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.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.socialIcons]]
|
||||
name = "linkedin"
|
||||
url = "https://www.linkedin.com/in/carltibule/"
|
||||
[[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
|
||||
weight = "10"
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "categories"
|
||||
name = "Categories"
|
||||
url = "/categories/"
|
||||
weight = 20
|
||||
identifier = "posts"
|
||||
name = "Blog"
|
||||
url = "/posts/"
|
||||
weight = "20"
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "tags"
|
||||
name = "Tags"
|
||||
url = "/tags/"
|
||||
weight = 30
|
||||
weight = "30"
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "archive"
|
||||
name = "Archive"
|
||||
url = "/archive/"
|
||||
weight = 40
|
||||
identifier = "about"
|
||||
name = "About Me"
|
||||
url = "/about-me/"
|
||||
weight = "40"
|
||||
|
||||
|
||||
[outputs]
|
||||
home = [ "HTML", "RSS", "JSON" ]
|
||||
|
||||
Reference in New Issue
Block a user