Skip to main content

Projects

This page documents the projects I am actively building and learning from. Each one is a practical extension of my studies — real tools, real workflows, and real problems to solve. As my skills grow so will this page.

fionnlinux.com
#

This site itself. Built with Hugo static site generator and the Blowfish theme, source mirrored on GitHub and Codeberg, deployed automatically via GitHub Actions to GitHub Pages.

Stack: Hugo, Blowfish, GitHub Actions, GitHub Pages

View on Codeberg


dotfiles
#

My personal dotfiles, version controlled and publicly mirrored on GitHub and Codeberg. The goal is a stateless, reproducible environment — any machine running Fedora or Rocky Linux can be brought to my exact configuration from a single clone. Documents how I work, how my tools are configured, and evolves alongside my Linux studies.

Stack: Vim, Bash, Git

View on Codeberg


python-projects
#

A collection of Python projects written while learning to programme. Started small and building toward scripting, automation, and infrastructure tooling. First project written with my son.

Language: Python 3

View on Codeberg


bash-toolkit
#

A collection of bash scripts for Linux administration and automation, built on Fedora Linux. Scripts are written to be readable, well-commented, and RHCSA-aligned. Actively growing alongside my Linux studies.

Stack: Bash, Linux, GNU coreutils

View on Codeberg


Coming Soon
#

  • ansible-homelab — configuration management for a mixed RHEL/Ubuntu homelab fleet, launching alongside the blog walkthrough series
  • terraform-lab — infrastructure as code for provisioning and managing cloud resources on Azure