-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhugo.toml
More file actions
83 lines (75 loc) · 1.71 KB
/
Copy pathhugo.toml
File metadata and controls
83 lines (75 loc) · 1.71 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
baseURL = "https://conf.fyne.io"
languageCode = "en"
title = "Fyne Conf"
theme = "blowfish"
copyright = "Fyne.io"
buildFuture = true
enableRobotsTXT = true
[params]
description = "Exploring the exciting world of platform-agnostic app development with Fyne"
mainSections = []
colorScheme = "ocean"
defaultAppearance = "dark"
autoSwitchAppearance = false
enableSearch = false
showScrollToTop = true
showBreadcrumbs = false
[params.homepage]
layout = "page"
showRecent = false
[params.article]
showDate = false
showAuthor = false
showBreadcrumbs = false
showTableOfContents = false
showRelatedContent = false
showTaxonomies = false
showWordCount = false
showEdit = false
showSummary = false
showPagination = false
[params.list]
showBreadcrumbs = false
showTableOfContents = false
[params.header]
layout = "fixed"
[params.footer]
showCopyright = true
showThemeAttribution = false
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
style = "monokai"
[menus]
[[menus.main]]
name = "Docs"
url = "https://docs.fyne.io"
weight = 10
[[menus.main]]
name = "Apps"
url = "https://apps.fyne.io"
weight = 20
[[menus.main]]
name = "Add-ons"
url = "https://addons.fyne.io"
weight = 30
[[menus.main]]
name = "Conference"
url = "/"
weight = 40
[menus.main.params]
highlight = true
[[menus.main]]
name = "Blog"
url = "https://fyne.io/blog"
weight = 50
[[menus.main]]
name = "Events"
url = "https://fyne.io/events"
weight = 60
[[menus.main]]
name = "Support"
url = "https://fyne.io/support"
weight = 70