Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 481 Bytes

File metadata and controls

25 lines (20 loc) · 481 Bytes

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).