forked from austinpray/austinpray.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
45 lines (38 loc) · 1.27 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
# Site settings
title: Austin Pray
site_title: Austin Pray · Full Stack Developer in Dallas, TX
byline: writes software for the web.
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Austin is a full stack developer focused on pushing the limits of the web as
a platform for rich interactive experiences. He is the principal and lead
developer at corelaunch.com, a small consulting shop that builds software for
the web.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://austinpray.com" # the base hostname & protocol for your site
twitter_username: austinpray
github_username: austinpray
gplus_username: +AustinPray
stackoverflow: "https://stackoverflow.com/users/1585343/austin-pray"
repo_baseurl: "https://github.com/austinpray/austinpray.com/blob/gh-pages/"
repo_editurl: "https://github.com/austinpray/austinpray.com/edit/gh-pages/"
# Build settings
markdown: kramdown
highlighter: pygments
kramdown:
input: GFM
hard_wrap: false
defaults:
-
scope:
path: ""
type: posts
values:
layout: post
author: "Austin Pray"
gems:
- jekyll-sitemap
scripts:
d3: "//cdn.jsdelivr.net/d3js/3.5.3/d3.js"
lodash: "//cdn.jsdelivr.net/lodash/3.0.0/lodash.js"
activity: "/scripts/activity.js"