Skip to content

cacheMon/SIEVE-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

mkdoc source code for SIEVE webpage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published