forked from privacyguides/privacyguides.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
37 lines (34 loc) · 917 Bytes
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
title: Privacy Guides
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
Massive organizations are monitoring your online activities.
Privacy Guides is your central privacy and security resource to protect yourself online.
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:
sass_dir: _sass
permalink: pretty
excerpt_separator: <!--more-->
collections_dir: collections
collections:
evergreen:
output: true
permalink: /:slug/
pages:
output: true
permalink: /:path/
posts:
permalink: /blog/:year/:month/:day/:title/
people:
permalink: /blog/authors/:path/
build:
date:
time:
kramdown:
auto_ids: true
# Build settings
plugins:
- jekyll-feed
- jekyll-brotli
- jekyll-sitemap
exclude: [privacytools.io/]