forked from zgraya-digital/rsk-devportal
-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
49 lines (38 loc) · 860 Bytes
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
title: RSK Developer Portal
description: >
RSK is the first open source Smart Contract platform secured by the
Bitcoin Network. RSK adds value and expands the functionality of the
Bitcoin ecosystem by providing smart contracts and greater scalability.
collections:
quick-start:
sort_by: collection_order
output: true
rsk:
sort_by: collection_order
output: true
rss: rss
breadcrumbs:
root:
hide: true
image: false
permalink: pretty
repository: rsksmart/rsksmart.github.io
domain: "developers.rsk.co"
url: "https://developers.rsk.co"
redirect_base: ""
redirect_time: 0
highlighter: rouge
github: [metadata]
exclude:
- .jekyll-cache
- .bundle
- vendor
- assets/img/windowsInstall/
- node_modules
- package.json
- README.md
plugins:
- jekyll-last-modified-at
- jekyll-feed
- jekyll-sitemap
- jemoji