Skip to content

cacheMon/S3-FIFO-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

S3-FIFO-website

mkdoc source code for S3-FIFO 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