-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
153 lines (145 loc) · 3.87 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: DefiPrime.com
#email: youremailaddress@gmail.com
description: List of the best Decentralized Finance Products
#baseurl: "https://defiprime.com" # the subpath of your site, e.g. /blog
url: "https://defiprime.com" # the base hostname & protocol for your site
# Logo settings
logo-image-url: favicon.png
#font-awesome-icon-logo: fas fa-dice-d20
toc:
min_level: 1 # default: 1
max_level: 2 # default: 6
pagination:
enabled: true
per_page: 16
permalink: '/page/:num/'
title: 'DeFi blog - page :num'
limit: 0
sort_field: 'date'
sort_reverse: true
# Build settings
markdown: kramdown
# Layout settings
home-link-in-menu: no
plugins:
- jekyll-random
include: ['.htaccess']
collections_dir: collections
collections:
lending:
output: true
permalink: /product/:name
section_url: /decentralized-lending
derivatives:
output: true
permalink: /product/:name
section_url: /derivatives
analytics:
output: true
permalink: /product/:name
section_url: /defi-analytics
assets-management-tools:
output: true
permalink: /product/:name
section_url: /assets-management-tools
exchanges:
output: true
permalink: /product/:name
section_url: /exchanges
infrastructure:
output: true
permalink: /product/:name
section_url: /infrastructure
insurance:
output: true
permalink: /product/:name
section_url: /insurance
assets-tokenization:
output: true
permalink: /product/:name
section_url: /assets-tokenization
kyc_identity:
output: true
permalink: /product/:name
section_url: /decentralized_kyc_identity
marketplaces:
output: true
permalink: /product/:name
section_url: /decentralized_marketplaces
prediction_markets:
output: true
permalink: /product/:name
section_url: /prediction-markets
stablecoins:
output: true
permalink: /product/:name
section_url: /stablecoins
margin-trading:
output: true
permalink: /product/:name
section_url: /margin-trading
events:
payments:
output: true
permalink: /product/:name
section_url: /payments
staking:
output: true
permalink: /product/:name
section_url: /staking
dao:
output: true
permalink: /product/:name
section_url: /dao
alternative-savings:
output: true
permalink: /product/:name
section_url: /alternative-savings
defaults:
-
values:
layout: "product"
exclude:
- .jekyll-cache
- node_modules
- README.md
- CONTRIBUTING.md
keep_files: [images, admin]
sass:
style: compressed
algolia:
application_id: U1P9PKRFOS
index_name: defiprime
search_only_api_key: 471c4ea8d6a8d6cfce0e09c05807db0e
#everything in md or html
files_to_exclude:
- admin/
- images/
- 404.md
- about.md
- defi_rates.md
- blog.md
- bitcoin.md
- defi_rates.md
- defi-events.md
- eos.md
- ethereum.md
- placeholder.md
- .github/
lazy_load_image:
src_attr_name: data-src # [required] You need to specify the attributes to be saved for lazy loading
#preload_image: /path/to/image # [optional] you can add a data uri or loading image as fallback src
class_attr_values: # [optional] if you want to add custom class value, please add values
- lazyload
# ignore_selectors: # [optional] if you want to ignore applying lazy load image, please add selector (css or xpath)
# - ".ignore-lazy-image-load"
# - "/*[@class='ignore-lazy-image-load']"
# additional_attrs: # [optional] if you want to add attributes, please add key value
# "data-size": auto