-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
99 lines (86 loc) · 1.71 KB
/
_config.yml
File metadata and controls
99 lines (86 loc) · 1.71 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
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
title: iSyslab
author: ISYSLAB-HUST
navbar-links:
Home: "/"
Projects: "/projects"
People: "/people"
Publications: "/publications"
Software: "/software"
News: "/news"
Gallery: "/gallery"
"Join Us": "/join-us"
title-img: "assets/img/isyslab.png"
round-avatar: true
social-network-links:
email: "zdxue@hust.edu.cn"
github: ISYSLAB-HUST
google-scholar:
rss: false
rss-description: "iSyslab is a multidisciplinary research group focusing on intelligent software systems."
share-links-active:
twitter: false
facebook: false
linkedin: false
vk: false
reddit: false
url: "https://isyslab-hust.github.io"
url-pretty: false
title-on-all-pages: true
excerpt_length: 50
feed_show_excerpt: true
feed_show_tags: true
post_search: true
edit_page_button: false
navbar-var-length: false
page-col: "#FFFFFF"
text-col: "#404040"
link-col: "#008AFF"
hover-col: "#0085A1"
navbar-col: "#EAEAEA"
navbar-text-col: "#404040"
navbar-border-col: "#DDDDDD"
footer-col: "#EAEAEA"
footer-text-col: "#777777"
footer-link-col: "#404040"
footer-hover-col: "#0085A1"
date_format: "%Y-%m-%d"
timezone: "Asia/Shanghai"
markdown: kramdown
highlighter: rouge
permalink: /:year-:month-:day-:title/
paginate: 5
kramdown:
input: GFM
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
comments: false
social-share: false
-
scope:
path: "pages"
type: "pages"
values:
layout: "page"
-
scope:
path: ""
values:
layout: "page"
exclude:
- _site
- .jekyll-cache
- Gemfile.lock
- README.md
- CHANGELOG.md
- Appraisals
- beautiful-jekyll-theme.gemspec
- staticman.yml
- LICENSE
plugins:
- jekyll-paginate
- jekyll-sitemap