-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
67 lines (62 loc) · 1.52 KB
/
_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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
site_name: "Jack Wei Sun"
description: "This is the homepage of Jack Wei Sun. It contains some basic information of Jack and also some useful snippets. "
markdown: redcarpet
pygments: true
exclude: ['README.md']
# server configuation
baseurl: ""
# url: http://localhost:4000
url: http://www.jkcrazy.net
# site configuation
JK:
name: "Jack Sun (孙伟)"
title: "My Little Stack"
info:
github: "jacksunwei"
email: "jacksunwei [at] gmail.com"
googleplus: ""
analytics:
google:
tracking_id: "UA-42599176-4"
pages:
blog:
name: "Tech Blog"
addr: "http://blog.jkcrazy.net"
life:
name: "Life Record"
addr: "http://life.jkcrazy.net"
navs:
- title: Jack Sun (孙伟)
menus:
- menu: home
url: home.html
- menu: resume
url: '#'
- menu: contact
url: contact.html
- title: Academics
menus:
- menu: teaching
url: teaching.html
- menu: deadlines
url: deadlines.html
- menu: research
url: research.html
- title: Experiences & Projects
menus:
- menu: portfolio
url: portfolio.html
- menu: experience
url: experience.html
- title: Links
menus:
- menu: articles
url: articles.html
- menu: books
url: books.html
- menu: should-knows
url: should-knows.html
- menu: utilities
url: utilities.html
- menu: snippets
url: snippets.html