website/config.yaml
BluemediaDev 435f545541
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
Update main page
2025-05-26 22:06:16 +02:00

187 lines
No EOL
4.9 KiB
YAML

baseURL: https://bluemedia.dev/
languageCode: en-us
title: Bluemedia
theme: hugo-profile
outputs:
home:
- "HTML"
- "RSS"
- "JSON"
page:
- "HTML"
- "RSS"
pagination:
pagerSize: 6
enableRobotsTXT: true
markup:
goldmark:
renderer:
unsafe: true
Menus:
main:
- identifier: blog
name: Blog
title: Blog posts
url: /blog
weight: 1
- 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
params:
# General settings
title: "Bluemedia"
description: Hi! I'm Oliver, aka Bluemedia, and I do some cool tech stuff.
favicon: "/fav.png"
useBootstrapCDN: false
# Title length of preview cards
previewTitleLength: 60
singlePages:
readTime:
enable: true
content: "min read"
scrollprogress:
enable: true
# Design settings
animate: true
color:
textColor: "#23282f"
secondaryTextColor: "#23282f"
primaryColor: "#23282f"
textLinkColor: "#0a58ca"
darkmode:
textLinkColor: "#0d6efd"
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/BluemediaDev
- icon: fab fa-mastodon
url: https://chaos.social/@Bluemedia
rel: me
- icon: fa-solid fa-hashtag
url: https://bluemedia.dev/social
# About
about:
enable: true
title: "About Me"
image: "/images/hero.jpg"
content: |-
Whether it's during my day job, at Chaos Computer Club events, or running my own Autonomous System in the DN42 network - I'm always deep in tech.
Driven by curiosity, I love exploring new tools, systems, and ideas.
I enjoy building useful things - both for myself and for the wider community. That might be a personal (not so small) side project or a contribution to something bigger.
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://pictures.bluemedia.dev/gallery/9Y3GgWhUwSyO3OUGfC_b4wVw" target="_blank">my showcase gallery</a>.
skills:
enable: true
title: "I like modern tools. So there will probably be something to read here about the ones I currently use:"
items:
- "PowerDNS"
- "MariaDB Galera"
- "PostgreSQL"
- "Keycloak"
- "Prometheus"
- "Ansible"
- "Komodo"
- "HAProxy"
# 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/BluemediaDev/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/BluemediaDev/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