-
Notifications
You must be signed in to change notification settings - Fork 42
/
_config.yml
73 lines (73 loc) · 1.15 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
---
title: Zen
timezone: America/New_York
collections:
posts:
title: Posts
output: true
uploads:
title: Uploads
output: true
defaults:
- scope:
path: ''
type: posts
values:
layout: post
permalink: "/blog/:title/"
featured-image: ''
posts:
-
-
-
email: [email protected]
description: A globally accessible and anonymous blockchain
baseurl:
url: https://zencash.io/
author:
name: Mike Lorey
email: [email protected]
uri:
bio:
facebook:
twitter: zencash_io
linkedin:
gplus:
youtube:
future: true
show_drafts: true
lsi: false
permalink: pretty
paginate: 6
paginate_path: "/blog/page:num/"
excerpt_separator:
markdown: kramdown
cloudinary:
cloud_name: dw4i3sw5c
verbose: true
presets:
default:
min_width: 320
max_width: 1600
fallback_max_width: 800
steps: 5
sizes: "(min-width: 50rem) 50rem, 90vw"
gems:
- jekyll-feed
- jekyll-gist
- jekyll-paginate
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-redirect-from
- jekyll-sass-converter
exclude:
- _dev
- bower.json
- Gemfile
- Gemfile.lock
- gulpfile.js
- LICENSE.md
- node_modules
- package.json
- README.md
- vendor