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.5+). 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. Your support is greatly appreciated.

GitHub Sponsors Buy Me A Coffee PayPal MoMo

License

This work is published under MIT License.

About

Public developer notebook with tutorials and field notes on web, backend, DevOps, and the languages I use day to day.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Generated from cotes2020/chirpy-starter