site/_config.yml

108 lines
2.5 KiB
YAML
Raw Normal View History

# The Basics
# --------------------
2016-01-30 15:00:49 +01:00
name: BigchainDB
description: 'The blockchain database.'
2016-01-30 15:00:49 +01:00
url: https://www.bigchaindb.com
2020-05-27 10:53:58 +02:00
bigchaindb_api_url: https://test.ipdb.io
getstarted_url: https://ipdb.io/resources/
# set to `true` to make hiring link appear in main menu
hiring: false
email:
2018-04-18 17:03:05 +02:00
contact: contact@bigchaindb.com
2018-04-18 16:35:48 +02:00
cla: xwojnopx
2020-05-25 11:13:32 +02:00
cla_cc: "upod-team@bigchaindb.com"
gdpr: gdpr@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
2020-06-17 12:28:01 +02:00
street: Bernauer Str. 49
zip: "10435"
2016-01-21 13:07:50 +01:00
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/
# 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/
2018-04-10 11:25:50 +02:00
guide:
2017-11-15 11:52:00 +01:00
output: true
2018-04-04 12:07:29 +02:00
permalink: /developers/:collection/:path/
2017-03-28 14:22:01 +02:00
defaults:
- scope:
path: ""
2018-04-10 11:25:50 +02:00
type: guide
values:
toc: true
2018-04-10 11:25:50 +02:00
image: share-image-guide.png
js: page-guide.min.js
# Plugins
# --------------------
2017-07-18 11:32:38 +02:00
plugins:
- jekyll-sitemap
2016-01-30 12:09:07 +01:00
- jekyll-redirect-from
- jekyll-toc
jekyll_get:
data: countries
json: 'https://raw.githubusercontent.com/mledoze/countries/master/dist/countries.json'