1
1
baseURL = " /"
2
2
title = " LocalStack Docs"
3
3
4
- enableRobotsTXT = true
5
-
6
- # Hugo allows theme composition (and inheritance). The precedence is from left to right.
7
- theme = [" docsy" ]
8
-
9
- # Will give values to .Lastmod etc.
10
- enableGitInfo = true
11
-
12
4
# Language settings
13
5
contentDir = " content/en"
14
6
defaultContentLanguage = " en"
15
7
defaultContentLanguageInSubdir = false
16
8
# Useful when translating.
17
9
enableMissingTranslationPlaceholders = true
18
10
19
- # Comment out to disable taxonomies in Docsy
11
+ enableRobotsTXT = true
12
+
13
+ # Will give values to .Lastmod etc.
14
+ enableGitInfo = true
15
+
16
+ # Comment out to enable taxonomies in Docsy
20
17
# disableKinds = ["taxonomy", "taxonomyTerm"]
21
18
22
19
# You can add your own taxonomies
@@ -28,7 +25,7 @@ category = "categories"
28
25
# set taxonomyCloud = [] to hide taxonomy clouds
29
26
taxonomyCloud = [" tags" , " categories" ]
30
27
31
- # If used, must have same lang as taxonomyCloud
28
+ # If used, must have same length as taxonomyCloud
32
29
taxonomyCloudTitle = [" Tag Cloud" , " Categories" ]
33
30
34
31
# set taxonomyPageHeader = [] to hide taxonomies on the page headers
@@ -48,13 +45,6 @@ pygmentsStyle = "tango"
48
45
[permalinks ]
49
46
blog = " /:section/:year/:month/:day/:slug/"
50
47
51
- # # Configuration for BlackFriday markdown parser: https://github.com/russross/blackfriday
52
- [blackfriday ]
53
- plainIDAnchors = true
54
- hrefTargetBlank = true
55
- angledQuotes = false
56
- latexDashes = true
57
-
58
48
# Image processing configuration.
59
49
[imaging ]
60
50
resampleFilter = " CatmullRom"
@@ -81,10 +71,10 @@ weight = 1
81
71
[markup .goldmark .renderer ]
82
72
unsafe = true
83
73
[markup .highlight ]
84
- # See a complete list of available styles at https://xyproto.github.io/splash/docs/all.html
85
- style = " tango"
86
- # Uncomment if you want your chosen highlight style used for code blocks without a specified language
87
- # guessSyntax = "true"
74
+ # See a complete list of available styles at https://xyproto.github.io/splash/docs/all.html
75
+ style = " tango"
76
+ # Uncomment if you want your chosen highlight style used for code blocks without a specified language
77
+ # guessSyntax = "true"
88
78
89
79
# Everything below this are Site Params
90
80
@@ -213,3 +203,16 @@ enable = false
213
203
url = " https://localstack-community.slack.com/"
214
204
icon = " fab fa-slack"
215
205
desc = " Chat with other project developers"
206
+
207
+ # hugo module configuration
208
+
209
+ [module ]
210
+ [module .hugoVersion ]
211
+ extended = true
212
+ min = " 0.75.0"
213
+ [[module .imports ]]
214
+ path = " github.com/google/docsy"
215
+ disable = false
216
+ [[module .imports ]]
217
+ path = " github.com/google/docsy/dependencies"
218
+ disable = false
0 commit comments