-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy path_config.yml
89 lines (74 loc) · 1.75 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
86
87
88
89
# html lang
language: zh-Hans
# main menu navigation
menu:
home: /
post:
categories: /categories
archives: /archives
tags: /tags
Papers: /paper
project: /project
activity: /activity
search: /search
# about: http://www.fooying.com
# rss: /atom.xml
# Miscelaneous
favicon: footer-logo.png
logo:
share:
show: false
img:
img_alt:
tip_text: test
# stylesheets loaded in the <head>
stylesheets:
# - /css/normalize.css
- //cdn.bootcss.com/pure/1.0.0/pure-min.css
- /css/xoxo.css
# baidu url js push
baidu_url_js_push: true
# comment extend, support gialk, giscus
# giscus https://giscus.app/zh-CN
comment_extend:
gitalk:
enable: true
owner: Github username
repo: issue repo name
admin: github username
clientID: xxx
clientSecret: xxx
giscus:
enable: false
repo: data-repo
repoId: data-repo-id
dataCategoryId: data-category-id
# scripts loaded in the end of the body
scripts:
#- //cdn.bootcss.com/zepto/1.2.0/zepto.min.js
#- /js/xoxo.js
# switch
show_excerpt: true
show_date: true
#footer
index_page: http://www.fooying.com
main_site: http://www.fooying.com
github: https://github.com/fooying
links_url: /links
# 友情链接
links:
Fooying: https://www.fooying.com
# project
projects:
hexo-theme-xoxo-plus:
url: https://github.com/fooying/hexo-theme-xoxo-plus
descript: a hexo theme
# activitys
activitys:
腾讯课堂课程《漏洞攻防与企业安全实例讲解》:
date: 2018-07-10
url: https://ke.qq.com/course/342390?tuin=49018ed
type: 课程
# papers
papers:
原创翻译:给开发者的终极XSS防护备忘录: https://github.com/fooying/Papers/blob/master/给开发者的终极XSS防护备忘录.pdf