website/config.yaml

181 lines
4.6 KiB
YAML
Raw Normal View History

2023-11-07 23:03:09 +01:00
baseURL: https://bluemedia.dev/
2023-11-06 00:30:32 +01:00
languageCode: en-us
title: Bluemedia
theme: hugo-profile
outputs:
home:
- "HTML"
- "RSS"
- "JSON"
page:
- "HTML"
- "RSS"
Paginate: 3
enableRobotsTXT: true
markup:
goldmark:
renderer:
unsafe: true
Menus:
main:
- identifier: blog
name: Blog
title: Blog posts
url: /blog
weight: 1
2024-07-20 22:51:46 +02:00
- identifier: legal
name: Legal
title: Legal
weight: 2
- identifier: imprint
parent: legal
name: Imprint
url: /imprint
weight: 1
- identifier: privacy
parent: legal
name: Privacy
url: /privacy
weight: 2
2023-11-06 00:30:32 +01:00
params:
# General settings
title: "Bluemedia"
2023-11-07 23:02:31 +01:00
description: Hi! I'm Oliver, aka Bluemedia, and I do some cool tech stuff.
2023-11-06 00:30:32 +01:00
favicon: "/fav.png"
useBootstrapCDN: false
2024-01-28 02:09:21 +01:00
# Title length of preview cards
previewTitleLength: 60
2023-11-06 00:30:32 +01:00
singlePages:
readTime:
enable: true
content: "min read"
scrollprogress:
enable: true
# Design settings
animate: true
color:
textColor: "#23282f"
secondaryTextColor: "#23282f"
primaryColor: "#23282f"
2023-11-07 23:02:31 +01:00
linkColor: "#0a58ca"
darkmode:
linkColor: "#0d6efd"
2023-11-06 00:30:32 +01:00
font:
fontSize: 1.2rem
fontWeight: 500
navbar:
menus:
disableExperience: true
disableEducation: true
disableAchievements: true
# Hero
hero:
enable: true
intro: "Hi there! My name is"
title: "Oliver aka Bluemedia"
subtitle: "I'm a sysadmin, hacker, and open-source enthusiast"
image: /images/hero.jpg
button:
enable: true
name: "Find out more"
url: "#about"
download: false
newPage: false
socialLinks:
fontAwesomeIcons:
- icon: fab fa-github
url: https://github.com/BluemediaGER
- icon: fab fa-mastodon
url: https://chaos.social/@Bluemedia
2023-11-07 23:02:31 +01:00
rel: me
2024-07-24 20:49:19 +02:00
- icon: fa-solid fa-hashtag
2023-11-06 00:30:32 +01:00
url: https://bluemedia.dev/social
# About
about:
enable: true
title: "About Me"
image: "/images/about.jpg"
content: |-
Whether at my main job, at events of the Chaos Computer Club, or with my own AS in the DN42 network: I do a lot of stuff with technology.
And I'm always curious to discover even more.
2023-11-07 23:02:31 +01:00
Besides all the tech stuff, I'm also into photography. If you want to see some of my pictures, you can visit <a href="https://pixel.bluemedia.dev/bluemedia" target="_blank">my personal Pixelfed instance</a>.
2023-11-06 00:30:32 +01:00
skills:
enable: true
2023-11-07 23:02:31 +01:00
title: "I like modern tools. So there will probably be something to read here about the ones I currently use:"
2023-11-06 00:30:32 +01:00
items:
- "PowerDNS"
- "MariaDB Galera"
- "MinIO"
- "Keycloak"
- "Ansible"
- "Checkmk"
# Projects
projects:
enable: true
items:
- title: ScanOS
content: A modern operating system for enterprise-grade network image scanners.
image: /images/projects/scan-os.png
badges:
- "Embedded Systems"
- "Python 3"
- "FastAPI"
- "Vue.js 3"
- "Tailwind CSS"
links:
- icon: fab fa-github
url: https://github.com/BluemediaGER/ScanOS
- title: Fancy Gatus
content: A simplified and modern status page based on data from a Gatus instance. The goal is to only display the most important information in a way that is understandable for end users.
image: /images/projects/fancy-gatus.png
featured:
name: Demo
link: https://status.bluemedia.dev
badges:
- "Gatus"
- "Status page"
- "Vue.js 3"
links:
- icon: fab fa-github
url: https://github.com/BluemediaGER/fancy-gatus
- title: Keycloak Modern Login
content: A clean and modern Keycloak login theme that's built using Vue.js 3, Tailwind CSS and Typescript. It is easily extensible and bypasses the complexity of FreeMarker templates.
image: /images/projects/keycloak-modern-login.jpg
badges:
- "Keycloak"
- "Vue.js 3"
- "Tailwind CSS"
links:
- icon: fab fa-github
url: https://git.bluemedia.dev/Bluemedia/keycloak-modern-login
# Contact
contact:
enable: true
content: My inbox is always open. Feel free to contact me if you have a question or just want to talk about cool computer stuff. I'll try my best to get back to you!
email: hi@bluemedia.dev
btnName: Say hi!
footer:
recentPosts:
path: "blog"
count: 3
title: Recent Posts
enable: true
disableFeaturedImage: false