2015-12-20 05:22:45 +01:00
|
|
|
|
|
|
|
|
|
|
|
# The Basics
|
|
|
|
# --------------------
|
2016-01-30 15:00:49 +01:00
|
|
|
name: BigchainDB
|
2016-02-10 19:48:31 +01:00
|
|
|
description: 'The scalable blockchain database.'
|
2016-01-30 15:00:49 +01:00
|
|
|
url: https://www.bigchaindb.com
|
2015-12-20 05:22:45 +01:00
|
|
|
|
|
|
|
email:
|
2016-01-30 15:00:49 +01:00
|
|
|
contact: contact@bigchaindb.com
|
2016-02-06 14:33:15 +01:00
|
|
|
cla: troy@ascribe.io
|
2017-04-03 13:37:46 +02:00
|
|
|
cla_cc: sylvain@bigchaindb.com
|
2015-12-20 05:22:45 +01:00
|
|
|
|
2016-01-30 15:00:49 +01:00
|
|
|
twitter: BigchainDB
|
2016-02-06 17:44:53 +01:00
|
|
|
facebook: BigchainDB
|
2016-02-10 15:17:16 +01:00
|
|
|
github:
|
|
|
|
org: bigchaindb
|
|
|
|
repo: bigchaindb
|
2016-02-09 11:09:05 +01:00
|
|
|
medium: the-bigchaindb-blog
|
2016-02-09 19:08:43 +01:00
|
|
|
googlegroup: bigchaindb
|
2016-02-19 15:52:10 +01:00
|
|
|
gitter: bigchaindb/bigchaindb
|
2016-01-17 16:17:28 +01:00
|
|
|
disqus: bigchain
|
2016-11-14 11:59:16 +01:00
|
|
|
linkedin: bigchaindb
|
|
|
|
youtube: UCh0Y3p3kJ9oyz9CRgZaO05w
|
2015-12-20 05:22:45 +01:00
|
|
|
|
2016-01-21 13:07:50 +01:00
|
|
|
address:
|
2016-07-27 12:02:26 +02:00
|
|
|
company: BigchainDB GmbH
|
|
|
|
street: Wichertstr. 14a
|
2016-01-21 13:07:50 +01:00
|
|
|
zip: 10439
|
|
|
|
city: Berlin
|
|
|
|
country: Germany
|
2015-12-20 05:22:45 +01:00
|
|
|
|
2017-05-04 14:27:12 +02:00
|
|
|
|
2015-12-20 05:22:45 +01:00
|
|
|
# Track all the things
|
|
|
|
# --------------------
|
2016-01-08 19:13:31 +01:00
|
|
|
analyticsID: UA-60614729-8
|
2017-04-10 17:14:35 +02:00
|
|
|
typekitID: fih1ngo
|
2015-12-20 05:22:45 +01:00
|
|
|
|
|
|
|
|
|
|
|
# Urls
|
|
|
|
# --------------------
|
|
|
|
permalink: /:title/
|
|
|
|
|
|
|
|
|
|
|
|
# Content Parsing
|
|
|
|
# --------------------
|
2016-02-04 16:24:38 +01:00
|
|
|
markdown: redcarpet
|
2016-01-17 18:29:04 +01:00
|
|
|
|
2015-12-20 05:22:45 +01:00
|
|
|
redcarpet:
|
2017-04-12 18:49:50 +02:00
|
|
|
extensions: ['no_intra_emphasis', 'autolink', 'tables', 'smart', 'hard_wrap', 'fenced_code_blocks', 'strikethrough', 'highlight', 'quote', 'footnotes', 'with_toc_data', 'space_after_headers', 'superscript', 'lax_spacing']
|
2015-12-20 05:22:45 +01:00
|
|
|
|
|
|
|
|
|
|
|
# Generator
|
|
|
|
# --------------------
|
|
|
|
source: ./_src
|
|
|
|
destination: ./_dist
|
2015-12-22 13:41:58 +01:00
|
|
|
|
|
|
|
|
2017-03-28 14:22:01 +02:00
|
|
|
# Jekyll native collections
|
|
|
|
# --------------------
|
|
|
|
collections:
|
|
|
|
usecases:
|
|
|
|
output: true
|
|
|
|
permalink: /:collection/:path/
|
2017-04-06 17:22:24 +02:00
|
|
|
partners:
|
|
|
|
output: true
|
|
|
|
permalink: /:collection/:path/
|
2017-03-28 14:22:01 +02:00
|
|
|
|
|
|
|
|
2015-12-22 13:41:58 +01:00
|
|
|
# Plugins
|
|
|
|
# --------------------
|
|
|
|
gems:
|
|
|
|
- jekyll-sitemap
|
2016-01-30 12:09:07 +01:00
|
|
|
- jekyll-redirect-from
|