mirror of
https://github.com/privacyguides/privacyguides.org
synced 2024-11-10 21:23:41 +01:00
97e5b9ab0a
* spelling of WhatsApp * use spelling of Sudoku from Wikipedia * cite Tim Wu quote from his book *The Attention Merchants* * since other references had sources * Originally I wanted to use this paywalled FT [article](https://archive.ph/tg90W), but even the article cites Wu's book. * other grammar fixes 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