-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy path_config.yml
55 lines (49 loc) · 1.14 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
51
52
53
54
55
title: Plausible Analytics
tagline: Simple, privacy-friendly Google Analytics alternative
permalink: /blog/:title
highlighter: rouge
url: https://plausible.io
description: 'Plausible is a lightweight and open-source Google Analytics alternative. Your website data is 100% yours and the privacy of your visitors is respected.'
show_excerpts: true
css_dir: 'assets/css'
twitter:
username: ukutaht
feed:
path: /blog/feed.xml
jekyll-minifier:
exclude: assets/css/tooltip.css # https://github.com/digitalsparky/jekyll-minifier/issues/54. Breaks the tooltip positioning of microtip
uglifier_args:
harmony: true
defaults:
- scope:
path: ""
values:
image: /assets/images/plausible_promo.jpg
collections:
articles:
output: true
changes:
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-postcss
- jekyll-purgecss
- jekyll-minifier
include:
- .well-known
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- package.json
- package-lock.json
- README.md
- postcss.config.js
- purgecss.config.js
- tailwind.config.js
- .gitignore
- vendor
- CONTRIBUTING.md
- .npmrc
- .tool-versions