www/hugo.toml

36 lines
688 B
TOML
Raw Normal View History

2024-05-18 01:54:44 -04:00
baseURL = "https://st0rm.win"
2024-05-18 01:25:38 -04:00
theme = "risotto"
title = "frostalicious"
author = "frosty"
[params.theme]
palette = "gruvbox-dark"
[params.about]
title = "frostalicious"
description = "Hobbyist developer and Linux enthusiast"
[[params.socialLinks]]
icon = "fa-brands fa-gitlab"
title = "GitLab"
2024-05-18 02:09:08 -04:00
url = "https://gitlab.com/frostalicious"
2024-05-18 01:25:38 -04:00
[[params.socialLinks]]
icon = "fa-brands fa-flickr"
title = "Flickr"
2024-05-18 02:22:45 -04:00
url = "https://flickr.com/photos/frostyfalls"
2024-05-18 01:25:38 -04:00
[[params.socialLinks]]
icon = "fa-solid fa-envelope"
title = "Email"
url = "mailto:passedgoandgot200@gmail.com"
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 10
[markup.goldmark.renderer]
unsafe = true