-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
44 lines (39 loc) · 1.01 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
# Site settings
title: rubycoloredglasses
description: > # this means to ignore newlines until "url:"
I'm Jason, a web application developer in East Tennessee.
url: 'https://www.rubycoloredglasses.com'
baseurl: ''
timezone: America/New_York
disqus_shortname: ruby-colored-glasses
author:
name: 'Jason Miller'
# email: [email protected]
linkedin_username: redconfetti
github_username: redconfetti
twitter_username: redconfetti
spotify:
username: redconfetti
playlist_id: 03bKMoeCxREu1jKjPvCXwD
playlist_name: Music for Programming
defaults:
-
scope:
path: ''
type: 'posts'
values:
layout: 'post'
# Build settings
destination: _site
paginate: 10
permalink: /:year/:month/:title/
excerpt_separator: "<!--more-->"
highlighter: rouge
markdown: kramdown
kramdown:
# use Github Flavored Markdown
input: GFM
# do not replace newlines by <br>s
hard_wrap: false
plugins: ['jekyll-paginate', 'jekyll-sitemap']
exclude: ['README.md', 'Gemfile', 'Gemfile.lock', 'screenshot.png']