-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
64 lines (60 loc) · 1.26 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
# Site/SEO settings
email: 21ways@dergigi.com
baseurl: ""
permalink: /:year/:month/:day/:title/
google_analytics:
name: Gigi
title: 21 Ways To Look At Bitcoin - 21-ways.com
description: >
21 Ways To Look At Bitcoin
url: https://21-ways.com
twitter_username: dergigi
default_img: /assets/images/avatar.png
social:
- name: twitter
url: https://twitter.com/dergigi
- name: mastodon
url: https://bitcoinhackers.org/@dergigi
- name: github
url: https://github.com/21-ways/21-ways.github.io
- name: bitcoin
url: https://dergigi.com/support
- name: patreon
url: https://www.patreon.com/dergigi
# Collections
collections_dir: collections
collections:
ways:
output: true
permalink: /:path/ # path = filename relative
translations:
title: Translations
output: false
episodes:
title: Episodes
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]
exclude:
- env
- scripts
- node_modules
- .DS_Store
- barber.jpg
- Gemfile
- Gemfile.lock
- gulpfile.js
- package.json
- README.md