mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 07:45:41 +01:00
51 lines
876 B
YAML
51 lines
876 B
YAML
|
|
|
|
# The Basics
|
|
# --------------------
|
|
name: BigchainDB
|
|
description: 'Coming Soon on February 10'
|
|
url: https://www.bigchaindb.com
|
|
|
|
email:
|
|
contact: contact@bigchaindb.com
|
|
|
|
twitter: BigchainDB
|
|
disqus: bigchain
|
|
|
|
|
|
# Track all the things
|
|
# --------------------
|
|
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
|