-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
50 lines (43 loc) · 1.19 KB
/
Copy path_config.yml
File metadata and controls
50 lines (43 loc) · 1.19 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
title: Stop Targeting Ads at Me
tagline_part_one: Helps you turn off targeted ads on
tagline_part_two: websites, apps, services, and devices
# The current number of sites goes between these two parts above on the frontend. (This file is completely static.)
description: >- # this means to ignore newlines
Advertisers use data about what you do and who you are to target ads at you. Start turning off this targeted advertising.
url: "https://stop-targeting-ads-me.netlify.app/"
# Header nav (remember the trailing /)
navigation_header:
Home: /
About: /about/
# Build settings
markdown: kramdown
# plugins:
# - jekyll-feed
collections:
items:
output: true
permalink: :name
defaults:
- scope:
path: ""
type: "items"
values:
layout: item_page
# Tell Jekyll to use the _headers file for security headers
include:
- _headers
# If an Atom/RSS feed is useful
# feed:
# collections:
# - items
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/