forked from siteleaf/learn.siteleaf.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
131 lines (131 loc) · 2.56 KB
/
_config.yml
File metadata and controls
131 lines (131 loc) · 2.56 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
---
title: Learn Siteleaf
timezone: America/New_York
collections:
api:
title: API
output: true
permalink: "/:collection/:path/"
meta:
description: Integrate directly into your site or app
badge: "/uploads/badge--api.svg"
in_nav: true
position: 60
sites:
title: Deploy & Collaborate
output: true
permalink: "/:collection/:path/"
meta:
description: Publish your site and invite other users
badge: "/uploads/badge--sites.svg"
in_nav: true
position: 50
themes:
title: Developing Themes
output: true
permalink: "/:collection/:path/"
meta:
description: Liquid, Sass, Jekyll, syncing, local dev
badge: "/uploads/badge--themes.svg"
in_nav: true
position: 40
getting-started:
title: Getting Started
output: true
permalink: "/:collection/:path/"
meta:
description: Introduce yourself to Siteleaf and Jekyll
badge: "/uploads/badge--getting-started.svg"
in_nav: true
position: 10
v1:
title: Legacy Sites
output: true
permalink: "/:collection/:path/"
meta:
description: Moving from v1 to v2
badge: "/uploads/badge--v1.svg"
in_nav: true
position: 70
content:
title: Managing Content
output: true
permalink: "/:collection/:path/"
meta:
description: Pages, collections, posts, metadata
badge: "/uploads/badge--content.svg"
in_nav: true
position: 30
posts:
title: Posts
output: true
style:
title: Style Guide
output: true
permalink: "/:collection/:path/"
meta:
description: A guide to Siteleaf style
in_nav: false
uploads:
title: Uploads
output: true
defaults:
- scope:
path: ''
values:
layout: page
- scope:
path: ''
type: getting-started
values:
layout: page
color: blue
- scope:
path: ''
type: content
values:
layout: page
color: green
- scope:
path: ''
type: themes
values:
layout: page
color: yellow
- scope:
path: ''
type: sites
values:
layout: page
color: red
- scope:
path: ''
type: api
values:
layout: page
color: purple
- scope:
path: ''
type: v1
values:
layout: page
- scope:
path: ''
type: style
values:
layout: page
color: darkest-gray
url: http://learn.siteleaf.com
permalink: pretty
exclude:
- Gemfile
- Gemfile.lock
- README*
- ".gitignore"
github_url: https://github.com/siteleaf/learn.siteleaf.com
sass:
style: compressed
gems:
- jekyll-sitemap
- jekyll-seo-tag
logo: "/assets/images/logo.svg"