forked from jokecamp/jokecamp.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·38 lines (30 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
# Dependencies
markdown: redcarpet
highlighter: pygments
exclude: ['.asset_pipeline', 'deploy.sh', 'server-script.sh']
# Permalinks
#permalink: pretty
permalink: /blog/:title
# Setup
title: Joe Kampschmidt's Code
description: "a pragmatic approach to web and software development"
url: https://www.jokecamp.com
#url: http://localhost:4000
baseurl: /
author:
name: 'Joe Kampschmidt'
url: https://twitter.com/jokecamp
email: [email protected]
githubProject: https://github.com/jokecamp/jokecamp.com/
githubBranch: tree/master/
# Custom vars
github: https://github.com/jokecamp
twitter: https://twitter.com/jokecamp
stackoverflow: http://stackoverflow.com/users/215502/kampsj
version: 1.0
asset_pipeline:
bundle: true # Default = true
compress: true # Default = true
output_path: assets # Default = assets
display_path: assets # Default = nil
gzip: true # Default = false