Jekyll + GitHub Pages.
bundle install
make serve
Open: http://localhost:4000
_pages/ pages
_members/ team members
_publications/ publications
_posts/ news/posts
assets/ images and styles
_site/ build output
docs/ legacy output (no manual edits)
- Create a branch.
- Make changes.
- Open a PR.
- Merge into
master(auto deploy via GitHub Actions).