JohnTech/hugo.toml
2025-04-04 12:15:18 +01:00

59 lines
1.2 KiB
TOML

baseURL = 'https://johncosta.tech/'
languageCode = 'en-uk'
title = 'John Costa'
theme = 'risotto'
[params]
palette = 'tokyo-night-dark'
[menu]
[[menu.main]]
name = 'Blog'
pageRef = '/blog'
[[menu.main]]
name = 'Projects'
pageRef = '/projects'
[params.about]
title = "John Costa"
description = "Software Engineer"
[params.theme]
palette = "tokyo-night-dark"
# Sidebar: social links
# Available icon sets:
# * FontAwesome 6 <https://fontawesome.com/> ('fa-brands', 'fa-normal', or 'fa-solid' for brands)
# * Academicons <https://jpswalsh.github.io/academicons> ('ai ai-')
[Author]
name = "John Costa"
email = "me@johncosta.tech"
[[params.socialLinks]]
icon = "fa-brands fa-github"
title = "GitHub"
url = "https://github.com/JohnCosta27/JohnTech"
[[params.socialLinks]]
icon = "fa-brands fa-git-alt"
title = "Gitea"
url = "https://git.johncosta.tech/JohnCosta27"
[[params.socialLinks]]
icon = "fa-brands fa-linkedin"
title = "LinkedIn"
url = "https://www.linkedin.com/in/john-costa-b883971b5/"
[[params.socialLinks]]
icon = "fa-brands fa-hashtag"
title = "Converge"
url = "https://converge.sh/1"
[[params.socialLinks]]
icon = "fa-solid fa-envelope"
title = "Email"
url = "mailto:me@johncosta.tech"
[taxonomies]
tags = "tags"