1
1
baseURL = " /piv-agent/"
2
2
title = " PIV Agent"
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
- disableKinds = [" taxonomy" , " taxonomyTerm" ]
11
+ enableRobotsTXT = true
12
+
13
+ # Will give values to .Lastmod etc.
14
+ enableGitInfo = true
15
+
16
+ # Comment out to enable taxonomies in Docsy
17
+ disableKinds = [" taxonomy" ]
20
18
21
19
# Highlighting config
22
20
pygmentsCodeFences = true
@@ -31,58 +29,35 @@ pygmentsStyle = "tango"
31
29
[permalinks ]
32
30
blog = " /:section/:year/:month/:day/:slug/"
33
31
34
- # # Configuration for BlackFriday markdown parser: https://github.com/russross/blackfriday
35
- [blackfriday ]
36
- plainIDAnchors = true
37
- hrefTargetBlank = true
38
- angledQuotes = false
39
- latexDashes = true
40
-
41
32
# Image processing configuration.
42
33
[imaging ]
43
34
resampleFilter = " CatmullRom"
44
35
quality = 75
45
36
anchor = " smart"
46
37
47
- [services ]
48
- [services .googleAnalytics ]
49
- # Comment out the next line to disable GA tracking. Also disables the feature described in [params.ui.feedback].
50
- # id = "UA-00000000-0"
51
-
52
38
# Language configuration
53
39
54
40
[languages ]
55
41
[languages .en ]
56
- title = " PIV Agent"
57
- description = " PIV Agent replaces ssh-agent and gpg-agent, and allows you to use your PIV security token with SSH or GPG"
58
42
languageName =" English"
59
43
# Weight used for sorting.
60
44
weight = 1
61
- # [languages.no]
62
- # title = "Goldydocs"
63
- # description = "Docsy er operativsystem for skyen"
64
- # languageName ="Norsk"
65
- # contentDir = "content/no"
66
- # time_format_default = "02.01.2006"
67
- # time_format_blog = "02.01.2006"
68
- #
69
- # [languages.fa]
70
- # title = "اسناد گلدی"
71
- # description = "یک نمونه برای پوسته داکسی"
72
- # languageName ="فارسی"
73
- # contentDir = "content/fa"
74
- # time_format_default = "2006.01.02"
75
- # time_format_blog = "2006.01.02"
45
+ [languages .en .params ]
46
+ title = " PIV Agent"
47
+ description = " PIV Agent replaces ssh-agent and gpg-agent, and allows you to use your PIV security token with SSH or GPG"
48
+
76
49
77
50
[markup ]
78
51
[markup .goldmark ]
52
+ [markup .goldmark .parser .attribute ]
53
+ block = true
79
54
[markup .goldmark .renderer ]
80
55
unsafe = true
81
56
[markup .highlight ]
82
- # See a complete list of available styles at https://xyproto.github.io/splash/docs/all.html
83
- style = " tango"
84
- # Uncomment if you want your chosen highlight style used for code blocks without a specified language
85
- # guessSyntax = "true"
57
+ # See a complete list of available styles at https://xyproto.github.io/splash/docs/all.html
58
+ style = " tango"
59
+ # Uncomment if you want your chosen highlight style used for code blocks without a specified language
60
+ # guessSyntax = "true"
86
61
87
62
# Everything below this are Site Params
88
63
@@ -91,23 +66,20 @@ weight = 1
91
66
section = [" HTML" , " print" ]
92
67
93
68
[params ]
94
- copyright = " PIV Agent Contributors"
95
- # privacy_policy = "https://github.com/smlx/piv-agent"
96
-
97
69
# First one is picked as the Twitter card image if not set on page.
98
70
# images = ["images/project-illustration.png"]
99
71
100
72
# Menu title if your navbar has a versions selector to access old versions of your site.
101
73
# This menu appears only if you have at least one [params.versions] set.
102
74
version_menu = " Releases"
103
75
104
- # Flag used in the "version-banner" partial to decide whether to display a
76
+ # Flag used in the "version-banner" partial to decide whether to display a
105
77
# banner on every page indicating that this is an archived version of the docs.
106
78
# Set this flag to "true" if you want to display the banner.
107
79
archived_version = false
108
80
109
81
# The version number for the version of the docs represented in this doc set.
110
- # Used in the "version-banner" partial to display a version number for the
82
+ # Used in the "version-banner" partial to display a version number for the
111
83
# current doc set.
112
84
version = " 0.0"
113
85
@@ -118,87 +90,74 @@ url_latest_version = "https://example.com"
118
90
# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
119
91
github_repo = " https://github.com/smlx/piv-agent"
120
92
# An optional link to a related project repo. For example, the sibling repository where your product code lives.
121
- # github_project_repo = "https://github.com/smlx/piv-agent "
93
+ # github_project_repo = "https://github.com/google/docsy "
122
94
123
95
# Specify a value here if your content directory is not in your repo's root directory
124
- github_subdir = " docs "
96
+ # github_subdir = ""
125
97
126
- # Uncomment this if you have a newer GitHub repo with "main" as the default branch,
98
+ # Uncomment this if your GitHub repo does not have "main" as the default branch,
127
99
# or specify a new value if you want to reference another branch in your GitHub links
128
100
github_branch = " main"
129
101
130
102
# Google Custom Search Engine ID. Remove or comment out to disable search.
131
- # gcs_engine_id = "d72aa9b2712488cc3"
132
-
133
- # Enable Algolia DocSearch
134
- algolia_docsearch = false
103
+ # gcs_engine_id = "d72aa9b2712488cc3"
135
104
136
105
# Enable Lunr.js offline search
137
106
offlineSearch = true
138
107
139
108
# Enable syntax highlighting and copy buttons on code blocks with Prism
140
109
prism_syntax_highlighting = false
141
110
111
+ [params .copyright ]
112
+ authors = " PIV Agent Contributors | [CC BY SA 4.0](https://creativecommons.org/licenses/by-sa/4.0)"
113
+ from_year = 2020
114
+
142
115
# User interface configuration
143
116
[params .ui ]
144
- # Enable to show the side bar menu in its compact state.
145
- sidebar_menu_compact = false
146
117
# Set to true to disable breadcrumb navigation.
147
118
breadcrumb_disable = false
148
- # Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
149
- sidebar_search_disable = false
150
- # Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top nav bar
119
+ # Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top navbar
151
120
navbar_logo = true
152
- # Set to true to disable the About link in the site footer
153
- footer_about_disable = false
121
+ # Set to true if you don't want the top navbar to be translucent when over a `block/cover`, like on the homepage.
122
+ navbar_translucent_over_cover_disable = false
123
+ # Enable to show the side bar menu in its compact state.
124
+ sidebar_menu_compact = false
125
+ # Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
126
+ sidebar_search_disable = false
154
127
155
128
# Adds a H2 section titled "Feedback" to the bottom of each doc. The responses are sent to Google Analytics as events.
156
129
# This feature depends on [services.googleAnalytics] and will be disabled if "services.googleAnalytics.id" is not set.
157
130
# If you want this feature, but occasionally need to remove the "Feedback" section from a single page,
158
131
# add "hide_feedback: true" to the page's front matter.
159
132
[params .ui .feedback ]
160
- enable = true
133
+ enable = false
161
134
# The responses that the user sees after clicking "yes" (the page was helpful) or "no" (the page was not helpful).
162
- yes = ' Glad to hear it! Please <a href="https://github.com/smlx/piv-agent /issues/new">tell us how we can improve</a>.'
163
- no = ' Sorry to hear that. Please <a href="https://github.com/smlx/piv-agent /issues/new">tell us how we can improve</a>.'
135
+ yes = ' Glad to hear it! Please <a href="https://github.com/USERNAME/REPOSITORY /issues/new">tell us how we can improve</a>.'
136
+ no = ' Sorry to hear that. Please <a href="https://github.com/USERNAME/REPOSITORY /issues/new">tell us how we can improve</a>.'
164
137
165
138
# Adds a reading time to the top of each doc.
166
- # If you want this feature, but occasionally need to remove the Reading time from a single page,
139
+ # If you want this feature, but occasionally need to remove the Reading time from a single page,
167
140
# add "hide_readingtime: true" to the page's front matter
168
141
[params .ui .readingtime ]
169
142
enable = false
170
143
171
144
[params .links ]
172
145
# End user relevant links. These will show up on left side of footer and in the community page if you have one.
173
- # [[params.links.user]]
174
- # name = "User mailing list"
175
- # url = "https://example.org/mail"
176
- # icon = "fa fa-envelope"
177
- # desc = "Discussion and help from your fellow users"
178
- # [[params.links.user]]
179
- # name ="Twitter"
180
- # url = "https://example.org/twitter"
181
- # icon = "fab fa-twitter"
182
- # desc = "Follow us on Twitter to get the latest news!"
183
- # [[params.links.user]]
184
- # name = "Stack Overflow"
185
- # url = "https://example.org/stack"
186
- # icon = "fab fa-stack-overflow"
187
- # desc = "Practical questions and curated answers"
188
146
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
189
147
[[params .links .developer ]]
190
- name = " GitHub"
191
- url = " https://github.com/smlx/piv-agent"
192
- icon = " fab fa-github"
193
- desc = " Development takes place here!"
194
- # [[params.links.developer]]
195
- # name = "Slack"
196
- # url = "https://example.org/slack"
197
- # icon = "fab fa-slack"
198
- # desc = "Chat with other project developers"
199
- # [[params.links.developer]]
200
- # name = "Developer mailing list"
201
- # url = "https://example.org/mail"
202
- # icon = "fa fa-envelope"
203
- # desc = "Discuss development issues around the project"
204
- #
148
+ name = " GitHub"
149
+ url = " https://github.com/smlx/piv-agent"
150
+ icon = " fab fa-github"
151
+ desc = " Development takes place here!"
152
+
153
+ # hugo module configuration
154
+
155
+ [module ]
156
+ # Uncomment the next line to build and serve using local docsy clone declared in the named Hugo workspace:
157
+ # workspace = "docsy.work"
158
+ [module .hugoVersion ]
159
+ extended = true
160
+ min = " 0.110.0"
161
+ [[module .imports ]]
162
+ path = " github.com/google/docsy"
163
+ disable = false
0 commit comments