-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_config.yml
More file actions
72 lines (62 loc) · 1.74 KB
/
_config.yml
File metadata and controls
72 lines (62 loc) · 1.74 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
name: "Jingfeng Yang"
description: "A student in Peking University"
url: ""
author: "thinker3197"
email: "yjfllpyym@gmail.com"
gravatar_hash: "205e460b479e2e5b48aec07710c08d50"
twitter: "JingfengY"
github: "JingfengYang"
linkedin: "jingfeng-yang-797864172"
facebook: "yang.jingfeng.33"
instagram: "albertyang111"
zhihu: "albertyang-86"
scholar: "citations?user=hysBvrwAAAAJ&hl=en"
semantic: "Jingfeng-Yang/7788583"
disqus_shortname: "thinker3197"
background: "bg3.jpeg"
paginate: 5
paginate_path: "/page:num/"
baseurl: ""
permalink: /:year/:month/:day/:title/
markdown: kramdown
nav:
- name: "Bio"
href: "#bio"
- name: "News"
href: "#news"
- name: "Blog"
href: "#blog"
- name: "Publications"
href: "#publications"
- name: "Service"
href: "#service"
- name: "Research Experiences"
href: "#research"
- name: "Industry Experiences"
href: "#work"
- name: "Talks"
href: "#talks"
- name: "Teaching Experiences"
href: "#teaching"
- name: "Awards"
href: "#awards"
posts:
- title: "Test Blog"
url: ""
sass:
style: :compressed
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
-
scope:
path: ""
type: "posts"
values:
layout: "post"
plugins:
- jekyll-paginate