This repository contains the public-facing website for QMCSoftware, built with Quarto. It is an umbrella site for the organization's software, publications, blogs, news and events, and community information.
Technical documentation remains with each software repository. The website links to maintained project documentation instead of duplicating it.
The site uses https://qmcsoftware.org as its canonical URL and GitHub Pages
custom domain.
Install Quarto, then run:
quarto previewTo create the production output in _site/:
quarto renderThe main branch is the source branch. GitHub Actions renders the site and
publishes _site/ to gh-pages; generated output is not committed to main.
Repository rules are documented in AGENTS.md, the multi-machine authoring and publication process in AUTHOR_WORKFLOW.md, and the immediate operational handoff in notes/NEXT.md. PLAN.md records the durable roadmap, while STATUS.md records milestone progress and scope decisions.