-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
58 lines (49 loc) · 894 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
49
50
51
52
53
54
55
56
57
58
# Excluded files
exclude:
- README.md
- LICENSE
- CNAME
# Gems
gems:
- jekyll-sitemap
- jekyll-mentions
- jemoji
- jekyll-paginate
# SCSS
sass:
style: :compressed
# Permalinks
permalink: pretty
excerpt_separator: <!-- more -->
jekyll-mentions: https://twitter.com
# Site info
url: "https://codin.github.io"
title: "Scaffold Documentation"
name: "Scaffold"
description: "How to use the Scaffold web framework"
repository: https://github.com/codin/scaffold-docs
# Networks
networks:
Twitter: http://twitter.com/codin_co
GitHub: http://github.com/codin/scaffold
# Facebook: https://dribbble.com/scaffold
# Metadata
meta:
twitter: codin_co
# Defaults
defaults:
-
scope:
path: ""
type: pages
values:
is_page: true
layout: page
-
scope:
path: ""
type: posts
values:
is_post: true
layout: post
icon: article