From 63e7b5d3338b61f0a0bef286bf67e8a37207a819 Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Tue, 12 May 2020 11:15:32 -0500 Subject: [PATCH] Add blog --- _config.yml | 4 ++ _includes/footer.html | 2 +- _includes/nav.html | 12 ++-- _layouts/post.html | 25 +++++++ assets/css/app.scss | 10 +++ assets/img/blog/understanding-vpns-cover.jpg | Bin 0 -> 473766 bytes blog.html | 23 +++++++ .../_posts/2019-10-05-understanding-vpns.md | 63 ++++++++++++++++++ 8 files changed, 130 insertions(+), 9 deletions(-) create mode 100644 _layouts/post.html create mode 100644 assets/img/blog/understanding-vpns-cover.jpg create mode 100644 blog.html create mode 100644 collections/_posts/2019-10-05-understanding-vpns.md diff --git a/_config.yml b/_config.yml index 82a6257a..c17792a8 100644 --- a/_config.yml +++ b/_config.yml @@ -25,9 +25,13 @@ sass: sass_dir: _sass collections_dir: collections collections: + posts: + permalink: /blog/:year/:month/:day/:title evergreen: output: true permalink: /:name + authors: + permalink: /blog/authors/:name # Build settings markdown: kramdown diff --git a/_includes/footer.html b/_includes/footer.html index cb795150..094de1fa 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,5 +1,5 @@
-

Privacy Guides is a socially motivated website that provides information for protecting your data security and privacy. Never trust any company with your privacy, always encrypt.

+

Privacy Guides is a socially motivated website that provides information for protecting your data security and privacy.

Unless otherwise noted, the content of this website is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. The underlying source code used to format and display this content is not licensed for third-party use unless otherwise noted.

diff --git a/_includes/nav.html b/_includes/nav.html index 42d8d834..d210127a 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -1,6 +1,8 @@