-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
_config.yml
73 lines (69 loc) · 1.4 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
# Site/SEO settings
email: [email protected]
baseurl: ""
paginate: 99 # TODO: Fix endless scroll / pagination
paginate_path: "/page/:num"
permalink: /:year/:month/:day/:title/
google_analytics:
name: Gigi
title: dergigi.com
code: DG
description: >
Thoughts about Bitcoin and other things.
url: https://dergigi.com
twitter_username: dergigi
default_img: /assets/images/avatar.jpg
social:
- name: nostr
url: nostr:npub1dergggklka99wwrs92yz8wdjs952h2ux2ha2ed598ngwu9w7a6fsh9xzpc
- name: github
url: https://github.com/dergigi
- name: bitcoin
url: https://dergigi.com/support
# Collections
collections_dir: collections
collections:
posts:
title: Posts
threads:
title: Threads
output: true
permalink: /threads/:slug
translations:
title: Translations
output: false
books:
title: Books
output: true
permalink: /books/:slug
episodes:
title: Episodes
output: true
# Author settings
author:
- name: Gigi
bio: Writing words and code for Bitcoin.
url: https://dergigi.com/contact
# Build settings
markdown: kramdown
highlighter: rouge
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