mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
f6a176b30c
Signed-off-by: Daniel Gray <dng@disroot.org>
47 lines
2.2 KiB
Markdown
47 lines
2.2 KiB
Markdown
<div align="center">
|
|
<a href="https://privacyguides.org#gh-light-mode-only">
|
|
<img src="/docs/assets/img/layout/privacy-guides-logo.svg" width="500px" alt="Privacy Guides" />
|
|
</a>
|
|
|
|
<a href="https://privacyguides.org#gh-dark-mode-only">
|
|
<img src="/docs/assets/img/layout/privacy-guides-logo-dark.svg" width="500px" alt="Privacy Guides" />
|
|
</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>
|
|
</div>
|
|
|
|
## Developing
|
|
|
|
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`
|
|
- The site will be available at `http://localhost:8000/`.
|