-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
_config.yml
77 lines (73 loc) · 1.45 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
# Site/SEO settings
email: [email protected]
baseurl: ""
permalink: /:title/
google_analytics:
name: Gigi
title: Bitcoin Resources
description: >
Books, Articles, Podcasts, and other curated Bitcoin resources.
url: https://bitcoin-resources.com
code: BR
twitter_username: dergigi
default_img: /assets/images/avatar.png
social:
- name: twitter
url: https://twitter.com/BtcResources
- name: github
url: https://github.com/bitcoin-resources/bitcoin-resources.github.io
- name: bitcoin
url: https://dergigi.com/support
# Collections
collections_dir: collections
collections:
books:
title: Books
output: true
permalink: /books/:slug
categories:
title: Book Categories
output: true
permalink: /books/categories/:slug
episodes:
title: Episodes
output: true
articles:
title: Articles
output: true
series:
title: Article Series
output: true
podcasts:
title: Podcasts
output: true
curations:
title: Curations
output: true
# Author settings
author:
- name: Gigi
bio: Bio as in biological?
url: https://dergigi.com/contact
# Build settings
markdown: kramdown
plugins:
- jekyll-paginate
- 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