-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy path_config.yml
More file actions
156 lines (153 loc) · 3.32 KB
/
_config.yml
File metadata and controls
156 lines (153 loc) · 3.32 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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
---
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: https://learn.siteleaf.com
permalink: pretty
exclude:
- Gemfile.lock
- README*
- ".gitignore"
github_url: https://github.com/siteleaf/learn.siteleaf.com
sass:
style: compressed
plugins:
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-redirect-from
- jekyll-gist
markdown: kramdown
kramdown:
input: GFM
hard_wrap: true
highlighter: rouge
excerpt_separator: |2+
logo: "/assets/images/logo.svg"
description: Documentation and learning resource for Siteleaf, a content management
system designed for a better web.
scripts: |-
<script type="text/javascript">
var _paq = window._paq = window._paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://a.siteleaf.com/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '6']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>