You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enable: false # Whether to enable custom english fonts
59
59
family: # Font family
60
60
url: # Font URL to CSS file
61
+
# Custom title fonts (navbar, sidebar)
62
+
title:
63
+
enable: false # Whether to enable custom title fonts
64
+
family: # Font family
65
+
url: # Font URL to CSS file
61
66
# Content max width
62
67
content_max_width: 1000px
63
68
# Sidebar width
@@ -80,7 +85,9 @@ global:
80
85
# Whether to enable single page experience (using swup). See https://swup.js.org/. similar to pjax
81
86
single_page: true
82
87
# Whether to enable Preloader.
83
-
preloader: true
88
+
preloader:
89
+
enable: true
90
+
custom_message: # Custom message. If empty, the site title will be displayed
84
91
# Whether to enable open graph
85
92
open_graph: true
86
93
# Google Analytics
@@ -122,6 +129,7 @@ home_banner:
122
129
text: ['Pwn everything!', 'Make C Great Again!', 'I just popped a shell.', 'Privilege escalation achieved.', 'ASLR bypassed.', 'FSOP chain deployed.'] # subtitle text, array
123
130
hitokoto: # 一言配置
124
131
enable: false # Whether to enable hitokoto
132
+
show_author: false # Whether to show author
125
133
api: https://v1.hitokoto.cn # API URL, can add types, see https://developer.hitokoto.cn/sentence/#%E5%8F%A5%E5%AD%90%E7%B1%BB%E5%9E%8B-%E5%8F%82%E6%95%B0
126
134
typing_speed: 100# Typing speed (ms)
127
135
backing_speed: 80# Backing speed (ms)
@@ -264,6 +272,8 @@ home:
264
272
# ...... # you can add more
265
273
# Article date format
266
274
article_date_format: auto # auto, relative, YYYY-MM-DD, YYYY-MM-DD HH:mm:ss etc.
275
+
# Article excerpt length
276
+
excerpt_length: 200# Max length of article excerpt
267
277
# Article categories visibility
268
278
categories:
269
279
enable: true # Whether to enable
@@ -308,6 +318,9 @@ articles:
308
318
code_block:
309
319
copy: true # Whether to enable code block copy button
310
320
style: simple # mac | simple
321
+
highlight_theme: # Color scheme for highlightjs code highlighting. For preview, see https://highlightjs.org/examples
0 commit comments