forked from frostfan/hexo-theme-polarbear
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
66 lines (54 loc) · 1.46 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
# ===========================================
# Site Information Settings
# ===========================================
# Site creation time
since: 2014
# Custom your favicon.ico in `site/source`
favicon: /favicon.ico
# Set feed link (false | default | your feed link)
# false: disable
# default: use `atom.xml`, generator for `hexo-generator-feed`
rss: default
# ===========================================
# Menu Settings
# ===========================================
menu:
Archives: /archives
About: /about
# ===========================================
# Widget Settings
# ===========================================
# widget function
# false: disable
# widget_custom: custom your widget
# title: your widget title
# content: Add your html code in here. Example: <p>Hello, I am Frost</p>
widget:
Tags: true
Categories: false
widget_custom:
title:
content:
# ===========================================
# Theme Settings
# ===========================================
# theme styling
# color: Default | Mint Green | Cobalt Blue | Hot Pink | Dark Violet
theme:
color: Default
fancybox: false
# ===========================================
# Third Party Services Settings
# ===========================================
# Baidu Analytics
baidu_analytics:
# Google Analytics
google_analytics:
# Duoshuo
duoshuo_shortname:
# Disqus
disqus_shortname:
# ===========================================
# Version
# ===========================================
version: 1.1