Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 452 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 452 Bytes

SIEVE-website

mkdoc source code for SIEVE webpage

Local build

  1. Set up a virtual environment
python3 -m venv .venv
source .venv/bin/activate
  1. Open up a terminal and install Material for MkDocs with (starting from 9.2.0b0, Material supports blog feature):
pip3 install mkdocs-material=="9.2.0b0"
  1. Install minify plugin
pip3 install mkdocs-minify-plugin
  1. Previewing the website
mkdocs serve