forked from whenfung/simple
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
52 lines (44 loc) · 1.22 KB
/
Copy path_config.yml
File metadata and controls
52 lines (44 loc) · 1.22 KB
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
title: SIMPLE # title of the site
description: A Jekyll Theme # description of the site
url: https://professordeng.com # domain
baseurl: /simple # root directory
# Email address
email: professordeng@qq.com
# Path of site resources
img: /simple/assets/img
css: /simple/assets/css
js: /simple/assets/js
cdn: https://cdn.jsdelivr.net/gh/professordeng/simple@gh-pages/assets/img
## Docs: https://pages.github.com/versions/
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
- jemoji
- jekyll-avatar
- jekyll-mentions
- jekyll-paginate
# paginate setting
paginate: 5
# Comment system
## Docs: https://github.com/gitalk/gitalk/blob/master/readme.md
gitalk:
enable: true
clientID: 6e42adfac0bf61e180f6
clientSecret: d1ed44fc8888bbb2bcafb6bbc819ac9dddca5b71
repo: simple
owner: professordeng
admin: professordeng
id: simple # The default is location.pathname
title: simple # Issue title
body: simple
# Google Analytics
## Docs: https://analytics.google.com/analytics/web/
google-analytics: UA-165708741-1
# default layout of the articles in _post
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"