mirror of
https://github.com/privacyguides/privacyguides.org
synced 2024-12-02 16:03:29 +01:00
Enable Cloudflare Pages (#1100)
This commit is contained in:
parent
ca24eb6ba5
commit
e5b494ecb8
3
Pipfile
3
Pipfile
@ -8,9 +8,10 @@ mkdocs = "*"
|
|||||||
mkdocs-material = {path = "./mkdocs-material"}
|
mkdocs-material = {path = "./mkdocs-material"}
|
||||||
mkdocs-static-i18n = "*"
|
mkdocs-static-i18n = "*"
|
||||||
mkdocs-git-revision-date-localized-plugin = "*"
|
mkdocs-git-revision-date-localized-plugin = "*"
|
||||||
|
typing-extensions = "*"
|
||||||
|
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
scour = "*"
|
scour = "*"
|
||||||
|
|
||||||
[requires]
|
[requires]
|
||||||
python_version = "3.8"
|
python_version = "3.7"
|
||||||
|
20
Pipfile.lock
generated
20
Pipfile.lock
generated
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "417ce9a8799680d98bc8933ac6f592b68dda2e97429d2671290c112bdba09d91"
|
"sha256": "2d68765ce86bf264f0a29d6b9f31202a71615d6aad4653cffc874bd095267d29"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {
|
"requires": {
|
||||||
"python_version": "3.8"
|
"python_version": "3.7"
|
||||||
},
|
},
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
@ -405,11 +405,11 @@
|
|||||||
},
|
},
|
||||||
"pygments": {
|
"pygments": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:44238f1b60a76d78fc8ca0528ee429702aae011c265fe6a8dd8b63049ae41c65",
|
"sha256:5eb116118f9612ff1ee89ac96437bb6b49e8f04d8a13b514ba26f620208e26eb",
|
||||||
"sha256:4e426f72023d88d03b2fa258de560726ce890ff3b630f88c21cbb8b2503b8c6a"
|
"sha256:dc9c10fb40944260f6ed4c688ece0cd2048414940f1cea51b8b226318411c519"
|
||||||
],
|
],
|
||||||
"markers": "python_version >= '3.5'",
|
"markers": "python_version >= '3.6'",
|
||||||
"version": "==2.11.2"
|
"version": "==2.12.0"
|
||||||
},
|
},
|
||||||
"pymdown-extensions": {
|
"pymdown-extensions": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
@ -521,6 +521,14 @@
|
|||||||
"markers": "python_version >= '3.6'",
|
"markers": "python_version >= '3.6'",
|
||||||
"version": "==1.1.1"
|
"version": "==1.1.1"
|
||||||
},
|
},
|
||||||
|
"typing-extensions": {
|
||||||
|
"hashes": [
|
||||||
|
"sha256:6657594ee297170d19f67d55c05852a874e7eb634f4f753dbd667855e07c1708",
|
||||||
|
"sha256:f1c24655a0da0d1b67f07e17a5e6b2a105894e6824b92096378bb3668ef02376"
|
||||||
|
],
|
||||||
|
"index": "pypi",
|
||||||
|
"version": "==4.2.0"
|
||||||
|
},
|
||||||
"urllib3": {
|
"urllib3": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14",
|
"sha256:44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14",
|
||||||
|
@ -62,9 +62,9 @@ Our current list of team members can be found [here](https://github.com/orgs/pri
|
|||||||
3. Install **pipenv**: `pip install pipenv`
|
3. Install **pipenv**: `pip install pipenv`
|
||||||
4. Start a pipenv shell: `pipenv shell`
|
4. Start a pipenv shell: `pipenv shell`
|
||||||
5. Install dependencies: `pipenv install --dev`
|
5. Install dependencies: `pipenv install --dev`
|
||||||
6. Serve the site locally: `mkdocs serve --config-file mkdocs.production.yml`
|
6. Serve the site locally: `mkdocs serve`
|
||||||
- The site will be available at `http://localhost:8000`
|
- The site will be available at `http://localhost:8000`
|
||||||
- You can build the site locally with `mkdocs build --config-file mkdocs.production.yml`
|
- You can build the site locally with `mkdocs build`
|
||||||
- This version of the site should be identical to the live, production version
|
- This version of the site should be identical to the live, production version
|
||||||
|
|
||||||
## Releasing
|
## Releasing
|
||||||
|
Loading…
Reference in New Issue
Block a user