forked from ppoffice/hexo-theme-minos
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
79 lines (65 loc) · 1.77 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
# Website's icon url.
favicon: /img/lidemy_logo.png
# Open Graph metadata (https://hexo.io/docs/helpers.html#open-graph)
open_graph:
twitter_id:
twitter_site:
google_plus:
fb_admins:
fb_app_id:
rss: /atom.xml
# Website's logo shown on the left of the navigation bar.
# It can either be an url to an image or a string if the following option is set.
# logo:
# text: <logo string>
logo:
text: Huli's blog
article:
# Show word count and estimated reading time.
readtime: false
# Code highlight theme
highlight: prism-tomorrow
# Navigation bar menu links.
menu:
文章列表: /archives
分類: /categories
推薦閱讀: /recommend
關於我: /about
# Search plugin settings.
search:
#type: google-cse
#cx: 000864066023191638225:bkiqcm81ija
# Navigation bar toc settings
toc: true
# Share plugin settings.
share:
#type: sharethis
#install_url: https://platform-api.sharethis.com/js/sharethis.js#property=5d8b39b069ba670012bf92b9&product=inline-share-buttons
# Comment plugin settings.
comment:
type: utterances
# Other plugins and their settings.
plugins:
mathjax: false
katex: false
gallery: true
clipboard: true
google-analytics:
tracking_id: 'G-1393J2EVCZ'
# Additional navigation bar links on the right.
# Links can either be text or icon. The following link is set to be an icon link whose icon
# is set to the class name of a FontAwesome 5 icon. The `footer_links` below also gives an
# example of setting plain text links.
navbar_links:
Medium:
icon: fab fa-medium
url: https://hulitw.medium.com/
Facebook:
icon: fab fa-facebook
url: https://www.facebook.com/huli.blog
RSS:
icon: fas fa-rss
url: /atom-ch.xml
# Links at the bottom of the page.
footer_links:
GitHub: https://github.com/ppoffice/hexo-theme-minos