first commit

This commit is contained in:
2026-02-03 05:03:07 +01:00
commit e49c9f8928
9 changed files with 1312 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
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"