-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
56 lines (49 loc) · 1.22 KB
/
Copy pathhugo.toml
File metadata and controls
56 lines (49 loc) · 1.22 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
baseURL = 'https://docs.getapollo.dev'
title = 'Apollo Documentation'
theme = 'hugo-book'
enableGitInfo = true
copyright = '[© BSD 3-Clause](https://github.com/apollo-linux/docs/blob/main/LICENSE)'
[caches]
[caches.images]
dir = ':cacheDir/images'
# Required for mermaid and katex shortcodes
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
startLevel = 2
endLevel = 6
[params]
BookTheme = 'apollo-auto'
BookToC = true
BookCollapseSection = true
BookRepo = 'https://github.com/apollo-linux/docs'
BookLastChangeLink = '{{ .Site.Params.BookRepo }}/commit/{{ .GitInfo.Hash }}'
BookDateFormat = '2006/01/02'
BookFavicon = 'logo.png'
[[menu.home]]
name = 'Docs'
url = '/docs/getting-started/install'
weight = 1
[[menu.home]]
name = 'Blog'
url = '/posts/'
weight = 2
[[menu.home]]
name = 'GitHub'
url = 'https://github.com/apollo-linux'
weight = 3
[[menu.home]]
name = 'Community'
url = '/docs/about/community/'
weight = 4
[[menu.after]]
name = 'GitHub'
url = 'https://github.com/apollo-linux'
weight = 2
[[menu.after]]
name = 'Discord'
url = 'https://discord.gg/UkDX3kXCKf'
weight = 3
[[menu.after]]
name = 'Bluesky'
url = 'https://bsky.app/profile/getapollo.dev'