-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
62 lines (53 loc) · 1.25 KB
/
hugo.toml
File metadata and controls
62 lines (53 loc) · 1.25 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
baseURL = 'https://symphony09.github.io/ograph-docs/'
languageCode = 'en-us'
title = 'OGraph'
enableGitInfo = true
[languages.en]
contentDir = 'content/en'
disabled = false
languageCode = 'en-US'
languageDirection = 'ltr'
languageName = 'English'
title = 'OGraph Docs'
weight = 2
[languages.zh]
contentDir = 'content/zh'
disabled = false
languageCode = 'zh'
languageDirection = 'ltr'
languageName = '简体中文'
title = 'OGraph文档'
weight = 2
[[menu.primary]]
name = "Documents"
url = "/docs/"
identifier = "docs"
weight = 10
[params]
# Google Fonts
google_fonts = [["Inter", "300, 400, 600, 700"], ["Fira Code", "500, 700"]]
sans_serif_font = "Inter" # Default is System font
secondary_font = "Inter" # Default is System font
mono_font = "Fira Code" # Default is System font
[params.docs]
darkMode = true
titleIcon = true
sidebarIcons = true
descriptions = true
navDesc = true
prism = true
intLinkTooltip = true
repoURL = "https://github.com/symphony09/ograph-docs"
repoBranch = "main"
editPage = false
lastMod = true
lastModRelative = true
[params.social]
github = "symphony09/ograph"
[module]
[[module.imports]]
path = "github.com/colinwilson/lotusdocs"
disable = false
[[module.imports]]
path = "github.com/gohugoio/hugo-mod-bootstrap-scss/v5"
disable = false