-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
216 lines (208 loc) · 6.15 KB
/
_config.yml
File metadata and controls
216 lines (208 loc) · 6.15 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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
title: "Multilingual Programming Language"
description: "Write code in 17 human languages. One formal core. Infinite expression."
url: "https://multilingualprogramming.github.io"
baseurl: "/docs"
version: "0.5.1"
# Author
author:
name: "John Samuel"
email: "johnsamuelwrites@gmail.com"
github: "johnsamuelwrites"
# Markdown
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: "highlight"
span:
line_numbers: false
block:
line_numbers: false
highlighter: rouge
# Plugins
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
# Navigation
nav:
- title: "Getting Started"
page_id: getting_started
url: "/en/docs/getting-started/"
children:
- title: "Installation"
page_id: getting_started__installation
url: "/en/docs/getting-started/installation/"
- title: "Quick Start"
page_id: getting_started__quick_start
url: "/en/docs/getting-started/quick-start/"
- title: "REPL Guide"
page_id: getting_started__repl
url: "/en/docs/getting-started/repl/"
- title: "Language Guide"
page_id: language_guide
url: "/en/docs/language-guide/"
children:
- title: "Overview"
page_id: language_guide
url: "/en/docs/language-guide/"
- title: "Syntax Reference"
page_id: language_guide__syntax
url: "/en/docs/language-guide/syntax/"
- title: "Keywords"
page_id: language_guide__keywords
url: "/en/docs/language-guide/keywords/"
- title: "Control Flow"
page_id: language_guide__control_flow
url: "/en/docs/language-guide/control-flow/"
- title: "Functions & Classes"
page_id: language_guide__functions_classes
url: "/en/docs/language-guide/functions-classes/"
- title: "Async & Generators"
page_id: language_guide__async_generators
url: "/en/docs/language-guide/async-generators/"
- title: "All 17 Languages"
page_id: language_guide__all_languages
url: "/en/docs/language-guide/all-languages/"
- title: "Guide Français"
page_id: language_guide__french
url: "/en/docs/language-guide/french/"
- title: "Reference"
page_id: reference
url: "/en/docs/reference/"
children:
- title: "Language Concepts"
page_id: reference
url: "/en/docs/reference/"
- title: "Built-in Aliases"
page_id: reference__builtins
url: "/en/docs/reference/builtins/"
- title: "Operators"
page_id: reference__operators
url: "/en/docs/reference/operators/"
- title: "Numerals"
page_id: reference__numerals
url: "/en/docs/reference/numerals/"
- title: "Date & Time"
page_id: reference__datetime
url: "/en/docs/reference/datetime/"
- title: "Compatibility Matrix"
page_id: reference__compatibility
url: "/en/docs/reference/compatibility/"
- title: "WASM Backend"
page_id: wasm
url: "/en/docs/wasm/"
children:
- title: "Overview"
page_id: wasm
url: "/en/docs/wasm/"
- title: "Installation"
page_id: wasm__installation
url: "/en/docs/wasm/installation/"
- title: "Architecture"
page_id: wasm__architecture
url: "/en/docs/wasm/architecture/"
- title: "Performance"
page_id: wasm__performance
url: "/en/docs/wasm/performance/"
- title: "Development"
page_id: wasm__development
url: "/en/docs/wasm/development/"
- title: "Troubleshooting"
page_id: wasm__troubleshooting
url: "/en/docs/wasm/troubleshooting/"
- title: "FAQ"
page_id: wasm__faq
url: "/en/docs/wasm/faq/"
- title: "Upgrade to v0.4"
page_id: wasm__upgrade
url: "/en/docs/wasm/upgrade/"
- title: "Python Codegen"
page_id: codegen
url: "/en/docs/codegen/"
children:
- title: "Overview"
page_id: codegen
url: "/en/docs/codegen/"
- title: "API Reference"
page_id: codegen__api
url: "/en/docs/codegen/api/"
- title: "Design"
page_id: design
url: "/en/docs/design/"
children:
- title: "Architecture"
page_id: design
url: "/en/docs/design/"
- title: "Core Specification"
page_id: design__core_spec
url: "/en/docs/design/core-spec/"
- title: "Frontend Contracts"
page_id: design__frontend_contracts
url: "/en/docs/design/frontend-contracts/"
- title: "Surface Normalization"
page_id: design__surface_normalization
url: "/en/docs/design/surface-normalization/"
- title: "Stdlib Localization"
page_id: design__stdlib_localization
url: "/en/docs/design/stdlib-localization/"
- title: "Related Work"
page_id: design__related_work
url: "/en/docs/design/related-work/"
- title: "Extending"
page_id: extending
url: "/en/docs/extending/"
children:
- title: "Add a Language"
page_id: extending
url: "/en/docs/extending/"
- title: "Translation Guidelines"
page_id: extending__translation
url: "/en/docs/extending/translation/"
- title: "CNL Scope"
page_id: extending__cnl_scope
url: "/en/docs/extending/cnl-scope/"
- title: "Contributing"
page_id: contributing
url: "/en/docs/contributing/"
children:
- title: "Development Guide"
page_id: contributing
url: "/en/docs/contributing/"
- title: "Multilingual Docs Ops"
page_id: contributing__multilingual_docs
url: "/en/docs/contributing/multilingual-docs/"
# Collections
collections:
languages:
output: true
permalink: /languages/:name/
# Defaults
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "page"
- scope:
path: ""
values:
image: "/assets/images/og-image.svg"
# Exclude
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- ".sass-cache"
- ".jekyll-cache"
- "docs/snippets/"
- "docs/routing/"
- "docs/i18n/"
- "docs/schemas/"
- "docs/README.md"
- "scripts/"