@@ -20,52 +20,54 @@ plugins:
20
20
merge_init_into_class : true
21
21
22
22
markdown_extensions :
23
- - toc :
24
- permalink : true
25
- - codehilite
26
- - pymdownx.highlight :
27
- use_pygments : true
28
- - pymdownx.superfences
23
+ - toc :
24
+ permalink : true
25
+ - codehilite
26
+ - pymdownx.highlight :
27
+ use_pygments : true
28
+ - pymdownx.superfences
29
29
30
30
nav :
31
31
- Main : index.md
32
32
- API : api.md
33
33
- CEX :
34
- - Binance : binance.md
35
- - Bithumb : bithumb.md
36
- - Bybit : bybit.md
37
- - Coinone : coinone.md
38
- - Huobi : huobi.md
39
- - Okx : okx.md
40
- - Upbit : upbit.md
34
+ - Binance : binance.md
35
+ - Bithumb : bithumb.md
36
+ - Bybit : bybit.md
37
+ - Coinone : coinone.md
38
+ - Huobi : huobi.md
39
+ - Okx : okx.md
40
+ - Upbit : upbit.md
41
41
- Defillama : defillama.md
42
42
- Trend :
43
- - Naver Trend : naver-trend.md
44
- - Google Trend : google-trend.md
43
+ - Naver Trend : naver-trend.md
44
+ - Google Trend : google-trend.md
45
45
46
46
theme :
47
47
name : material
48
+ logo : /assets/logo.png
49
+ favicon : /assets/images/favicon.png
48
50
icon :
49
51
repo : fontawesome/brands/github
50
52
palette :
51
- - media : " (prefers-color-scheme)"
52
- toggle :
53
- icon : material/brightness-auto
54
- name : Switch to light mode
55
- - media : " (prefers-color-scheme: light)"
56
- scheme : default
57
- primary : teal
58
- accent : purple
59
- toggle :
60
- icon : material/weather-sunny
61
- name : Switch to dark mode
62
- - media : " (prefers-color-scheme: dark)"
63
- scheme : slate
64
- primary : black
65
- accent : lime
66
- toggle :
67
- icon : material/weather-night
68
- name : Switch to system preference
53
+ - media : " (prefers-color-scheme)"
54
+ toggle :
55
+ icon : material/brightness-auto
56
+ name : Switch to light mode
57
+ - media : " (prefers-color-scheme: light)"
58
+ scheme : default
59
+ primary : teal
60
+ accent : purple
61
+ toggle :
62
+ icon : material/weather-sunny
63
+ name : Switch to dark mode
64
+ - media : " (prefers-color-scheme: dark)"
65
+ scheme : slate
66
+ primary : black
67
+ accent : lime
68
+ toggle :
69
+ icon : material/weather-night
70
+ name : Switch to system preference
69
71
70
72
watch :
71
73
- datamaxi
0 commit comments