-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
132 lines (99 loc) · 3.5 KB
/
config.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
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
baseURL = "https://agrofims.github.io/helpdocs/"
languageCode = "en-us"
title = "AgroFIMS Help Documentation"
theme = "dot-hugo-documentation-theme-master"
canonifyURLs = true
publishDir = "docs"
pygmentsCodeFences = true
pygmentsStyle = "monokailight"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir= false
enableMissingTranslationPlaceholders = false
# Enable Google Analytics by entering your tracking id
googleAnalytics = ""
[params]
ordersectionsby = "weight" # ordersectionsby = "title"
disableSearch = false # default is false
disableReadmoreNav = true # set true to hide prev/next navigation, default is false
highlightClientSide = false # set true to use highlight.pack.js instead of the default hugo chroma highlighter
menushortcutsnewtab = true # set true to open shortcuts links to a new tab/window
# toc = true # 是否开启目录
# autoCollapseToc = true # Auto expand and collapse toc # 目录自动展开/折叠
# logo is for all page
logo = "images/logo.png"
bg_image = ""
# logo white is for homepage logo, you can use colorful logo too...
logo_white ="images/logo2.png"
# when logo is empty, it will shown your site title
# customize color
primary_color = "#869910"
body_color = "#f9f9f9"
text_color = "#636363"
text_color_dark = "#242738"
white_color = "#ffffff"
light_color = "#f8f9fa"
# font family
font_family = "lato" # Choose font family from : https://fonts.google.com/
# contact form action
contact_form_action = "#[email protected]" # contact form works with : https://formspree.io
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[outputs]
home = [ "HTML", "RSS"]
[[menu.shortcuts]]
name = "<button class='btn btn-success mt-n1'>AgroFIMS</button>"
url = "https://agrofims.org/"
weight = 3
TargetBlank = true
[[menu.shortcuts]]
name = "<i class='fab fa-github'></i>"
url = "https://github.com/AGROFIMS/"
weight = 2000
sectionPagesMenu = "main"
############################## social links ##############################
[[params.social]]
icon = "ti-github" # themify icon pack : https://themify.me/themify-icons
link = "https://github.com/AGROFIMS"
[[params.social]]
icon = "ti-youtube" # themify icon pack : https://themify.me/themify-icons
link = "https://www.youtube.com/channel/UChfp4kWQCscsIUP-4duKzeQ/"
[[params.social]]
icon = "ti-arrow-circle-right" # themify icon pack : https://themify.me/themify-icons
link = "https://agrofims.org/"
################################ English Language ######################
[Languages.en]
languageName = "En"
languageCode = "en-us"
weight = 1
copyright = "Copyright © AgroFIMS 2020 [Terms of Use and Privacy Policy](https://agrofims.github.io/helpdocs/policyterms/)"
# banner
[Languages.en.params.banner]
title = "AgroFIMS help documentation"
subtitle = "Find advice to create your own fieldbooks or get in touch"
bg_image = "images/banner2.jpg"
placeholder = "Have a question? Just ask here or enter terms"
# call to action
[Languages.en.params.cta]
enable = true
title = "Didn't find an answer to your question?"
content = ""
# call to action button
[Languages.en.params.cta.button]
enable = true
label = "contact us"
link = "[email protected]"
################## english navigation #################
[[Languages.en.menu.main]]
name = "Home"
url = ""
weight = 1
[[Languages.en.menu.main]]
name = "AgroFIMS"
url = "https://agrofims.org/"
weight = 2
[[Languages.en.menu.main]]
name = "Contact"
url = "contact"
weight = 3