forked from frostfan/hexo-theme-polarbear
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
85 lines (73 loc) · 2.21 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
80
81
82
83
84
85
# ===========================================
# Site Information Settings
# ===========================================
# Site creation time
since: 2016
# 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
分类: /categories
# 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>testing...</p>
widget:
Tags: true
Categories: true
Custom: true
widget_custom:
title: 全本经书目录
content:
<ul>
<li>
<a href="https://zhenjing.org/jingshu/lengyanjing/" target="_blank">·《楞严经》- 简/繁</a>
</li>
<li>
<a href="https://dizang.net" target="_blank">·《地藏经》</a>
</li>
<li>
<a href="https://zhenjing.org/jingshu/jingtu/" target="_blank">· 净土五经一论</a>
</li>
</ul>
<h3 class="widget-title">回向</h3>
<p>愿消三障诸烦恼 </br>
愿得智慧真明了 </br>
普愿罪障悉消除 </br>
世世常行菩萨道。
</p>
# ===========================================
# 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