-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
65 lines (60 loc) · 1.58 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
plugins:
- jekyll-redirect-from
- jekyll-feed
# Site settings
title: somethingkindawierd.com
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
An iOS developer for Ramsey Solutions
baseurl: ""
domain_name: 'http://somethingkindawierd.com'
url: "http://somethingkindawierd.com"
github_username: jonathan-beebe
google_analytics: 'UA-4889093-2'
permalink: /:year/:month/:title.html
timezone: America/Chicago
future: false
# Build settings
markdown: kramdown
kramdown:
input: GFM
highlighter: rouge
defaults:
-
scope:
path: "" # empty string for all files
type: pages
values:
layout: default
-
scope:
path: "" # empty string for all files
type: posts
values:
layout: post
-
scope:
path: "" # empty string for all files
type: wip
values:
layout: post
-
scope:
path: "" # empty string for all files
type: stories
values:
layout: story
author: Jonathan Beebe
collections:
stories:
output: true
permalink: /stories/:title.html
wip:
output: true
permalink: /__wip__/:title.html