-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
72 lines (65 loc) · 1.34 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Basic setup
title: "Sloop Creative Portfolio"
description: "Sloop Creative is a community-minded creative studio specializing in graphic design, web design, illustration, photography, and web development."
url: http://127.0.0.1:4000
baseurl: ""
# About/contact
author:
name: Sloop Creative
url: http://www.sloopcreative.com
email: [email protected]
# Permalinks
permalink: pretty
# Collections
collections:
portfolio:
output: true
permalink: /projects/:path.html
title: "Portfolio"
# Front Matter Defaults
defaults:
# Pages
- scope:
path: _pages
type: pages
values:
layout: default
# Custom vars
version: 0.0.1
# Jekyll configuration
markdown: kramdown
keep_files:
- .git
include:
- _pages
exclude:
- "*.sublime-project"
- "*.sublime-workspace"
- .asset-cache
- .bundle
- .jekyll-assets-cache
- .sass-cache
- Capfile
- config
- Gemfile
- Gruntfile.js
- log
- node_modules
- package.json
- Rakefile
- README
- tmp
- bower.json
- s3_website.yml
gems:
- jekyll-assets
# Plugin: Jekyll Assets
assets:
prefix: "/assets"
autoprefixer:
browsers:
- "last 2 versions"
- "IE > 9"
assets:
- "*.png"
- "bundle.css"