1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-01 07:45:41 +01:00
site/_config.yml
Matthias Kretschmann 2705fa90e3 updated branding (#99)
- new typeface: Europa, loaded from Typekit
- new colors, reduced gray tones
- new hero image
- new gradient overlay
- new buttons
- bigger default font sizes
- ditch caps for action items
2017-04-10 17:14:35 +02:00

81 lines
1.7 KiB
YAML

# The Basics
# --------------------
name: BigchainDB
description: 'The scalable blockchain database.'
url: https://www.bigchaindb.com
email:
contact: contact@bigchaindb.com
cla: troy@ascribe.io
cla_cc: sylvain@bigchaindb.com
twitter: BigchainDB
facebook: BigchainDB
github:
org: bigchaindb
repo: bigchaindb
medium: the-bigchaindb-blog
googlegroup: bigchaindb
gitter: bigchaindb/bigchaindb
disqus: bigchain
linkedin: bigchaindb
youtube: UCh0Y3p3kJ9oyz9CRgZaO05w
address:
company: BigchainDB GmbH
street: Wichertstr. 14a
zip: 10439
city: Berlin
country: Germany
# Track all the things
# --------------------
analyticsID: UA-60614729-8
typekitID: fih1ngo
# Urls
# --------------------
permalink: /:title/
# Content Parsing
# --------------------
markdown: redcarpet
kramdown:
input: GFM
extensions:
- autolink
- footnotes
- smart
redcarpet:
extensions: ['autolink', 'smart', 'hard_wrap', 'with_toc_data']
# Generator
# --------------------
source: ./_src
destination: ./_dist
# Jekyll native collections
# --------------------
collections:
usecases:
output: true
permalink: /:collection/:path/
partners:
output: true
permalink: /:collection/:path/
# Plugins
# --------------------
gems:
- jekyll-sitemap
- jekyll-redirect-from