1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 09:42:35 +00:00

Create blog (#1365)

Signed-off-by: Daniel Gray <dng@disroot.org>
This commit is contained in:
2022-05-31 11:01:13 -05:00
committed by Daniel Gray
parent ef9e236b2b
commit c2059a392b
7 changed files with 100 additions and 3 deletions

View File

@ -92,6 +92,12 @@ plugins:
- git-revision-date-localized:
exclude:
- index.en.md
- rss:
match_path: "blog/.*"
pretty_print: true
date_from_meta:
as_creation: "created"
datetime_format: "%Y-%m-%d"
- privacy:
externals_exclude:
- cdn.jsdelivr.net/npm/mathjax@3/*
@ -198,4 +204,10 @@ nav:
- 'about/privacy-policy.md'
- 'Donate': '/about/donate/'
- 'Discussions': 'https://github.com/orgs/privacyguides/discussions'
- 'Blog': 'https://blog.privacyguides.org/'
- 'Blog':
- '2022':
- '"Move Fast and Break Things"': 'blog/2022/04/04/move-fast-and-break-things.md'
- '2021':
- 'Firefox Privacy: 2021 Update': 'blog/2021/12/01/firefox-privacy-2021-update.md'
- 'Virtual Insanity': 'blog/2021/11/01/virtual-insanity.md'
- 'Welcome to Privacy Guides': 'blog/2021/09/14/welcome-to-privacy-guides.md'