-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
47 lines (40 loc) · 1.15 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
45
46
47
# Site settings
title: The Big Blue House
subtitle: Jacob Rockowitz
description: >
I grew up in a big blue house. The big blue house is a central theme to my artwork. Sitting in front of a computer in the basement of this big blue house is where I learned how to build websites so it seem fitting to call my company, which I incorporated in 2000, 'The Big Blue House Production'.
baseurl: ""
url: "http://thebigbluehouse.com"
# Collections
collections:
work:
title: Work
output: true
# Defaults
defaults:
- scope:
path: ""
values:
layout: "page"
- scope:
path: work
type: work
values:
layout: "page"
# Build
markdown: kramdown
# Include hidden directories
include:
- _pages
# Exclude directories
exclude:
- _misc
- node_modules
# Gem (for GitHub Pages)
gems:
# Sitemaps for GitHub Pages - https://help.github.com/articles/sitemaps-for-github-pages/
- jekyll-sitemap
# Redirects on GitHub Pages - https://help.github.com/articles/redirects-on-github-pages/
- jekyll-redirect-from
# Environments in Jekyll - http://www.petethompson.net/blog/web/2015/02/28/environments-in-jekyll/
environment: production