Website for Office of Science Performance Portability Across ALCF, NERSC, OLCF Facilities
The site is built with the mkdocs static site generator, which is based on Markdown.
- Setup up the local environment
pip install --user -r requirements.txt
- Run a local server for a live preview of changes
mkdocs serve
- Output a static site
mkdocs build
The site is deployed with mkdocs gh-deploy
. This command should only be run from the master branch after you have merged any changes.
Please see docs/demo/ for some basic examples of LaTeX, source inclusion, etc.