-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
130 lines (130 loc) · 3.23 KB
/
hugo.yaml
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
# exampleSite/config.yaml
baseURL: https://reinject.top/ # Replace with your domain
languageCode: zh-cn
theme: smol
title: REinject's Blog
enableRobotsTXT: true
outputFormats:
RSS:
baseName: "rss"
menu:
main: # Change menu as needed
- identifier: home
pre: icon-home
name: Home
url: /
weight: 1
- identifier: about
pre: icon-about
name: About
url: /about/
weight: 2
- identifier: posts
pre: icon-post
name: Posts
url: /posts/
weight: 3
- identifier: categories
pre: icon-category
name: Categories
url: /categories/
weight: 4
- identifier: tags
pre: icon-tag
name: Tags
url: /tags/
weight: 5
- identifier: rss
pre: icon-rss
name: RSS
url: /rss.xml
weight: 6
- identifier: search
pre: ""
name: Search
url: /search/
weight: 7
params:
abbrDateFmt: "Jan 2"
author: "REinject"
description: "REinject 的博客,主要用于记录计算机网络安全相关的内容,侧重于主机侧、二进制、安全工具开发方面。"
keywords:
- 网络安全
- CTF
- Windows安全
- 安全博客
- 二进制安全
- 安全研究
- 主机安全
- 入侵检测
- 漏洞分析
- 攻防对抗
- 安全知识
- 安全技术
- 漏洞文档
- 漏洞复现
dateFmt: "2006-01-02"
##
## Options for overriding theme or page defaults
##
#customStylesheets: # Use to override theme styles, like logo size
# - "css/custom.css"
#readingSpeed: 600 # Use to set custom reading speed
#readingSpeedMin: 25 # Use to set custom reading speed range
#readingSpeedMax: 175 # Use to set custom reading speed range
social:
- name: GitHub
url: https://github.com/0xlane
- name: Kanxue
url: https://bbs.kanxue.com/homepage-860174.htm
- name: Telegram
url: https://t.me/stayupgogo
- name: Vercel
url: https://reinject.vercel.app
subtitle: "我们的功夫再棒,也敌不过洋枪"
feedback: true
gitalk:
enable: false
clientID: "Ov23li2OYAeqgxWlyI0m"
clientSecret: "ec6e5a63872a31e3e7d5510549d0da47517d5e1a"
repo: "reinject"
owner: "0xlane"
admin: "0xlane"
proxy: "https://cors-server-reinject.netlify.app/github_access_token"
giscus:
enable: true
repo: "0xlane/reinject"
repoID: "R_kgDONn--4w"
categoryID: "DIC_kwDONn--484Cl9Xl"
lazyLoading: false
reactionsEnabled: 1
seo:
baidutj: "bf3cc055e01402c796d585fb74bf2359"
googleanalytics: "G-ZKRK5Y0WYJ"
brandIconFile: "images/lixiaolong.svg"
# permalinks:
# page:
# posts: "/:sections/:slug/"
# section:
# posts: "/:sections"
markup:
tableOfContents:
endLevel: 4
ordered: false
startLevel: 2
goldmark:
renderer:
hardWraps: false
unsafe: false # embbed html in markdown
xhtml: false
highlight:
anchorLineNos: false
codeFences: true
guessSyntax: false
lineAnchors: ""
lineNoStart: 1
lineNumbersInTable: true
noClasses: true
noHl: false
style: dracula
tabWidth: 4