Skip to content

Commit 4c79b93

Browse files
authored
Update site configuration for UNIC lab showcase
1 parent b05b71d commit 4c79b93

File tree

1 file changed

+13
-31
lines changed

1 file changed

+13
-31
lines changed

_config.yml

Lines changed: 13 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,21 @@
1-
# Welcome to Jekyll!
2-
#
3-
# This config file is meant for settings that affect your whole blog, values
4-
# which you are expected to set up once and rarely edit after that. If you find
5-
# yourself editing this file very often, consider using Jekyll's data files
6-
# feature for the data you need to update frequently.
7-
#
8-
# For technical reasons, this file is *NOT* reloaded automatically when you use
9-
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
10-
111
# Site settings
12-
# These are used to personalize your new site. If you look in the HTML files,
13-
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
14-
# You can create any custom variable you would like, and they will be accessible
15-
# in the templates via {{ site.myvariable }}.
16-
title: MatJek
17-
description: > # this means to ignore newlines until "baseurl:"
18-
Material theme based on <a href="http://materializecss.com">Materialize.css</a> for jekyll sites
19-
baseurl: "/matjek"
20-
url: "https://shawnteoh.github.io"
21-
permalink: /:year/:month/:day/:title
22-
repository: ShawnTeoh/matjek
23-
paginate: 5
2+
title: UNIC实验室实习生成果展示
3+
description: >
4+
西安电子科技大学泛在网络与智能计算研究组(UNIC)实习生成果展示平台,记录成长,见证创新。
5+
baseurl: ""
6+
url: "https://unic-lab.github.io"
7+
permalink: /:title/
8+
repository: UNIC-Lab/unic-lab.github.io
249

2510
# MatJek specific configurations
26-
github_profile: "https://github.com/ShawnTeoh"
27-
user: "John Doe"
28-
user_email: "[email protected]"
29-
contact_url: "https://goo.gl/tVljbV"
30-
google_tracking_id: "UA-96359860-1"
31-
google_site_verification: "UA-96359860-1"
32-
disqus_shortname: "matjek"
11+
github_profile: "https://github.com/UNIC-Lab"
12+
user: "泛在网络与智能计算研究组(UNIC)"
13+
user_email: "" # 如需展示公共邮箱可填写,否则留空
14+
contact_url: "" # 如需“联系我们”链接,可填实验室官网或表单地址
3315

3416
# Build settings
3517
markdown: kramdown
36-
gems:
18+
plugins:
3719
- jekyll-feed
3820
- jekyll-paginate
3921
- jekyll-seo-tag
@@ -43,4 +25,4 @@ exclude:
4325
- Gemfile.lock
4426
sass:
4527
style: compressed
46-
future: true
28+
future: true

0 commit comments

Comments
 (0)