-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
65 lines (57 loc) · 1.37 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Site settings
title_left : "Pan"
title_right : "space" # default: ""
description : "Where Pan Yaoyu writes"
keywords : "machine learning,algorithm,computer science"
url : https://panyaoyu.github.io # site url
baseurl : "" # apply repo name like "/myproject" if used under gh-pages branch, else (under master branch) just leave empty/blank
cover : "" # image uri like logo/cover image for site seo
email : "[email protected]"
google_analytics : UA-XXXXX-XX
twitter_username : ""
comments_enabled : false # if enabled (set to true), please provide your disqus_username
disqus_shortname : ""
postshare_enabled : false
# Build settings
permalink : /:year/:title/
markdown : kramdown
highlighter : rouge
source : ./
destination : ./_site
# Sass configuration
sass:
sass_dir : assets/scss
style : compressed # expanded
# Author settings
author:
name : "Pan Yaoyu"
plugins:
- jekyll-sitemap
- bourbon
- jekyll-paginate
# navbar pages
navbar:
- slug : about
title: About
- slug : blog
title: Blog
exclude:
- "gulp"
- "node_modules"
- "bower"
- "bower_components"
- "config.rb"
- "src"
- "Gemfile"
- "Gemfile.lock"
- ".rvmrc"
- ".rbenv-version"
- "package.json"
- "gulpfile.js"
- "README.md"
- "Rakefile"
- "changelog.md"
- "script"
- "vendor"
- "thinkspace.gemspec"
port: 4001