-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
60 lines (53 loc) · 1.41 KB
/
_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
50
51
52
53
54
55
56
57
58
59
60
title: Aventus Improvement Proposals
description: >- # this means to ignore newlines until "baseurl:"
Aventus is a scalable, sustainable and interoperable parachain that makes building on Polkadot, Ethereum and beyond accessible for companies in any ecosystem.
baseurl: "/" # the subpath of your site, e.g. /blog
url: "https://aips.aventus.io" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: aventusnetwork
github_username: Aventus-Network-Services
github:
aip_repo: https://github.com/Aventus-Network-Services/AIPs
source: .
header_pages:
- all.html
- core.html
- layer_1.html
- interface.html
- ecosystem.html
- informational.html
# Build settings
highlighter: rouge
markdown: kramdown
theme: jekyll-theme-leap-day
kramdown:
parse_block_html: false
auto_ids: true
# This is to ensure more deterministic behaviour
auto_id_stripping: true
syntax_highlighter: rouge
plugins:
- jekyll-feed
- jekyll-seo-tag
defaults:
- scope:
path: "AIP"
values:
layout: "default"
exclude:
- .sass-cache/
- .jekyll-cache/
- .github
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- ISSUE_TEMPLATE.md
- PULL_REQUEST_TEMPLATE.md
- README.md
include:
- LICENSE
markdown_ext: "markdown,mkdown,mkdn,mkd,md"