-
-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: Add blog back to main repository (#2704)
Signed-off-by: kimg45 <[email protected]> Signed-off-by: blacklight447 <[email protected]> Signed-off-by: redoomed1 <[email protected]>
- Loading branch information
1 parent
95d6ec9
commit 1496586
Showing
68 changed files
with
2,986 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
name: 🛠️ Build Blog | ||
|
||
on: | ||
workflow_call: | ||
inputs: | ||
ref: | ||
required: true | ||
type: string | ||
repo: | ||
required: true | ||
type: string | ||
context: | ||
type: string | ||
default: deploy-preview | ||
continue-on-error: | ||
type: boolean | ||
default: true | ||
privileged: | ||
type: boolean | ||
default: true | ||
|
||
permissions: | ||
contents: read | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
continue-on-error: ${{ inputs.continue-on-error }} | ||
permissions: | ||
contents: read | ||
|
||
steps: | ||
- name: Add GitHub Token to Environment | ||
run: | | ||
echo "GH_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> "$GITHUB_ENV" | ||
- name: Download Repository | ||
uses: actions/checkout@v4 | ||
with: | ||
repository: ${{ inputs.repo }} | ||
ref: ${{ inputs.ref }} | ||
persist-credentials: "false" | ||
fetch-depth: 0 | ||
|
||
- name: Download Submodules | ||
uses: actions/download-artifact@v4 | ||
with: | ||
pattern: repo-* | ||
path: modules | ||
|
||
- name: Move mkdocs-material-insiders to mkdocs-material | ||
if: inputs.privileged | ||
run: | | ||
rmdir modules/mkdocs-material | ||
mv modules/repo-mkdocs-material-insiders modules/mkdocs-material | ||
- name: Move brand submodule to theme/assets/brand | ||
run: | | ||
rmdir theme/assets/brand | ||
mv modules/repo-brand theme/assets/brand | ||
- name: Install Python (pipenv) | ||
if: inputs.privileged | ||
uses: actions/setup-python@v5 | ||
with: | ||
cache: "pipenv" | ||
|
||
- name: Install Python Dependencies | ||
if: inputs.privileged | ||
run: | | ||
pip install pipenv | ||
pipenv install | ||
sudo apt install pngquant | ||
- name: Build Website | ||
run: | | ||
pipenv run mkdocs build --config-file mkdocs.blog.yml | ||
- name: Package Website | ||
run: | | ||
tar -czf site-build-blog.tar.gz site | ||
- name: Upload Site | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: site-build-blog.tar.gz | ||
path: site-build-blog.tar.gz | ||
retention-days: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
authors: | ||
contributors: | ||
type: Organization | ||
name: Privacy Guides | ||
description: Various Authors | ||
avatar: https://github.com/privacyguides.png | ||
danarel: | ||
name: Dan Arel | ||
description: Former Team Member | ||
avatar: https://github.com/danarel.png | ||
niek-de-wilde: | ||
name: Niek de Wilde | ||
description: Team Member | ||
avatar: https://github.com/blacklight447.png | ||
dngray: | ||
name: Daniel Gray | ||
description: Team Member | ||
avatar: https://github.com/dngray.png | ||
freddy-m: | ||
name: Freddy | ||
description: Team Member | ||
avatar: https://github.com/freddy-m.png | ||
description_long: | | ||
<a href="https://freddy.lol">Freddy</a> is a founding member of Privacy Guides and the editor of its blog. He writes in American English reluctantly. | ||
jonah: | ||
name: Jonah Aragon | ||
description: Team Member | ||
avatar: https://github.com/jonaharagon.png | ||
description_long: | | ||
<a href="https://www.jonaharagon.com">Jonah Aragon</a> is creating educational resources for average people to understand the importance of privacy and security on the internet, and take back control over their digital lives. | ||
He is known for his work on the Techlore YouTube channel, including the Techlore Talks podcast he co-hosts, and the Privacy Guides non-profit website. | ||
kaitebay: | ||
name: Kai Tebay | ||
description: Former Team Member | ||
avatar: https://github.com/kaitebay.png | ||
matchboxbananasynergy: | ||
name: mbananasynergy | ||
description: Former Team Member | ||
avatar: https://github.com/matchboxbananasynergy.png | ||
mfwmyfacewhen: | ||
name: mfwmyfacewhen | ||
description: Former Team Member | ||
avatar: https://github.com/ghost.png | ||
natebartram: | ||
name: Nate Bartram | ||
description: Guest Contributor | ||
avatar: https://gitlab.com/uploads/-/system/user/avatar/8993331/avatar.png | ||
sam-howell: | ||
name: Sam Howell | ||
description: Guest Contributor | ||
avatar: https://gitlab.com/uploads/-/system/user/avatar/5349522/avatar.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
!!! danger "Old Content" | ||
|
||
These posts are 5 years old. They may not accurately reflect the current opinion of our team. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
!!! danger "Old Content" | ||
|
||
These posts are 4 years old. They may not accurately reflect the current opinion of our team. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
!!! danger "Old Content" | ||
|
||
These posts are 3 years old. They may not accurately reflect the current opinion of our team. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
!!! danger "Old Content" | ||
|
||
These posts are 2 years old. They may not accurately reflect the current opinion of our team. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+240 KB
blog/assets/images/privacy-guides-partners-with-magic-grants-501-c-3/magicblog.webp
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+785 KB
blog/assets/images/the-trouble-with-vpn-and-privacy-review-sites/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+202 KB
blog/assets/images/the-trouble-with-vpn-and-privacy-review-sites/image1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: Latest Articles | ||
hide: | ||
- footer | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
comments: true |
Oops, something went wrong.