-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
_config.yml
58 lines (54 loc) · 1.08 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
# Site/SEO settings
email: [email protected]
baseurl: ""
paginate: 99
paginate_path: "/page/:num"
permalink: /:year/:month/:day/:title/
google_analytics:
name: Gigi
title: OpsecSwag.com
description: >
Bitcoin Swag that respects your privacy.
url: https://opsecswag.com
twitter_username: dergigi
default_img: /assets/images/twitter.png
social:
- name: twitter
url: https://twitter.com/dergigi
- name: github
url: https://github.com/opsecswag/opsecswag.github.io
- name: bitcoin
url: https://dergigi.com/support
# Collections
collections_dir: collections
collections:
items:
title: Items
shops:
title: Shops
# Author settings
author:
- name: Gigi
bio: Writing words and code for Bitcoin.
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]
exclude:
- env
- scripts
- node_modules
- .DS_Store
- barber.jpg
- Gemfile
- Gemfile.lock
- gulpfile.js
- package.json
- README.md