HHK B/Vlog is my personal technical website for publishing practical notes, project updates, and troubleshooting guides. It focuses on web systems, software workflows, server administration, and the tools I use to build and maintain reliable digital infrastructure.
The site serves as a structured knowledge base for documenting real-world setup steps, configuration decisions, maintenance notes, and lessons learned from day-to-day technical work. Articles are written with a practical mindset: clear enough to revisit later, detailed enough to reproduce, and focused on solving actual problems rather than collecting theory.
This repository contains the source for that website, including the Hugo configuration, content, assets, build pipeline, and deployment-related files. It is maintained as both a publishing workspace and a reference project for static-site workflows, frontend improvements, performance checks, and Cloudflare-backed delivery.
- VPN Problem I Fixed With OpenVPN
- Key ကို Legacy Trusted.gpg Keyring မှာ သိမ်းထားခြင်း
- Finally My Domain Name - hhk.my.id
- SSH & GPG Keys: Backup, Restore & Secure GitHub Setup
- Microsoft Activation Scripts
git clone git@github.com:hhkmy/id.git && cd idor
gh repo clone hhkmy/id && cd idinstall packages with
npm install./scripts/hugo_installer.shThis script automatically downloads, installs, and updates Hugo on Linux systems. Once Hugo is ready, you can launch your development server:
hugo server