-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
54 lines (46 loc) · 1.07 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
# Base Settings
title: Development Simplified
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
A blog about ruby, sql, performance, and patterns. By Josh Frankel.
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://joshfrankel.me" # the base hostname & protocol for your site, e.g. http://example.com
# Author Settings
twitter_username: joshmfrankel
github_username: joshmfrankel
social:
name: Josh Frankel
links:
- https://twitter.com/Joshmfrankel
author:
name: Josh Frankel (@joshmfrankel)
uri: http://joshfrankel.me/
# Structure Settings
excerpt_separator: "<!--excerpt--"
permalink: /blog/:title/
paginate: 10
paginate_path: "/blog/page:num/"
github: [metadata]
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
# Build Settings
sass:
style: compressed
sass_dir: _sass
# Gemfile
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-paginate
- jekyll-seo-tag
- jekyll-compose
- jekyll-redirect-from
exclude:
- vendor
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- Rakefile