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.
git clone git@github.com:hhkmy/id.git && cd idor
gh repo clone hhkmy/id && cd idInstall dependencies:
npm installInstall or update Hugo on Linux:
./scripts/hugo_installer.shStart the local development server:
npm run watch:hugonpm run buildDeploy the Cloudflare Worker and static assets with Wrangler:
npm run deploy:cloudflareLicensed under ISC.