-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.next.yml
91 lines (75 loc) · 2.65 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
# ---------------------------------------------------------------
# Scheme Settings
# ---------------------------------------------------------------
# Schemes
#scheme: Muse
#scheme: Mist
#scheme: Pisces
scheme: Gemini
# Dark Mode
darkmode: false
# ---------------------------------------------------------------
# Site Information Settings
# ---------------------------------------------------------------
favicon:
small: /images/favicon-16x16.png
medium: /images/favicon-32x32.png
apple_touch_icon: /images/apple-touch-icon.png
safari_pinned_tab: /images/logo.svg
#android_manifest: /manifest.json
# ---------------------------------------------------------------
# Menu Settings
# ---------------------------------------------------------------
# 菜单
menu:
home: / || fa fa-home
tags: /tags/ || fa fa-tags
archives: /archives/ || fa fa-archive
links: /links/ || fa fa-link
sidebar:
# Sidebar Position.
position: left
# Sidebar Display (only for Muse | Mist), available values:
# - post expand on posts automatically. Default.
# - always expand for all pages automatically.
# - hide expand only when click on the sidebar toggle icon.
# - remove totally remove sidebar including sidebar toggle.
display: always
# Sidebar padding in pixels.
padding: 18
# Sidebar offset from top menubar in pixels (only for Pisces | Gemini).
offset: 12
# Social Links
# Usage: `Key: permalink || icon`
# Key is the link label showing to end users.
# Value before `||` delimiter is the target permalink, value after `||` delimiter is the name of Font Awesome icon.
social:
GitHub: https://github.com/moralok || fab fa-github
# hexo-word-counter
post_meta:
item_text: true # 是否显示文字
symbols_count_time:
separated_meta: true # 是否另起一行
item_text_total: false # 页面底部统计数量前是否显示文字描述
# hexo-generator-searchdb
local_search:
enable: true
# Show top n results per article, show all results by setting to -1
top_n_per_article: 1
# leancloud_counter_security
leancloud_visitors:
enable: true
app_id: 3EC6DlIt15eVYStwSVsDsQ2P-MdYXbMMI
app_key: KKBQicvLunsmAfgH3DJJXvng
security: false
# Google Analytics
# See: https://analytics.google.com
google_analytics:
tracking_id: G-2MBCXKHJL0
# By default, NexT will load an external gtag.js script on your site.
# If you only need the pageview feature, set the following option to true to get a better performance.
only_pageview: false
# only needed if you are using `only_pageview` mode, https://developers.google.com/analytics/devguides/collection/protocol/ga4
measure_protocol_api_secret:
math.mathjax.enable: true
math.katax.enable: false