-
-
Notifications
You must be signed in to change notification settings - Fork 100
/
_config.yml
50 lines (41 loc) · 1.1 KB
/
_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
38
39
40
41
42
43
44
45
46
47
48
49
50
title: Cookie
description: > # this means to ignore newlines until "show_excerpts:"
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: "/"
url: https://cookie-demo.netlify.app # change this URL, this is needed for generating right sitemap
permalink: "/blog/:title/"
plugins:
- jekyll-feed
- jekyll-soopr-seo-tag
- jekyll-sitemap
- jekyll-minifier
css_dir: "assets/css" # defaults to "css"
highlighter: rouge
collections:
posts:
output: true
permalink: "/blog/:title"
pages:
output: true
permalink: "/:title"
jekyll-minifier:
uglifier_args:
harmony: true
soopr:
publish_token: "" # sign up at https://www.soopr.co to get your publish token and personalize share and reaction options
twitter:
card: summary_large_image
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- package.json
- package-lock.json
- README.md
- postcss.config.js
- purgecss.config.js
- tailwind.config.js
- .gitignore
- vendor