-
-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathconfig.yaml
72 lines (72 loc) · 1.75 KB
/
config.yaml
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
baseURL: https://cuetorials.com/
languageCode: en-us
DefaultContentLanguage: en
title: Cuetorials
enableGitInfo: true
pygmentsCodeFences: true
pygmentsStyle: github
defaultContentLanguage: en
defaultContentLanguageInSubdir: false
enableMissingTranslationPlaceholders: false
params:
ordersectionsby: weight
disableSearch: false
disableReadmoreNav: false
highlightClientSide: false
menushortcutsnewtab: true
ga: G-LXK0DFYZX4
github_project_repo: https://github.com/hofstadter-io/cuetorials.com
github_repo: https://github.com/hofstadter-io/cuetorials.com
time_format_default: January 2, 2006
keywords:
- cue
- cuelang
- tutorial
- example
hofver: v0.6.9-alpha.3
cuever: v0.6.0
cuedocBase: https://pkg.go.dev/cuelang.org/[email protected]
languages:
en:
title: !!binary Q3VldG9yaWFscw==
weight: 1
languageName: !!binary RW5nbGlzaA==
zh:
title: !!binary Q3VldG9yaWFscw==
weight: 2
languageName: !!binary 566A5L2T5Lit5paH
markup:
goldmark:
renderer:
unsafe: true
tableOfContents:
startLevel: 2
endLevel: 3
outputs:
home:
- HTML
- RSS
- JSON
page:
- HTML
- JSON
section:
- HTML
- JSON
menu:
shortcuts:
- name: v0.6.0 <i class='fas fa-copyright pl-2'></i> Cuelang.org
url: https://cuelang.org
weight: 0
- name: <i class='fab fa-github'></i> GitHub
url: https://github.com/cue-lang/cue
weight: 1
- name: <i class='fas fa-play-circle'></i> Playground
url: https://cuelang.org/play/
weight: 2
- name: <i class='fas fa-user'></i> Community
url: https://cuelang.org/community/
weight: 3
- name: <i class='fab fa-github'></i> Cuetorials GH
url: https://github.com/hofstadter-io/cuetorials.com
weight: 4