site/_config.yml

51 lines
876 B
YAML
Raw Normal View History

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