Instructions¶
This is the initial blank slate.
Steps so far¶
Basic install¶
Install mkdocs-material as a dev dependency.
Bootstrap the project with mkdocs new.
Initial configuration is done in the mkdocs.yml file.
Add material theme¶
Enable the Material theme in the mkdocs.yml file.
Add SuperFences
Add git revision date
Deploying github pages¶
Ensure github actions has read and write access to the repository.

Add the following .github/workflows/pages.yml to the repository
Once the workflow is deployed, update github pages to point to the new gh-pages branch

Last update:
2022-05-10