forked from VIP000/netlify-home
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
44 lines (36 loc) · 980 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
url: www.netlify.com
kramdown:
input: GFM
exclude: ["node_modules", "gulpfile.js", "package.json", "Gemfile", "Gemfile.lock"]
include: ["_redirects"]
social-links:
twitter: 'https://twitter.com/netlify'
facebook: 'https://www.facebook.com/netlify'
github: 'https://github.com/netlify'
linkedin: 'https://www.linkedin.com/company/netlify'
googleplus: 'https://plus.google.com/+NetlifyApp'
excerpt_separator: <!-- excerpt -->
collections:
docs:
output: true
defaults:
- scope:
path: "" # an empty string here means all files in the project
type: "posts" # previously `post` in Jekyll 2.2.
values:
layout: "post"
permalink: /blog/:year/:month/:day/:title.html
- scope:
path: ""
type: "docs"
values:
layout: "docs"
# RSS
rss:
name: The netlify blog. All about static web-tech and netlify
url: https://www.netlify.com
path: /blog
gems:
- jekyll-srcset
- octopress-minify-html
minify_html: false