-
-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy path_config.yml
169 lines (144 loc) · 3.8 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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
# path to your blog's icon
favicon: /favicon.png
# path to manifest.json
manifest: /manifest.json
# show excerpt on post list
show_excerpt: false
# default light/dark/auto color scheme
color_scheme: auto
# show color theme toggle in footer
show_color_scheme_toggle: true
# uppercase categories
uppercase_categories: true
# show post count on categories page
categories_post_count: true
# capitalize tag names on tags page
capitalize_tags: false
# add hashtag prefix before tags
hashtag_prefix_before_tags: true
# show post count on tags page
tags_post_count: true
# rainbow!
rainbow_banner: true
rainbow_banner_colors:
- '#e50000'
- '#ff8d00'
- '#ffee00'
- '#008121'
- '#004cff'
- '#760188'
# when to show rainbow banner: auto/always
rainbow_banner_shown: auto
# Pride Month by default
rainbow_banner_month: 6
# table of contents
toc: true
toc_max_depth: 2
scroll_reveal: true
scroll_reveal_query: .scroll-reveal, .post-list-item, .card, .content p img, .content .block-large img
scroll_reveal_disappear: false
nav:
title: Blog
items:
- name: Archives
url: /archives
- name: Friends
url: /friends
- name: Projects
url: /projects
- name: About
url: /about
- name: <i class="si si-github"></i>
is_icon: true
url: https://github.com/MrWillCom
- name: <i class="si si-codepen"></i>
is_icon: true
url: https://codepen.io/mrwillcom
- name: <i class="si si-patreon"></i>
is_icon: true
url: https://www.patreon.com/MrWillCom
- name: <i class="si si-mastodon"></i>
is_icon: true
url: https://noc.social/@MrWillCom
- name: <i class="bi bi-search"></i>
is_icon: true
url: /search
footer:
- group_name: Blog
items:
- name: Home
url: /
- name: Archives
url: /archives
- name: Tags
url: /tags
- name: Categories
url: /categories
- name: Search
url: /search
- name: Friends
url: /friends
- name: Projects
url: /projects
- name: Resume
url: /resume
- name: About
url: /about
- name: RSS
url: /atom.xml
- group_name: Projects
items:
- name: Hexo Theme Cupertino
url: https://github.com/MrWillCom/hexo-theme-cupertino
- name: Next Mastodon Gallery
url: https://github.com/MrWillCom/next-mastodon-gallery
- group_name: Me
items:
- name: GitHub
url: https://github.com/MrWillCom
- name: CodePen
url: https://codepen.io/mrwillcom
- name: Patreon
url: https://www.patreon.com/MrWillCom
- name: Mastodon
url: https://noc.social/@MrWillCom
- name: Email
url: mailto:mr.will.com@outlook.com
# footer extra description
# footer_extra_description: something will be shown at the bottom of the footer
license: CC BY-NC 4.0
license_link: https://creativecommons.org/licenses/by-nc/4.0
# search
# based on [hexo-generator-search](https://github.com/wzpan/hexo-generator-search)
search: true
search_path: search.json
# icons
simple_icons: true
# Theme Cupertino requires Bootstrap Icons to display some icons of the UI, don't turn it off unless you know what exactly you're doing.
bootstrap_icons: true
view_transition: true
# date display format
# refer to https://momentjs.com/docs/#/displaying/format/
date_display_format: MMMM D, YYYY
# CDN
cdn:
template: https://unpkg.com/:package@:version/:file
replacements:
package: :package
version: :version
file: :file
hero_exit_while_scrolling:
enabled: true
blur_filter: false
builtin_components:
card: true
button: true
badge: true
utilities: true
# smooth scroll powered by [darkroomengineering/lenis](https://github.com/darkroomengineering/lenis)
smooth_scroll: true
insertions:
head:
ending: ''
body:
ending: ''