2020-06-18 22:18:48 -04:00
|
|
|
<div align="center">
|
2022-03-27 17:39:49 -04:00
|
|
|
<a href="https://privacyguides.org">
|
2022-04-01 15:29:18 -04:00
|
|
|
<img src="/docs/assets/img/layout/privacy-guides-logo.svg" width="500px" alt="Privacy Guides" />
|
2022-03-27 17:39:49 -04:00
|
|
|
</a>
|
|
|
|
|
|
|
|
<p><em>Your central privacy and security resource to protect yourself online.</em></p>
|
|
|
|
|
|
|
|
<a href="https://opencollective.com/privacyguides">
|
|
|
|
<img src="https://img.shields.io/opencollective/all/privacyguides">
|
|
|
|
</a></p>
|
|
|
|
|
|
|
|
<p><a href="https://www.reddit.com/r/PrivacyGuides/">
|
|
|
|
<img src="https://img.shields.io/reddit/subreddit-subscribers/PrivacyGuides?label=Subscribe%20to%20r%2FPrivacyGuides&style=social">
|
|
|
|
</a>
|
|
|
|
<a href="https://twitter.com/privacy_guides">
|
|
|
|
<img src="https://img.shields.io/twitter/follow/privacy_guides?style=social">
|
|
|
|
</a>
|
|
|
|
<a href="https://github.com/privacyguides/privacyguides.org/stargazers">
|
|
|
|
<img src="https://img.shields.io/github/stars/privacyguides?style=social">
|
|
|
|
</a></p>
|
|
|
|
|
|
|
|
<a href="https://github.com/privacyguides/privacyguides.org/issues">
|
|
|
|
<img src="https://img.shields.io/github/issues-raw/privacyguides/privacyguides.org">
|
|
|
|
</a>
|
|
|
|
<a href="https://github.com/privacyguides/privacyguides.org/issues?q=is%3Aissue+is%3Aclosed">
|
|
|
|
<img src="https://img.shields.io/github/issues-closed-raw/privacyguides/privacyguides.org">
|
|
|
|
</a>
|
|
|
|
<a href="https://github.com/privacyguides/privacyguides.org/pulls">
|
|
|
|
<img src="https://img.shields.io/github/issues-pr-raw/privacyguides/privacyguides.org">
|
|
|
|
</a>
|
|
|
|
<a href="https://github.com/privacyguides/privacyguides.org/pulls?q=is%3Apr+is%3Aclosed">
|
|
|
|
<img src="https://img.shields.io/github/issues-pr-closed-raw/privacyguides/privacyguides.org">
|
|
|
|
</a></p>
|
2020-06-18 22:18:48 -04:00
|
|
|
</div>
|
2018-12-27 11:21:56 -05:00
|
|
|
|
2020-02-24 10:43:50 -05:00
|
|
|
## Developing
|
|
|
|
|
2022-04-02 15:51:13 -04:00
|
|
|
1. Clone this repository: `git clone https://github.com/privacyguides/privacyguides.org`
|
|
|
|
2. Install [Python 3.6+](https://www.python.org/downloads/)
|
|
|
|
3. Install [mkdocs-material](https://squidfunk.github.io/mkdocs-material/getting-started/): `pip install mkdocs-material`
|
|
|
|
4. Serve the site locally: `mkdocs serve`
|
2022-04-01 15:29:18 -04:00
|
|
|
- The site will be available at `http://localhost:8000/`.
|