-
Notifications
You must be signed in to change notification settings - Fork 350
/
_config.yml
63 lines (55 loc) · 1.39 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
# Site settings
title_left : "Think"
title_right : "space" # default: ""
description : "Minimalist Jekyll theme for technical writing blog."
keywords : "Jekyll, theme, free, download, SEO, blog, web, minimalist, thinkspace"
url : https://heiswayi.github.io/thinkspace # 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
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 : "John Doe"
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"