1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-01 07:45:41 +01:00
site/_config.yml

57 lines
1.0 KiB
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
2016-01-21 13:07:50 +01:00
address:
street: Wichertstr. 17
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
# Plugins
# --------------------
gems:
- jekyll-sitemap
2016-01-30 12:09:07 +01:00
- jekyll-redirect-from