initial commit

This commit is contained in:
Paul Fey 2025-03-04 11:01:04 +01:00
commit 8797104955
33 changed files with 26503 additions and 0 deletions

75
hugo.toml Normal file
View file

@ -0,0 +1,75 @@
baseURL = "https://pauljako.de"
languageCode = "en-us"
title = "pauljako's Homepage"
theme = "hugo-coder"
[pagination]
pagerSize = 20
[services]
[services.disqus]
shortname = "yourdiscussshortname"
[markup.highlight]
style = "github-dark"
[params]
author = "pauljako"
#info = "Full Stack DevOps and Magician"
description = "pauljako's personal website"
keywords = "developer,personal"
#avatarurl = "images/avatar.jpg"
gravatar = "paulifey18@proton.me"
faviconSVG = "/img/favicon.svg"
favicon_32 = "/img/favicon-32x32.png"
favicon_16 = "/img/favicon-16x16.png"
since = 2025
enableTwemoji = true
colorScheme = "auto"
hidecolorschemetoggle = false
# customCSS = ["css/custom.css"]
# customSCSS = ["scss/custom.scss"]
# customJS = ["js/custom.js"]
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
author = "authors"
# Social links
[[params.social]]
name = "Github"
icon = "fa-brands fa-github fa-2x"
weight = 1
url = "https://github.com/pauljako"
[[params.social]]
name = "Gitlab"
icon = "fa-brands fa-gitlab fa-2x"
weight = 2
url = "https://gitlab.com/pauljako"
[[params.social]]
name = "Forgejo"
icon = "fa-brands fa-git-alt fa-2x"
weight = 3
url = "https://git.pauljako.de/pauljako"
[[params.social]]
name = "Reddit"
icon = "fa-brands fa-reddit fa-2x"
weight = 4
url = "https://reddit.com/user/7pauljako7"
# Menu links
[[menu.main]]
name = "Blog"
weight = 1
url = "https://blog.pauljako.de"
[[menu.main]]
name = "About"
weight = 2
url = "about/"