2020-04-28 16:09:22 -05:00
|
|
|
title: Privacy Guides
|
|
|
|
email: jonah@privacyguides.org
|
|
|
|
description: >- # this means to ignore newlines until "baseurl:"
|
2021-09-13 08:48:57 -05:00
|
|
|
Massive organizations are monitoring your online activities.
|
|
|
|
Privacy Guides is your central privacy and security resource to protect yourself online.
|
2020-04-28 16:09:22 -05:00
|
|
|
baseurl: "" # the subpath of your site, e.g. /blog
|
|
|
|
url: "https://www.privacyguides.org" # the base hostname & protocol for your site, e.g. http://example.com
|
|
|
|
sass:
|
2021-02-22 10:47:35 -06:00
|
|
|
sass_dir: _sass
|
2021-09-13 08:48:57 -05:00
|
|
|
permalink: pretty
|
2020-05-12 14:05:51 -05:00
|
|
|
excerpt_separator: <!--more-->
|
2020-05-12 00:30:23 -05:00
|
|
|
collections_dir: collections
|
|
|
|
collections:
|
|
|
|
evergreen:
|
|
|
|
output: true
|
2021-05-11 13:37:53 -05:00
|
|
|
permalink: /:slug/
|
|
|
|
pages:
|
2020-05-12 14:05:51 -05:00
|
|
|
output: true
|
2021-05-11 13:37:53 -05:00
|
|
|
permalink: /:path/
|
2021-05-03 09:19:07 -05:00
|
|
|
posts:
|
|
|
|
permalink: /blog/:year/:month/:day/:title/
|
2021-05-03 14:17:13 -05:00
|
|
|
people:
|
2021-05-03 09:19:07 -05:00
|
|
|
permalink: /blog/authors/:path/
|
2020-05-12 15:13:53 -05:00
|
|
|
|
2021-01-15 03:15:27 -06:00
|
|
|
build:
|
|
|
|
date:
|
|
|
|
time:
|
|
|
|
|
2021-05-03 21:13:50 -05:00
|
|
|
kramdown:
|
|
|
|
auto_ids: true
|
|
|
|
|
2020-04-28 16:09:22 -05:00
|
|
|
# Build settings
|
|
|
|
plugins:
|
|
|
|
- jekyll-feed
|
2021-01-12 20:27:59 +01:00
|
|
|
- jekyll-brotli
|
2021-09-13 08:48:57 -05:00
|
|
|
- jekyll-sitemap
|
2020-12-03 22:52:37 -06:00
|
|
|
exclude: [privacytools.io/]
|