This repo contains the MFEM website MkDocs sources.
To make changes to the website:
- use MkDocs v0.17.4 with Markdown v2.6.8
- clone this repo,
- edit or add some
.md
files (you may also need to update themkdocs.yml
config), - preview locally with
mkdocs serve
, - publish with
mkdocs gh-deploy
.