www/hugo.toml

47 lines
877 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 = "frosty@world"
2024-05-18 01:25:38 -04:00
author = "frosty"
[params.theme]
palette = "gruvbox-dark"
[params.about]
title = "frosty"
2024-07-05 22:56:29 -04:00
description = "Linux enthusiast and wannabe developer"
2024-05-18 01:25:38 -04:00
[[params.socialLinks]]
icon = "fa-brands fa-git-alt"
title = "Codeberg"
url = "https://codeberg.org/frosty"
2024-05-18 01:25:38 -04:00
[[params.socialLinks]]
icon = "fa-solid fa-camera"
2024-05-18 01:25:38 -04:00
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-comment"
title = "Fediverse"
url = "https://wetdry.world/@broadview"
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
[[menu.main]]
identifier = "machines"
name = "Machines"
url = "/machines/"
weight = 10
2024-05-18 01:25:38 -04:00
[markup.goldmark.renderer]
unsafe = true