mirror of
https://github.com/privacyguides/privacyguides.org
synced 2024-11-10 13:13:35 +01:00
46aa2088e5
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