Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 965 Bytes

File metadata and controls

22 lines (17 loc) · 965 Bytes

Ex.forma

Repository for GitHub pages website.

The site is generated based on MkDocs. All source file are contained in the /docs folder.

To preview, edit or build the site from the sources you need to get a local copy the repository and a python environment set up with:

pip install mkdocs mkdocs-material mkdocs-material-extensions mkdocs-jupyter

The built-in dev-server allows you to preview your edits as you're writing it. It will even auto-reload and refresh your browser whenever you save changes. To start the server run

mkdocs serve

from the root of the repository. Once the server is up you should be able to see the preview in your browser at http://127.0.0.1:8000/.

To build the site you need to do the following steps:

  • run mkdocs build in the root folder
  • copy all content from the generated /site folder into the root folder
  • add to repo and push to GitHub