-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy path_config.yml
60 lines (51 loc) · 973 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
59
60
# 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: "http://docs.anchorcms.com"
title: "Anchor CMS Documentation"
name: "Anchor CMS"
description: "Help on how to use Anchor"
avatar: "https://avatars1.githubusercontent.com/u/1433533?s=300"
repository: https://github.com/anchorcms/anchor-docs
# Networks
networks:
Twitter: http://twitter.com/anchorcms
GitHub: http://github.com/anchorcms
Facebook: https://dribbble.com/anchorcms
# Metadata
meta:
twitter: anchorcms
facebook: anchorcms
# Defaults
defaults:
-
scope:
path: ""
type: pages
values:
is_page: true
layout: page
-
scope:
path: ""
type: posts
values:
is_post: true
layout: post
icon: article