DevOps Engineer | Python Developer
Personal portfolio, technical blog, and digital garden.
This repository hosts the source code for the personal website of Fahmi Farid. Powered by Hugo and customized for high performance, minimalism, and technical blogging.
- URL: https://fhmio.github.io/
- Theme: Minimalist responsive profile & technical blog (English only).
- Features:
- β‘ Instant client-side search (Fuse.js)
- π Dark / Light / Auto mode toggle
- π One-click code copy buttons & Chroma syntax highlighting
- π·οΈ Tagging, Categorization, and Archives
- π€ AI-friendly index via
llms.txt - π Automated CI/CD deployment to GitHub Pages via GitHub Actions
- Hugo Extended (v0.146.0 or later)
- Git
# Clone the repository
git clone https://github.com/fhmio/fhmio.git
cd fhmio
# Start the Hugo development server with live reload
hugo server -DOpen your browser and navigate to http://localhost:1313.
hugo new content posts/my-new-article.mdβββ assets/ # CSS styles and JavaScript (Fuse search, theme toggle)
βββ content/ # Markdown content (posts, projects, archives, search)
β βββ archives.md
β βββ posts/
β βββ projects/
β βββ search.md
βββ layouts/ # Hugo HTML templates and shortcodes
βββ hugo.yaml # Main Hugo configuration file
βββ .github/ # CI/CD Workflows for automated build and GitHub Pages deployment
- GitHub: @fhmio
- Website: fhmio.github.io



