forked from MarlinFirmware/MarlinDocumentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
143 lines (118 loc) · 2.61 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
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
baseurl: ''
url: 'http://marlinfw.org'
version: '0.0.8-beta'
environment: development
name: 'Marlin 3D Printer Firmware'
logo: '/assets/images/logo/marlin/small.png'
description: 'Printing the planet, one layer at a time.'
repository:
main: 'https://github.com/MarlinFirmware/Marlin'
dev: 'https://github.com/MarlinFirmware/MarlinDev'
doc: 'https://github.com/MarlinFirmware/MarlinDocumentation'
analytics:
id: 'UA-76230130-1'
domain: 'marlinfw.org'
markdown: kramdown
highlighter: rouge
timezone: 'Europe/Lisbon'
kramdown:
input: GFM
syntax_highlighter: rouge
sass:
style: compressed
collections:
basics:
output: true
permalink: /docs/:collection/:path:output_ext
features:
output: true
title: Marlin Features
permalink: /docs/:collection/:path:output_ext
configuration:
output: true
title: Configuration
permalink: /docs/:collection/:path:output_ext
development:
output: true
title: Development
permalink: /docs/:collection/:path:output_ext
gcode:
output: true
title: G-Code
permalink: /docs/:collection/:path:output_ext
meta:
output: true
permalink: /:collection/:path/
tools:
output: true
permalink: /:collection/:path:output_ext
docs:
gs: '/docs/getting-started/'
exclude:
- '.gitignore'
- '_config.yml'
- 'CNAME'
- 'Gemfile'
- 'LICENSE'
- 'public'
- 'README.md'
- 'script'
- 'vendor'
gems:
- jekyll-mentions
- jekyll-seo-tag
- jekyll-avatar
- jekyll-bootstrap-sass
defaults:
- # All types
scope:
path: '' # all files
values:
layout: 'default'
author: 'MarlinFirmware'
category: [ 'default' ]
show:
navbar: true
footer: true
breadcrumbs: false
- # Basics collection settings
scope:
type: 'basics'
values:
layout: 'docs'
category: [ 'Basics' ]
- # Configuration collection settings
scope:
type: 'configuration'
values:
layout: 'docs'
category: [ 'configuration' ]
- # Development collection settings
scope:
type: 'development'
values:
layout: 'docs'
category: [ 'development' ]
- # Features collection settings
scope:
type: 'features'
values:
layout: 'docs'
category: [ 'features' ]
- # G-Code collection settings
scope:
type: 'gcode'
values:
layout: 'gcode'
category: [ 'gcode' ]
- # Meta collection settings
scope:
type: 'meta'
values:
category: [ 'meta' ]
- # Tools collection settings
scope:
type: 'gcode'
values:
layout: 'gcode'
category: [ 'gcode' ]