forked from ethereumclassic/ECIPs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
44 lines (37 loc) · 804 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
title: Ethereum Classic Improvement Proposals
description: >-
Ethereum Classic Improvement Proposals (ECIPs) describe standards for the Ethereum Classic
platform, including core protocol specifications, client APIs, and contract
standards.
url: "http://ecips.ethereumclassic.org"
repository: ethereumclassic/ECIPS
markdown: kramdown
theme: minima
include: [".well-known"]
header_pages:
- all.html
- core.html
- networking.html
- interface.html
- ecbp.html
- meta.html
- informational.html
collections:
specs:
output: true
permalink: /ECIPs/:path
defaults:
- scope:
type: specs
values:
layout: ecip
permalink: /:path
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- ECIP-X.md