@@ -4,7 +4,8 @@ title = "Genji"
4
4
enableRobotsTXT = true
5
5
6
6
# Hugo allows theme composition (and inheritance). The precedence is from left to right.
7
- theme = [" docsy" ]
7
+ # theme = ["docsy"]
8
+ theme = [" github.com/google/docsy" , " github.com/google/docsy/dependencies" ]
8
9
9
10
# Will give values to .Lastmod etc.
10
11
enableGitInfo = true
@@ -76,20 +77,20 @@ id = "UA-162164331-1"
76
77
[languages .en ]
77
78
title = " Genji"
78
79
description = " A Document-oriented, embedded, SQL database"
79
- languageName =" English"
80
+ languageName = " English"
80
81
# Weight used for sorting.
81
82
weight = 1
82
83
83
84
[markup ]
84
- [markup .goldmark ]
85
- [markup .goldmark .renderer ]
86
- unsafe = true
87
- [markup .highlight ]
88
- # See a complete list of available styles at https://xyproto.github.io/splash/docs/all.html
89
- style = " tango"
90
- # Uncomment if you want your chosen highlight style used for code blocks without a specified language
91
- # guessSyntax = "true"
92
- guessSyntax = " false"
85
+ [markup .goldmark ]
86
+ [markup .goldmark .renderer ]
87
+ unsafe = true
88
+ [markup .highlight ]
89
+ # See a complete list of available styles at https://xyproto.github.io/splash/docs/all.html
90
+ style = " tango"
91
+ # Uncomment if you want your chosen highlight style used for code blocks without a specified language
92
+ # guessSyntax = "true"
93
+ guessSyntax = " false"
93
94
94
95
# Everything below this are Site Params
95
96
@@ -178,17 +179,28 @@ enable = false
178
179
[params .links ]
179
180
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
180
181
[[params .links .developer ]]
181
- name =" Twitter"
182
- url = " https://twitter.com/asdine_"
183
- icon = " fab fa-twitter"
184
- desc = " Follow me on Twitter to get the latest news!"
182
+ name = " Twitter"
183
+ url = " https://twitter.com/asdine_"
184
+ icon = " fab fa-twitter"
185
+ desc = " Follow me on Twitter to get the latest news!"
185
186
[[params .links .developer ]]
186
- name = " GitHub"
187
- url = " https://github.com/genjidb/genji"
188
- icon = " fab fa-github"
189
- desc = " Development takes place here!"
187
+ name = " GitHub"
188
+ url = " https://github.com/genjidb/genji"
189
+ icon = " fab fa-github"
190
+ desc = " Development takes place here!"
190
191
[[params .links .developer ]]
191
- name = " Slack"
192
- url = " https://gophers.slack.com/messages/CKPCYQFE0"
193
- icon = " fab fa-slack"
194
- desc = " Chat with other project developers"
192
+ name = " Slack"
193
+ url = " https://gophers.slack.com/messages/CKPCYQFE0"
194
+ icon = " fab fa-slack"
195
+ desc = " Chat with other project developers"
196
+
197
+ [module ]
198
+ [module .hugoVersion ]
199
+ extended = true
200
+ min = " 0.73.0"
201
+ [[module .imports ]]
202
+ path = " github.com/google/docsy"
203
+ disable = false
204
+ [[module .imports ]]
205
+ path = " github.com/google/docsy/dependencies"
206
+ disable = false
0 commit comments