forked from ethereum-lists/chains
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
28 lines (21 loc) · 762 Bytes
/
_config.yml
File metadata and controls
28 lines (21 loc) · 762 Bytes
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
title: EVM Networks
description: >- # this means to ignore newlines until "baseurl:"
A site to share information about EVM powered networks, especially their ChainID and NetworkID.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://chainid.network" # the base hostname & protocol for your site, e.g. http://example.com
# Build settings
markdown: kramdown
kramdown:
parse_block_html: true
# theme: just-the-docs
plugins:
- jekyll-feed
# --- just-the-docs theme ---
# Enable or disable the site search
search_enabled: false
# Aux links for the upper right navigation
aux_links:
"GitHub: ethereum-lists/chains":
- "//github.com/ethereum-lists/chains"
# Color scheme currently only supports "dark" or nil (default)
color_scheme: nil