NingG +

AGENTS.md — ningg.github.com

Jekyll static site (GitHub Pages) hosted at https://ningg.top. Personal Chinese blog of NingG (郭宁).

Dev server

./bin/dev                      # http://127.0.0.1:4000, auto-kills stale ruby/jekyll on port 4000
JEKYLL_HOST=0.0.0.0 JEKYLL_PORT=4001 ./bin/dev   # override host/port

Manual fallback: bundle exec jekyll serve --host 127.0.0.1 --port 4000 --trace

Gemfile.lock is gitignored (intentional for local mac dev). Run bundle install if missing.

Content types

Type Path URL Layout
Blog post _posts/blog/YYYY-MM-DD-slug.md /:title/ post
Collection (favorites) _favorites/YYYY-MM-DD-slug.md /favorites/:title/ favorite (auto)

Git

Available tooling

Top