Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Indienet
Docs
Commits
981e5905
Verified
Commit
981e5905
authored
Dec 26, 2017
by
Aral Balkan
Browse files
Update to standard DocDock Hugo config
parent
625cd8b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
config.toml
View file @
981e5905
baseURL
=
"
http://example.org
/"
baseURL
=
"/"
languageCode
=
"en-us"
title
=
"My New Hugo Site"
DefaultContentLanguage
=
"en"
title
=
"Indienet"
theme
=
"docdock"
[params]
editURL
=
"https://github.com/vjeantet/hugo-theme-docdock/edit/master/exampleSite/content/"
showVisitedLinks
=
true
# default is false
themeStyle
=
"original"
# "original" or "flex" # default "original"
themeVariant
=
""
# choose theme variant "green", "gold" , "gray", "blue" (default)
ordersectionsby
=
"weight"
# ordersectionsby = "title"
disableHomeIcon
=
false
# default is false
disableSearch
=
false
# default is false
disableNavChevron
=
false
# set true to hide next/prev chevron, default is false
# This enables the index.json file used by the Lunr-based search
# to be generated at build time.
[outputs]
home
=
[
"HTML"
,
"RSS"
,
"JSON"
]
[[menu.shortcuts]]
pre
=
"<h3>More</h3>"
name
=
"<i class='fa fa-github'></i> Github repo"
identifier
=
"ds"
url
=
"https://github.com/vjeantet/hugo-theme-docdock"
weight
=
10
[[menu.shortcuts]]
name
=
"<i class='fa fa-camera'></i> Showcases"
url
=
"/showcase"
weight
=
11
[[menu.shortcuts]]
name
=
"<i class='fa fa-bookmark'></i> Hugo Documentation"
identifier
=
"hugodoc"
url
=
"https://gohugo.io/"
weight
=
20
[[menu.shortcuts]]
name
=
"<i class='fa fa-bullhorn'></i> Credits"
url
=
"/credits"
weight
=
30
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment