-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
45 lines (42 loc) · 1.3 KB
/
hugo.toml
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
baseURL = 'https://docs.agopengps.com/'
languageCode = 'en-us'
title = 'AgOpenGPS Documentation'
disablePathToLower = true
[params]
github_repo = "https://github.com/AgOpenGPS-Official/AgOpenGPS-Documentation"
github_project_repo = "https://github.com/AgOpenGPS-Official/AgOpenGPS"
offlineSearch = true
[params.copyright]
authors = "AgOpenGPS Contributors"
[params.ui]
showLightDarkModeMenu = true
breadcrumb_disable = true
taxonomy_breadcrumb_disable = true
sidebar_search_disable = true
[params.links]
[[params.links.user]]
name = "Discourse"
url = "https://discourse.agopengps.com"
icon = "fa-brands fa-discourse"
[[params.links.user]]
name = "Telegram"
url = "https://t.me/agopengpsinternational"
icon = "fa-brands fa-telegram"
[[params.links.developer]]
name = "GitHub"
url = "https://github.com/AgOpenGPS-Official/AgOpenGPS"
icon = "fa-brands fa-github"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[module]
proxy = "direct"
# uncomment line below for temporary local development of module
# replacements = "github.com/google/docsy -> ../../docsy"
[module.hugoVersion]
extended = true
min = "0.73.0"
[[module.imports]]
path = "github.com/google/docsy"
disable = false