forked from HackSwjtu/HackSwjtu.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
44 lines (39 loc) · 915 Bytes
/
_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
# 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: HaRunGo
url: https://github.com/HackSwjtu/HackRunningGo-SC
- name: HackSwjtuXZ
url: https://github.com/HackSwjtu/HackSwjtuXZ
# exclude my node related stuff
exclude: ['package.json', 'src', 'node_modules', 'README.md']