mkdoc source code for S3-FIFO webpage
- Set up a virtual environment
python3 -m venv .venv
source .venv/bin/activate
- 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"
- Install minify plugin
pip3 install mkdocs-minify-plugin
- Previewing the website
mkdocs serve