-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
143 lines (127 loc) · 3.56 KB
/
config.toml
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
languageCode = "en-us"
baseurl = "https://snlab-freedom.github.io/"
title = "SNLab Freedom Zone"
theme = "hugo-theme-cooler"
disqusShortname = ""
googleAnalytics = ""
paginate = 10
# Single post link format
[permalinks]
post = "/:year/:month/:day/:slug"
# Footer content
[params]
# Tell me who you're
location = ""
site_description = ""
organization = "SNLab.Freedom"
organization_url = "https://github.com/snlab_freedom"
copyright = "Powered by [Hugo](//gohugo.io). Theme by [cooler](https://gitlab.com/snlab-freedom/hugo-theme-cooler)."
# Format dates with Go's time formating
date_format = "2006-01-02"
# Meta data for your website
title = "SNLab"
subtitle = "Freedom"
# Main.Menus
[[menu.main]]
name = "Home"
identifier = "home"
url = "/"
weight = 0
[[menu.main]]
name = "Projects"
identifier = "projects"
weight = 100
[[menu.main]]
name = "Paper Study"
identifier = "paper-study"
url = "/paper-study"
weight = 110
[[menu.main]]
name = "Posts"
url = "/posts"
identifier = "posts"
weight = 200
[[menu.main]]
name = "Members"
identifier = "members"
url = "/members"
weight = 300
[[menu.main]]
name = "Publications"
url = "/publications"
identifier = "publications"
weight = 400
[[menu.main]]
name = "About"
url = "/about"
weight = 500
# Sidebar Documentation content
[[params.widget.documentation]]
name = "Demos"
url = "/demos"
[[params.widget.documentation]]
name = "Tutorials"
url = "/tutorials"
# Enter a link for the follow button on the left
[params.profile]
follow_button = ""
# Article First Content
[params.article_first]
title = "Welcome to SNLab Freedom Zone!"
body = [
"You've reached the website for Freedom Zone of Systems Networking Lab (SNLab.Freedom).",
"Founded by Professor Y. Richard Yang <http://www.cs.yale.edu/homes/yry/> in the summer of 2014, and hosted in the Institute of Advanced Studies at Tongji University, the Systems Networking Lab (SNLab) will provide astimulating, world-class environment for the advancement of both theory and systems of networks and networked systems."
]
rss_show = true
# Members
[[params.members]]
position = "Directors"
[[params.members]]
position = "Faculty"
[[params.members]]
position = "Postdocs"
[[params.members]]
position = "Alumni/Alumna"
[[params.members]]
position = "Graduate Students"
[[params.members]]
position = "Undergraduates"
[social]
# Add your social network accounts to the profile section on the left
# by entering your username. The links to your account will be
# create automatically.
github = "snlab-freedom"
bitbucket = ""
jsfiddle = ""
codepen = ""
foursquare = ""
dribbble = ""
deviantart = ""
behance = ""
flickr = ""
instagram = ""
youtube = "UCgUGS8ggkCKmyppiFqEtidA"
vimeo = ""
vine = ""
medium = ""
wordpress = ""
tumblr = ""
xing = ""
linkedin = ""
slideshare = ""
stackoverflow = ""
reddit = ""
pinterest = ""
googleplus = "117843142371942012323"
facebook = ""
facebook_admin = ""
twitter_domain = ""
twitter = ""
# Enable and disable widgets for the right sidebar
[params.widgets]
recent_articles = true
categories = true
tags = true
tag_cloud = true
download = false
documentation = true