-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
39 lines (31 loc) · 1.06 KB
/
_config.yml
File metadata and controls
39 lines (31 loc) · 1.06 KB
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
# Dependencies
markdown: redcarpet
highlighter: pygments
#markdown: kramdown
#kramdown:
# input: GFM
# Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: pretty
relative_permalinks: true
# Site settings
title: Iain's Technical Blog
tagline: 'Spacious Code'
description: > # this means to ignore newlines until "baseurl:"
Technical notes and experiences by Iain Bryson.
baseurl: / # the subpath of your site, e.g. /blog/
paginate: 5
url: "http://iainbryson.github.io" # the base hostname & protocol for your site
twitter_username: iainbryson
github_username: iainbryson
# About/contact
author:
name: Iain Bryson
url: https://twitter.com/iainbryson
email: iain@iain-bryson.ca
# Custom vars - Lanyon
version: 1.0.0
exclude: ['config.ru', 'Gemfile', 'Gemfile.lock', 'vendor',
'2014-11-15-welcome-to-jekyll.markdown_', 'about.md_orig',
'about.md_backup', '_config.yml.orig', 'test-site.sh']