This repository is a Hugo site that replaces the old static website.
- Hugo (extended version recommended)
Start a local development server with live reload:
hugo serverThen open http://localhost:1313.
Generate the production-ready static site:
hugoBy default, Hugo writes the generated files to public/.
content/_index.md: homepage content, including embedded index data for the table viewcontent/hall/*.md: one content file per Hall setting (detail pages)layouts/: Hugo templates for list/detail renderingdata/spacegroup_lists.json: lookup lists used by selectors/navigationstatic/: JS/CSS assets copied directly into the generated site