-
Notifications
You must be signed in to change notification settings - Fork 10
/
_config.yml
49 lines (44 loc) · 1.53 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
# Site settings
title: Hack Swjtu
description: "Fuck Swjtu Everything"
baseurl: "" # the subpath of your site
url: "https://hackswjtu.github.io/"
# User settings
username: HackSwjtu
user_title: Hack Swjtu
email: [email protected]
twitter_username:
github_username: HackSwjtu
gplus_username:
disqus_username: hack-swjtu
# Build settings
markdown: kramdown
highlighter: rouge
permalink: /:title/
# html minify
compress_html:
clippings: all
comments: all
endings: []
profile: false
# Links to include in menu navigation
links:
- title: home
url: /
- title: post
url: /posts
- title: about us
url: /about
# projects in header index
projects:
- name: Postime
url: https://github.com/HackSwjtu/Postime
introduce: 一款带有膜性的 chrome 插件。支持教务网、网络中心、图书馆等免验证码填写,支持一键评价课程等功能。每节省的一秒,让我们续起来!😄
- name: Clawjtu
url: https://github.com/HackSwjtu/weapp-clawjtu
introduce: 【开发中】用于交大讲座及竞赛信息查询的微信小程序。为获取更前沿的科技知识而造,让我们眼界更加开阔。
- name: 交大瑞士刀
url: http://wangzhe.cloud/swjtu
introduce: 成员 WangZhe 大神荣誉出品。用于计算个人保研平均分、保研排名、选课老师挂科率信息、课程总平均分等实用数据。让你更加了解自身成绩,进而弥补自己的不足。
# exclude my node related stuff
exclude: ['package.json', 'src', 'node_modules', 'README.md']