Personal tech blog at dev.ngockhuong.com - developer notes and tutorials.
Powered by Jekyll with Chirpy theme (v7.5+). Deployed to GitHub Pages via Cloudflare.
git clone https://github.com/lamngockhuong/dev.git
git submodule update --init --remote --recursive
bundle installPull latest:
git pull --recurse-submodules# Dev server with live reload
bundle exec jekyll s -l
# Production mode
bash tools/run.sh -pOpen http://localhost:4000 to view the site.
# Build for production
JEKYLL_ENV=production bundle exec jekyll b -d _site
# Build + test (html-proofer)
bash tools/test.shFor more details, see the Jekyll documentation.
If you like this blog and my content, please consider sponsoring. Your support is greatly appreciated.
This work is published under MIT License.