site/_config.yml

80 lines
1.7 KiB
YAML
Raw Normal View History

# 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
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
cla_cc: sylvain@bigchaindb.com
2016-01-30 15:00:49 +01:00
twitter: BigchainDB
facebook: BigchainDB
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
disqus: bigchain
linkedin: bigchaindb
youtube: UCh0Y3p3kJ9oyz9CRgZaO05w
2016-01-21 13:07:50 +01:00
address:
company: BigchainDB GmbH
street: Wichertstr. 14a
2016-01-21 13:07:50 +01:00
zip: 10439
city: Berlin
country: Germany
# Track all the things
# --------------------
2016-01-08 19:13:31 +01:00
analyticsID: UA-60614729-8
# Urls
# --------------------
permalink: /:title/
# Content Parsing
# --------------------
2016-02-04 16:24:38 +01:00
markdown: redcarpet
kramdown:
input: GFM
extensions:
- autolink
- footnotes
- smart
redcarpet:
extensions: ['autolink', 'smart', 'hard_wrap', 'with_toc_data']
# Generator
# --------------------
source: ./_src
destination: ./_dist
2017-03-28 14:22:01 +02:00
# Jekyll native collections
# --------------------
collections:
usecases:
output: true
permalink: /:collection/:path/
partners:
output: true
permalink: /:collection/:path/
2017-03-28 14:22:01 +02:00
# Plugins
# --------------------
gems:
- jekyll-sitemap
2016-01-30 12:09:07 +01:00
- jekyll-redirect-from