1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 01:36:55 +01:00
site/_config.yml
Matthias Kretschmann 7cad1ec40a finalized starting point
- use Jekyll for now
- build process through gulp
- dependencies through npm & bundle
- scss: variables, grid, fonts, first components
- js setup
2015-12-20 05:22:45 +01:00

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