2020-04-28 23:09:22 +02:00
|
|
|
title: Privacy Guides
|
|
|
|
email: jonah@privacyguides.org
|
|
|
|
description: >- # this means to ignore newlines until "baseurl:"
|
|
|
|
Write an awesome description for your new site here. You can edit this
|
|
|
|
line in _config.yml. It will appear in your document head meta (for
|
|
|
|
Google search results) and in your feed.xml site description.
|
|
|
|
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 17:47:35 +01:00
|
|
|
sass_dir: _sass
|
2020-05-12 21:05:51 +02:00
|
|
|
excerpt_separator: <!--more-->
|
2020-05-12 07:30:23 +02:00
|
|
|
collections_dir: collections
|
|
|
|
collections:
|
|
|
|
evergreen:
|
|
|
|
output: true
|
2021-05-11 20:37:53 +02:00
|
|
|
permalink: /:slug/
|
|
|
|
pages:
|
2020-05-12 21:05:51 +02:00
|
|
|
output: true
|
2021-05-11 20:37:53 +02:00
|
|
|
permalink: /:path/
|
2021-05-03 16:19:07 +02:00
|
|
|
posts:
|
|
|
|
permalink: /blog/:year/:month/:day/:title/
|
2021-05-03 21:17:13 +02:00
|
|
|
people:
|
2021-05-03 16:19:07 +02:00
|
|
|
permalink: /blog/authors/:path/
|
2020-05-12 22:13:53 +02:00
|
|
|
|
2021-01-15 10:15:27 +01:00
|
|
|
build:
|
|
|
|
date:
|
|
|
|
time:
|
|
|
|
|
2021-05-04 04:13:50 +02:00
|
|
|
kramdown:
|
|
|
|
auto_ids: true
|
|
|
|
|
2020-04-28 23:09:22 +02:00
|
|
|
# Build settings
|
|
|
|
plugins:
|
|
|
|
- jekyll-feed
|
2021-01-12 20:27:59 +01:00
|
|
|
- jekyll-brotli
|
2020-12-04 05:52:37 +01:00
|
|
|
exclude: [privacytools.io/]
|