Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 512 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 512 Bytes

protest-tips

Info site for protecting your irl and online identity during a protest

Setup

This site uses mkdocs as the static site generator. Use pip to install it.

python3 -m pip install -r requirements.txt

Writing

We use Markdown to create the content and layout of the site. mkdocs provides a preview which generates every time a file is saved.

mkdocs serve

Deploy

mkdocs makes it simple to update the live site on GitHub pages.

mkdocs gh-deploy