mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 15:55:36 +01:00
38 lines
641 B
YAML
38 lines
641 B
YAML
|
|
||
|
|
||
|
# The Basics
|
||
|
# --------------------
|
||
|
name: Bigchain
|
||
|
description:
|
||
|
url: http://www.bigchain.io
|
||
|
|
||
|
email:
|
||
|
contact: contact@bigchain.io
|
||
|
|
||
|
twitter: bigchain
|
||
|
facebook: bigchain
|
||
|
|
||
|
|
||
|
# Track all the things
|
||
|
# --------------------
|
||
|
analyticsID:
|
||
|
|
||
|
|
||
|
# Urls
|
||
|
# --------------------
|
||
|
permalink: /:title/
|
||
|
|
||
|
|
||
|
# Content Parsing
|
||
|
# --------------------
|
||
|
markdown: redcarpet
|
||
|
|
||
|
redcarpet:
|
||
|
extensions: ['autolink', 'smart', 'hard_wrap', 'with_toc_data']
|
||
|
|
||
|
|
||
|
# Generator
|
||
|
# --------------------
|
||
|
source: ./_src
|
||
|
destination: ./_dist
|