-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
52 lines (47 loc) · 1.03 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
baseURL: https://gophergo.dev/
languageCode: en-us
title: Gopher Go!
markup:
tableOfContents:
endLevel: 3
ordered: false
startLevel: 2
highlight:
anchorLineNos: false
codeFences: true
guessSyntax: false
hl_Lines: ""
lineAnchors: ""
lineNoStart: 1
lineNos: false
lineNumbersInTable: true
noClasses: false
noHl: false
style: monokai
tabWidth: 2
theme: PaperMod
params:
showToc: true
showBreadCrumbs: true
showCodeCopyButtons: true
assets:
disableHLJS: true
favicon: "/favicon.ico"
favicon16x16: "/favicon-16x16.png"
favicon32x32: "/favicon-32x32.png"
apple_touch_icon: "/apple-touch-icon.png"
safari_pinned_tab: "/safari-pinned-tab.svg"
showPostNavLinks: true
profileMode:
enabled: true
buttons:
- name: Basics
url: "/basics"
- name: Standard Library
url: "/std"
- name: Resources
url: "/resources"
- name: Projects
url: "/projects"
- name: Go Toolchain
url: "/cmd"