forked from scguo/scguo.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
35 lines (31 loc) · 794 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
# Site settings
title: Blasé Malaise | Steve Guo's Blog
short_title: Blasé Malaise
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Steve Guo's Blog — Code/Game/Life
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://scguo.github.io" # the base hostname & protocol for your site
github_username: scguo
linkedin_username: scguo
googleplus_username: <redacted />
steam_username: newThrow
# Build settings
markdown: kramdown
defaults:
- scope:
path: "assets/img"
values:
image: true
exclude: ["Gemfile",
"Gemfile.lock",
"bower.json",
"/bower_components/bootstrap-sass/*.md",
"/bower_components/font-awesome-sass/*.md",
"readme.md"
]
# Outputting
permalink: pretty
# Swag
plugins:
- jekyll-sitemap