2015-12-20 05:22:45 +01:00
|
|
|
|
|
|
|
|
|
|
|
# The Basics
|
|
|
|
# --------------------
|
2016-01-30 15:00:49 +01:00
|
|
|
name: BigchainDB
|
2016-02-05 12:14:36 +01:00
|
|
|
description: 'Coming Soon on February 10'
|
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
|
2015-12-20 05:22:45 +01:00
|
|
|
|
2016-01-30 15:00:49 +01:00
|
|
|
twitter: BigchainDB
|
2016-01-17 16:17:28 +01:00
|
|
|
disqus: bigchain
|
2015-12-20 05:22:45 +01:00
|
|
|
|
|
|
|
|
|
|
|
# Track all the things
|
|
|
|
# --------------------
|
2016-01-08 19:13:31 +01:00
|
|
|
analyticsID: UA-60614729-8
|
2015-12-20 05:22:45 +01:00
|
|
|
|
|
|
|
|
|
|
|
# Urls
|
|
|
|
# --------------------
|
|
|
|
permalink: /:title/
|
|
|
|
|
|
|
|
|
|
|
|
# Content Parsing
|
|
|
|
# --------------------
|
2016-01-17 18:29:04 +01:00
|
|
|
#markdown: kramdown
|
|
|
|
|
|
|
|
kramdown:
|
|
|
|
input: GFM
|
|
|
|
extensions:
|
|
|
|
- autolink
|
|
|
|
- footnotes
|
|
|
|
- smart
|
2015-12-20 05:22:45 +01:00
|
|
|
|
|
|
|
redcarpet:
|
|
|
|
extensions: ['autolink', 'smart', 'hard_wrap', 'with_toc_data']
|
|
|
|
|
|
|
|
|
|
|
|
# Generator
|
|
|
|
# --------------------
|
|
|
|
source: ./_src
|
|
|
|
destination: ./_dist
|
2015-12-22 13:41:58 +01:00
|
|
|
|
|
|
|
|
|
|
|
# Plugins
|
|
|
|
# --------------------
|
|
|
|
gems:
|
|
|
|
- jekyll-sitemap
|