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 my showcase gallery. 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: LibreCharge content: A simple OCPP 2.0.1 compliant central system (backend) for EV charging stations. Currently work in progress. image: /images/projects/librecharge.jpg badges: - "Python 3" - "FastAPI" - "SvelteKit" - "daisyUI" links: - icon: fab fa-github url: https://git.bluemedia.dev/Bluemedia/LibreCharge - 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.jpg featured: name: Demo link: https://status.bluemedia.dev badges: - "Gatus" - "Vue.js 3" - "Tailwind CSS" links: - icon: fab fa-github url: https://github.com/BluemediaDev/fancy-gatus - title: desktop-config content: Ansible playbook to quickly bootstrap Debian workstations with my custom desktop environment and commonly used apps. image: /images/projects/desktop-config.jpg badges: - "Ansible" - "Debian" - "Hyprland" links: - icon: fab fa-github url: https://git.bluemedia.dev/Bluemedia/desktop-config # 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