This repository has been archived by the owner on Jun 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 200
/
_config.yml.example
71 lines (60 loc) · 1.63 KB
/
_config.yml.example
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
# Website's icon url.
favicon: /favicon.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:
# 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:
article:
# Show word count and estimated reading time.
readtime: true
# Code highlight theme, please see https://highlightjs.org/static/demo/
highlight: atom-one-light
# Date format: relative | full | relative_full | full_relative
date_format: relative
# Navigation bar menu links.
menu:
Archives: /archives
Lifestyle: /categories/LifeStyle
Music: /categories/Music
Technology: /categories/Technology
About: /about
# Search plugin settings.
search:
type: insight
# Navigation bar toc settings
toc: false
# Share plugin settings.
share:
type: sharethis
install_url:
# Comment plugin settings.
comment:
type: disqus
shortname:
# Other plugins and their settings.
plugins:
mathjax: true
katex: false
gallery: true
clipboard: true
google-analytics:
tracking_id:
# 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:
GitHub:
icon: fab fa-github
url: https://github.com/ppoffice/hexo-theme-minos
# Links at the bottom of the page.
footer_links:
GitHub: https://github.com/ppoffice/hexo-theme-minos