-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path_config.yml
107 lines (89 loc) · 2.47 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# The Basics
# --------------------
name: BigchainDB
description: 'The blockchain database.'
url: https://www.bigchaindb.com
bigchaindb_api_url: https://test.ipdb.io
getstarted_url: https://ipdb.io/resources/
# set to `true` to make hiring link appear in main menu
hiring: false
email:
contact: [email protected]
cla: xwojnopx
cla_cc: "[email protected]"
gdpr: [email protected]
social:
gitter:
title: Gitter
url: https://gitter.im/bigchaindb/bigchaindb
github:
title: GitHub
url: https://github.com/bigchaindb
org: bigchaindb
repo: bigchaindb
twitter:
title: Twitter
handle: bigchaindb
url: https://twitter.com/bigchaindb
facebook:
title: Facebook
handle: bigchaindb
url: https://www.facebook.com/BigchainDB/
medium:
title: Blog
url: https://blog.bigchaindb.com
meetup:
title: Meetup
url: https://www.meetup.com/BigchainDB-IPDB-Meetup
linkedin:
title: LinkedIn
url: https://www.linkedin.com/company/bigchaindb
youtube:
title: YouTube
url: https://www.youtube.com/bigchaindb
address:
company: BigchainDB GmbH
street: Bernauer Str. 49
zip: "10435"
city: Berlin
country: Germany
# Track all the things
# --------------------
analyticsID: UA-60614729-8
typekitID: fih1ngo
# Urls
# --------------------
permalink: /:title/
# Generator
# --------------------
source: ./_src
destination: ./_dist
# Jekyll native collections
# --------------------
collections:
usecases:
output: true
permalink: /:collection/:path/
partners:
output: true
permalink: /:collection/:path/
guide:
output: true
permalink: /developers/:collection/:path/
defaults:
- scope:
path: ""
type: guide
values:
toc: true
image: share-image-guide.png
js: page-guide.min.js
# Plugins
# --------------------
plugins:
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-toc
jekyll_get:
data: countries
json: 'https://raw.githubusercontent.com/mledoze/countries/master/dist/countries.json'