-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.next.yml
137 lines (102 loc) · 2.79 KB
/
_config.next.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
# ---------------------------------------------------------------
# Site Information Settings
# ---------------------------------------------------------------
#scheme: Muse
#scheme: Mist
scheme: Pisces
# scheme: Gemini
# Put your favicon.ico into `hexo-site/source/` directory.
favicon:
small: /favicon.ico
medium: /favicon.ico
apple_touch_icon: /favicon.ico
safari_pinned_tab: /favicon.ico
# ---------------------------------------------------------------
# Menu Settings
# ---------------------------------------------------------------
# When running the site in a subdirectory (e.g. domain.tld/blog), remove the leading slash (/archives -> archives)
menu:
home: / || fa fa-home
#categories: /categories || fa fa-th
#about: /about || fa fa-user
archives: /archives || fa fa-archive
tags: /tags || fa fa-tags
# sitemap: /sitemap.xml || fa fa-sitemap
#commonweal: /404.html
menu_settings:
icons: true
badges: true
avatar:
url: /favicon.ico
rounded: true
social:
GitHub: https://github.com/soonwang || fab fa-github
RSS: /atom.xml || fa fa-rss
social_icons:
icons_only: true
footer:
powered: false
since: 2017
icon:
color: "#808080"
beian:
enable: true
icp: 浙ICP备2021022449号-1
post_meta:
updated_at:
enable: false
# 站点优化
vendors:
internal: unpkg
plugins: unpkg
# Allow to cache content generation.
cache:
enable: true
# Remove unnecessary files after hexo generate.
minify: true
# Preconnect CDN for fonts and plugins.
# For more information: https://www.w3.org/TR/resource-hints/#preconnect
preconnect: true
# Vanilla JavaScript plugin for lazyloading images.
lazyload: true
# Pangu Support
pangu: true
quicklink:
enable: true
home: true
archive: true
delay: true
timeout: 3000
priority: true
# SEO Setting
index_with_subtitle: true
# Disqus
disqus:
enable: true
shortname: http-soonwang-cn
count: true
# Baidu Analytics ID
baidu_analytics: fd40bba3204e081c0bcc48d0acf9f483
# Local search
# Dependencies: https://github.com/next-theme/hexo-generator-searchdb
local_search:
enable: true
# If auto, trigger search by changing input.
# If manual, trigger search by pressing enter key or search button.
trigger: auto
# Show top n results per article, show all results by setting to -1
top_n_per_article: 1
# Unescape html strings to the readable one.
unescape: false
# Preload the search data when the page loads.
preload: false
# Show PV/UV of the website/page with busuanzi.
# Get more information on https://theme-next.js.org/docs/third-party-services/statistics-and-analytics.html?highlight=busuanzi_count
busuanzi_count:
enable: true
total_visitors: true
total_visitors_icon: fa fa-user
total_views: true
total_views_icon: fa fa-eye
post_views: true
post_views_icon: fa fa-eye