-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
80 lines (72 loc) · 1.66 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
73
74
75
76
77
78
79
80
# Excluded files
exclude:
- README.md
- LICENSE
- CNAME
- Gemfile
- Gemfile.lock
- .jekyll-cache
# Gems
plugins:
- jekyll-sitemap
- jekyll-mentions
- jekyll-paginate
- jekyll-seo-tag
- jekyll-redirect-from
- jekyll-default-layout
- jekyll-feed
- jekyll-commonmark
- jekyll-include-cache
- jemoji
# Gem settings
paginate: 8 # jekyll-paginate > items per page
paginate_path: blog/page:num # jekyll-paginate > blog page
jekyll-mentions: https://twitter.com # jekyll-mentions > service used when @replying
twitter:
username: AnchorCMS # jekyll-seo-tag > Owners twitter username
social: # jekyll-seo-tag > social overrides
name: Anchor CMS # jekyll-seo-tag > real name
links: # jekyll-seo-tag > social aliases (sameAs)
- https://twitter.com/AnchorCMS
- https://www.facebook.com/AnchorCMS
- https://github.com/AnchorCMS
# SCSS
sass:
style: :compressed
# Permalinks
permalink: '/posts/:slug/'
excerpt_separator: <!-- more -->
jekyll-mentions: https://twitter.com
# Site info
url: "https://anchorcms.com/"
title: "Anchor CMS"
name: "Anchor CMS"
description: "Help on how to use Anchor"
avatar: "https://avatars1.githubusercontent.com/u/1433533?s=300"
repository: https://github.com/anchorcms/anchorcms.github.io
download_link: "https://github.com/anchorcms/anchor-cms/releases"
# Networks
networks:
Twitter: http://twitter.com/anchorcms
GitHub: http://github.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