This repository is a Hugo site that replaces the old static website.
- Hugo (extended version recommended)
Start a local development server with live reload:
make serveThen open http://localhost:1313.
Generate the content pages and production-ready static site:
make buildBy default, Hugo writes the generated files to public/.
static/data/symmetry_basics.json.gz: current space-group and point-group basics datasetstatic/data/transformations_hm_entry.json.gz: current H-M-entry keyed transformations datasetstatic/data/spacegroup_index.json.gz: generated lightweight browser index derived fromsymmetry_basics.json.gzstatic/data/pointgroup_index.json.gz: generated lightweight browser index derived fromsymmetry_basics.json.gzcontent/_index.md: homepage contentcontent/hall/*.md: generated content file per Hall setting (detail pages)layouts/: Hugo templates for list/detail renderingstatic/: JS/CSS assets copied directly into the generated site