site/_config.yml

95 lines
2.3 KiB
YAML
Raw Normal View History

# The Basics
# --------------------
2016-01-30 15:00:49 +01:00
name: BigchainDB
2016-02-10 19:48:31 +01:00
description: 'The scalable blockchain database.'
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-02-06 14:33:15 +01:00
cla: troy@ascribe.io
cla_cc: sylvain@bigchaindb.com
2017-04-20 14:31:08 +02:00
enterprise: ikytz6br@robot.zapier.com
social:
gitter:
2017-06-21 14:49:47 +02:00
title: Gitter
url: https://gitter.im/bigchaindb/bigchaindb
github:
2017-06-21 14:49:47 +02:00
title: GitHub
url: https://github.com/bigchaindb
org: bigchaindb
repo: bigchaindb
twitter:
2017-06-21 14:49:47 +02:00
title: Twitter
handle: bigchaindb
url: https://twitter.com/bigchaindb
medium:
2017-06-21 14:49:47 +02:00
title: Blog
url: https://blog.bigchaindb.com
meetup:
2017-06-21 14:49:47 +02:00
title: Meetup
url: https://www.meetup.com/BigchainDB-IPDB-Meetup
linkedin:
2017-06-21 14:49:47 +02:00
title: LinkedIn
url: https://www.linkedin.com/company/bigchaindb
youtube:
2017-06-21 14:49:47 +02:00
title: YouTube
url: https://www.youtube.com/channel/UCh0Y3p3kJ9oyz9CRgZaO05w
2016-01-21 13:07:50 +01:00
address:
company: BigchainDB GmbH
street: Wichertstr. 14a
2016-01-21 13:07:50 +01:00
zip: 10439
city: Berlin
country: Germany
# Track all the things
# --------------------
2016-01-08 19:13:31 +01:00
analyticsID: UA-60614729-8
typekitID: fih1ngo
# Urls
# --------------------
permalink: /:title/
# Content Parsing
# --------------------
2016-02-04 16:24:38 +01:00
markdown: redcarpet
redcarpet:
2017-04-12 18:49:50 +02:00
extensions: ['no_intra_emphasis', 'autolink', 'tables', 'smart', 'hard_wrap', 'fenced_code_blocks', 'strikethrough', 'highlight', 'quote', 'footnotes', 'with_toc_data', 'space_after_headers', 'superscript', 'lax_spacing']
# Generator
# --------------------
source: ./_src
destination: ./_dist
2017-03-28 14:22:01 +02:00
# Jekyll native collections
# --------------------
collections:
usecases:
output: true
permalink: /:collection/:path/
partners:
output: true
permalink: /:collection/:path/
2017-03-28 14:22:01 +02:00
# Plugins
# --------------------
gems:
- jekyll-sitemap
2016-01-30 12:09:07 +01:00
- jekyll-redirect-from
jekyll_get:
data: countries
json: 'https://raw.githubusercontent.com/mledoze/countries/master/dist/countries.json'