-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathhugo.toml
More file actions
51 lines (42 loc) · 1.08 KB
/
Copy pathhugo.toml
File metadata and controls
51 lines (42 loc) · 1.08 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
baseURL = 'https://docs.fyne.io/'
languageCode = 'en-us'
title = 'Fyne Documentation'
enableEmoji = true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[module]
[[module.imports]]
path = "github.com/colllijo/lotusdocs"
disable = false
[[module.imports]]
path = "github.com/gohugoio/hugo-mod-bootstrap-scss/v5"
disable = false
[params]
google_fonts = [
["Inter", "300, 400, 600, 700"],
["Fira Code", "500, 700"]
]
sans_serif_font = "Inter"
secondary_font = "Inter"
mono_font = "Fira Code"
[params.footer]
copyright = "© :YEAR: The Fyne.io community. Please consider [**sponsoring**](https://fyne.io/sponsor/) our work."
[params.social]
github = "fyne-io/docs.fyne.io"
twitter = "fyne_io"
[params.docs]
darkMode = true
sidebarIcons = true
logoLinkURL = "https://fyne.io/"
prism = true
prismTheme = "lotusdocs"
[permalinks]
[permalinks.page]
docs = "/:sections[1:]/:slug/"
[permalinks.section]
docs = "/:slug/"
[caches]
[caches.images]
dir = ':cacheDir/images'