-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
44 lines (35 loc) · 885 Bytes
/
_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
# jekyll config
# site
title: 'mywaiting'
slogen: 'true love waits, always'
description: '这是 mywaiting 的个人网络小站,没有什么很特别的东西,就是个网络小站'
keywords: '有关 mywaiting 的一切'
url: 'https://www.mywaiting.com/'
# build
permalink: '/:categories/:title/' # compact for previous Hugo Blog
exclude: [
'node_modules',
'package.json',
'Gruntfile.js',
'README.md'
]
# googleanalytics
google_analytics:
id: 'UA-36924646-1'
domain: 'www.mywaiting.com'
# disqus
disqus:
shortname: 'mywaiting'
# links
links: [
{
title: 'DSQLite',
url: 'https://dsqlite.com/?utm_source=mywaiting'
}, {
title: 'LSA',
url: 'https://www.listalternative.com/?utm_source=mywaiting'
}, {
title: 'SDN',
url: 'https://www.securitydailynews.com/?utm_source=mywaiting'
}
]