formatting to trigger build

This commit is contained in:
Matthias Kretschmann 2021-11-05 09:03:09 +01:00
parent cb8c9b79c8
commit 249f1ce62f
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 44 additions and 51 deletions

View File

@ -1,76 +1,70 @@
# The Basics # The Basics
# -------------------- # --------------------
name: BigchainDB name: BigchainDB
description: 'The blockchain database.' description: "The blockchain database."
url: https://www.bigchaindb.com url: https://www.bigchaindb.com
bigchaindb_api_url: https://test.ipdb.io bigchaindb_api_url: https://test.ipdb.io
getstarted_url: https://ipdb.io/resources/ getstarted_url: https://ipdb.io/resources/
# set to `true` to make hiring link appear in main menu # set to `true` to make hiring link appear in main menu
hiring: false hiring: false
email: email:
contact: contact@bigchaindb.com contact: contact@bigchaindb.com
cla: xwojnopx cla: xwojnopx
cla_cc: "upod-team@bigchaindb.com" cla_cc: "upod-team@bigchaindb.com"
gdpr: gdpr@bigchaindb.com gdpr: gdpr@bigchaindb.com
social: social:
gitter: gitter:
title: Gitter title: Gitter
url: https://gitter.im/bigchaindb/bigchaindb url: https://gitter.im/bigchaindb/bigchaindb
github: github:
title: GitHub title: GitHub
url: https://github.com/bigchaindb url: https://github.com/bigchaindb
org: bigchaindb org: bigchaindb
repo: bigchaindb repo: bigchaindb
twitter: twitter:
title: Twitter title: Twitter
handle: bigchaindb handle: bigchaindb
url: https://twitter.com/bigchaindb url: https://twitter.com/bigchaindb
facebook: facebook:
title: Facebook title: Facebook
handle: bigchaindb handle: bigchaindb
url: https://www.facebook.com/BigchainDB/ url: https://www.facebook.com/BigchainDB/
medium: medium:
title: Blog title: Blog
url: https://blog.bigchaindb.com url: https://blog.bigchaindb.com
meetup: meetup:
title: Meetup title: Meetup
url: https://www.meetup.com/BigchainDB-IPDB-Meetup url: https://www.meetup.com/BigchainDB-IPDB-Meetup
linkedin: linkedin:
title: LinkedIn title: LinkedIn
url: https://www.linkedin.com/company/bigchaindb url: https://www.linkedin.com/company/bigchaindb
youtube: youtube:
title: YouTube title: YouTube
url: https://www.youtube.com/bigchaindb url: https://www.youtube.com/bigchaindb
address: address:
company: BigchainDB GmbH company: BigchainDB GmbH
street: An der Kolonnade 11 street: An der Kolonnade 11
zip: "10117" zip: "10117"
city: Berlin city: Berlin
country: Germany country: Germany
# Track all the things # Track all the things
# -------------------- # --------------------
analyticsID: UA-60614729-8 analyticsID: UA-60614729-8
typekitID: fih1ngo typekitID: fih1ngo
# Urls # Urls
# -------------------- # --------------------
permalink: /:title/ permalink: /:title/
# Generator # Generator
# -------------------- # --------------------
source: ./_src source: ./_src
destination: ./_dist destination: ./_dist
# Jekyll native collections # Jekyll native collections
# -------------------- # --------------------
@ -87,12 +81,12 @@ collections:
defaults: defaults:
- scope: - scope:
path: "" path: ""
type: guide type: guide
values: values:
toc: true toc: true
image: share-image-guide.png image: share-image-guide.png
js: page-guide.min.js js: page-guide.min.js
# Plugins # Plugins
# -------------------- # --------------------
@ -101,7 +95,6 @@ plugins:
- jekyll-redirect-from - jekyll-redirect-from
- jekyll-toc - jekyll-toc
jekyll_get: jekyll_get:
data: countries data: countries
json: 'https://raw.githubusercontent.com/mledoze/countries/master/dist/countries.json' json: "https://raw.githubusercontent.com/mledoze/countries/master/dist/countries.json"