Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

lamngockhuong/dev

Repository files navigation

Khuong Dev Notebook

Personal tech blog at dev.ngockhuong.com — developer notes and tutorials.

Powered by Jekyll with Chirpy theme (v7.4+). Deployed to GitHub Pages via Cloudflare.

Setup

git clone https://github.com/lamngockhuong/dev.git
git submodule update --init --remote --recursive
bundle install

Pull latest:

git pull --recurse-submodules

Running Locally

# Dev server with live reload
bundle exec jekyll s -l

# Production mode
bash tools/run.sh -p

Open http://localhost:4000 to view the site.

Build & Test

# Build for production
JEKYLL_ENV=production bundle exec jekyll b -d _site

# Build + test (html-proofer)
bash tools/test.sh

For more details, see the Jekyll documentation.

Sponsoring

If you like this blog and my content, please consider sponsoring it, and your support would be greatly appreciated.

ko-fi

License

This work is published under MIT License.