-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
87 lines (74 loc) · 1.46 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# Website info
title: Ben Oliver
description: Maybe I'll write, maybe you'll read.
url: https://www.bfoliver.com
# Icon emoji
icons:
film: "📽️"
book: "📖"
art: "🎨"
game: "🕹️"
sport: "⚽"
food: "🍴"
technology: "🤖"
post: "🖊️"
announce: "📢"
rip: "⚰️"
link: "🔗"
# Defaults
defaults:
-
scope:
path: ""
values:
author: "Ben Oliver"
# Owner/author information
owner:
name: Ben Oliver
avatar: bio-photo.png
email: ben@bfoliver.com
links:
- title: Articles
url: /articles/
- title: Subscribe
url: /subscribe/
- title: Contact
url: /contact/
- title: About
url: /about/
- title: Now
url: /now/
- title: Linkroll
url: /links/
timezone: UTC
future: false
# Build settings
permalink: /:year/:month/:day/:title/
markdown: kramdown
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- package-lock.json
- package.json
- tailwind.config.js
- purgecss.config.js
- postcss.config.js
- netlify.toml
- build.sh
- _compress_images_cache.yml
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-postcss
- jekyll-purgecss
- jekyll-zopfli
- jekyll-brotli
- jekyll-compress-images
- jekyll-category-pages
compress_images:
images_path: "images/**/*.{gif,png,jpg,jpeg,svg}"
category_layout: "category-index.html"
category_path: "articles"
imageoptim:
svgo: false