-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
48 lines (39 loc) · 841 Bytes
/
_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
url: http://brainpaste.blog
title: Brain Paste
description: Longer-form Ramblings From A Technologist
author: "Chad La Joie"
avatar: /images/logo.jpg
# Includes an icon in the footer for each username you enter
footer-links:
github: lajoie
linkedin: clajoie
rss: true
#
# !! You don't need to change any of the configuration flags below !!
#
theme: jekyll-theme-tactile
permalink: /:title/
lsi: false
safe: true
incremental: false
timezone: American/New_York
gist:
noscript: false
kramdown:
math_engine: mathjax
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: 'highlight'
sass:
style: :compressed
plugins:
- jekyll-feed # Create an Atom feed using the official Jekyll feed gem
whitelist:
- jekyll-feed
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME
- .ruby-version