-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
49 lines (40 loc) · 968 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
45
46
47
48
49
title: Sean Barton - Game Developer
email: [email protected]
description: >-
I'm Sean Barton, a game developer working in Ausitn, Texas.
I aim to make game development more manageable and enjoyable.
baseurl: ""
url: "" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: Seanba_
github_username: Seanba
collections_dir: collections
collections:
- sidenotes
show_excerpts: true
permalink: /:title:output_ext
emptyArray: []
comments:
receiver: https://seanba-blog-comments.azurewebsites.net/api/PostComment
authors:
seanba:
name: Sean Barton
email: [email protected]
url: http://www.seanba.com
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
author: seanba
commenting: open
# Build settings
sass:
sass_dir: _sass
include: ['_pages']
kramdown:
input: GFM
exclude: [tools]
plugins:
- jemoji
- jekyll-redirect-from
- jekyll-feed