Skip to content

CEMeNT-PSAAP/CEMeNT-PSAAP.github.io

Repository files navigation

CEMeNT Website

Jekyll + GitHub Pages.

Local development

bundle install
make serve
Open: http://localhost:4000

Edit these folders

_pages/ pages
_members/ team members
_publications/ publications
_posts/ news/posts
assets/ images and styles

Do not edit

_site/ build output
docs/ legacy output (no manual edits)

Deploy flow

  1. Create a branch.
  2. Make changes.
  3. Open a PR.
  4. Merge into master (auto deploy via GitHub Actions).