-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
54 lines (48 loc) · 1.37 KB
/
_config.yml
File metadata and controls
54 lines (48 loc) · 1.37 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Site wide configuration
title: "LearningNerd"
description: "Learning everything, sharing everything I learn!"
logo: # 120x120 px default image used for Twitter summary card
teaser: # 400x250 px default teaser image used in image archive grid
locale: en
url: http://learningnerd.com
# Jekyll configuration
sass:
sass_dir: _sass
style: compressed
permalink: /:title/
kramdown:
toc_levels: 1..2
highlighter: rouge
gems:
- jekyll-sitemap
repository: learningnerd/learningnerd.github.com
# Front Matter defaults
defaults:
- scope:
path: "" # an empty string here means all files that are posts
type: "posts"
values:
ads: true
comments: true
- scope:
path: ""
type: cats
values:
layout: archive
# Collections
collections:
cats:
output: true
permalink: /:name/
# Site owner
owner:
name: "Liz Krane"
email:
twitter: "LearningNerd"
google:
ad-client: "ca-pub-3989977449236900"
ad-slot: "4864146471"
bio: "Liz is a full-time nerd, sharing everything she learns as she tries to learn everything!"
avatar: "/lizkrane.jpg"
disqus-shortname: "learningnerd"
exclude: ["lib", "config.rb", ".sass-cache", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "*.sublime-project", "*.sublime-workspace", "Gemfile", "Gemfile.lock", "README.md", "LICENSE", "node_modules", "Gruntfile.js", "package.json"]