-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
executable file
·50 lines (45 loc) · 1.1 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
# Site settings
title: Tao Li's Blog
description: "Tao Li's Blog"
# baseurl: "/space-jekyll-template" # the subpath of your site
url: "http://litao-buptsse.github.io"
# User settings
username: Tao Li
user_title: Tao Li
email: [email protected]
twitter_username: litao_bupt
github_username: litao-buptsse
gplus_username: litao.buptsse
disqus_username: litao.buptsse
# 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: my posts
url: /posts
- title: series
url: /series
- title: tags
url: /tags
- title: about me
url: /about
# projects in header index
projects:
- name: bigdatakit
url: https://github.com/litao-buptsse/bigdatakit
- name: hadoop-extras
url: https://github.com/litao-buptsse/hadoop-extras
- name: flume-hive-batch-sink
url: https://github.com/litao-buptsse/flume-hive-batch-sink
# exclude my node related stuff
exclude: ['package.json', 'src', 'node_modules']