Files
portal/hugo.toml
T
2026-02-03 05:03:07 +01:00

32 lines
792 B
TOML

baseURL = 'https://juhlin.io/'
languageCode = 'en-us'
title = 'juhlin.io'
[params]
description = "Personal portal for juhlin.io"
name = "Juhlin"
tagline = "Welcome to my personal portal"
[[params.links]]
name = "Blog"
url = "https://blog.juhlin.io"
icon = "edit-3"
description = "Thoughts on software engineering and more"
[[params.links]]
name = "Projects"
url = "https://github.com/julle"
icon = "code"
description = "Open source work and experiments"
[[params.links]]
name = "LinkedIn"
url = "https://linkedin.com/in/juhlin"
icon = "linkedin"
description = "Professional profile"
[[params.links]]
name = "Twitter"
url = "https://twitter.com/juhlin"
icon = "twitter"
description = "Short thoughts and updates"