-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·49 lines (45 loc) · 1.51 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
# Theme settings
doks:
baseurl:
color_theme: blue # Available themes: blue (default), green, purple, red and yellow
header:
logo:
text: Polkashots
image:
logo_url: 'https://polkashots.io'
nav:
- item_name: PolkadotRocksDb
item_url: 'https://dot-rocksdb.polkashots.io/'
- item_name: KusamaRocksDb
item_url: 'https://ksm-rocksdb.polkashots.io/'
- item_name: Polkadot
item_url: 'https://dot.polkashots.io/'
- item_name: Kusama
item_url: 'https://ksm.polkashots.io/'
footer:
content:
logo:
text: Polkashots
image:
copyright: Copyright © 2022. - MIDL.Dev <br>All rights reserved.
social_list:
- network_name: github
profile_url: 'https://github.com/midl-dev'
- network_name: twitter
profile_url: 'https://twitter.com/midl_dev'
- network_name: sphere
profile_url: 'https://midl.dev'
google_analytics:
tracking_code: # Add your Google Analytics tracking code to activate Google Analytics
comments:
disqus_forum_shortname: # Add your disqus forum shortname to activate comments
# SASS settings
sass:
sass_dir: ./_sass
style: :compressed
# Jekyll settings
layouts_dir: ./_layouts
includes_dir: ./_includes
exclude: [ 'README.md', 'CHANGELOG.md' ]
permalink: /:title/
favicon: '/favicon.ico'