-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
_config.yml
74 lines (70 loc) · 1.42 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
# Site/SEO settings
email: [email protected]
baseurl: ""
permalink: /:year/:month/:day/:title/
google_analytics:
name: Gigi
title: 21Lessons.com
description: >
21 Lessons Learned from Falling Down the Bitcoin Rabbit Hole.
url: https://21lessons.com
twitter_username: dergigi
default_img: /assets/images/avatar.jpg
social:
- name: twitter
url: https://twitter.com/dergigi
- name: mastodon
url: https://bitcoinhackers.org/@dergigi
- name: github
url: https://github.com/21-lessons/21-lessons.github.io
- name: bitcoin
url: https://dergigi.com/support
- name: patreon
url: https://www.patreon.com/dergigi
# Collections
collections_dir: collections
collections:
lessons:
output: true
permalink: /:path/ # path = filename relative
books:
title: Books
output: true
episodes:
title: Episodes
output: true
articles:
title: Articles
output: true
links:
title: Links
output: true
reviews:
title: Reviews
output: true
# Author settings
author:
- name: Gigi
bio: Bio as in biological?
url: https://dergigi.com/contact
# Build settings
markdown: kramdown
plugins:
- jekyll-sitemap
- jekyll-redirect-from
compress_html:
clippings: all
comments: all
startings: [html, head, body]
include: [".well-known"]
exclude:
- env
- scripts
- node_modules
- .DS_Store
- barber.jpg
- Gemfile
- Gemfile.lock
- gulpfile.js
- package.json
- README.md