32 lines
792 B
TOML
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" |