mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
Protect your data against global mass surveillance programs.
cc13fb189c
Co-authored-by: lexi <git@lx-is.lol> Signed-off-by: Daniel Gray <dng@disroot.org> |
||
---|---|---|
.github | ||
.well-known | ||
docs | ||
theme | ||
.gitattributes | ||
.gitignore | ||
.markdownlint.yml | ||
LICENSE | ||
mkdocs.production.yml | ||
mkdocs.yml | ||
README.md |
Developing
- Clone this repository:
git clone https://github.com/privacyguides/privacyguides.org
- Install Python 3.6+
- Install mkdocs-material:
pip install mkdocs-material
- Serve the site locally:
mkdocs serve
- The site will be available at
http://localhost:8000/
.
- The site will be available at