site/_config.yml

107 lines
2.7 KiB
YAML
Raw Normal View History

# The Basics
# --------------------
2016-01-30 15:00:49 +01:00
name: BigchainDB
2017-10-02 11:47:49 +02:00
description: 'The scalable blockchain database powering IPDB.'
2016-01-30 15:00:49 +01:00
url: https://www.bigchaindb.com
2017-07-18 11:47:58 +02:00
ipdb_api_url: https://test.ipdb.io
# set to `true` to make hiring link appear in main menu
hiring: false
email:
2016-01-30 15:00:49 +01:00
contact: contact@bigchaindb.com
contact_cc: "kamal@bigchaindb.com,ricardo@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
enterprise_cc: "kamal@bigchaindb.com,ricardo@bigchaindb.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
2017-06-29 12:17:42 +02:00
facebook:
title: Facebook
handle: bigchaindb
url: https://www.facebook.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/bigchaindb
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-11-15 11:52:00 +01:00
guides:
output: true
permalink: /:collection/:path/
2017-03-28 14:22:01 +02:00
# Plugins
# --------------------
2017-07-18 11:32:38 +02:00
plugins:
- 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'