-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml
62 lines (49 loc) · 1.91 KB
/
config.yaml
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
---
baseURL: "https://owncloud.github.io/product"
languageCode: "en-us"
title: "ownCloud Product"
theme: "hugo-geekdoc"
pygmentsUseClasses: true
pygmentsCodefences: true
disablePathToLower: true
contentDir: features
layoutDir: hugo/layouts
staticDir: hugo/static
themesDir: hugo/themes
publishDir: public
# Needed for mermaid/katex shortcodes
markup:
tableOfContents:
startLevel: 1
endLevel: 9
highlight:
codeFences: true
guessSyntax: true
hl_Lines: ""
lineNoStart: 1
lineNos: false
lineNumbersInTable: true
tabWidth: 4
params:
# (Optional, default 6) Set how many table of contents levels to be showed on page.
# Use false to hide ToC, note that 0 will default to 6 (https://gohugo.io/functions/default/)
# You can also specify this parameter per page in front matter.
geekdocToC: 4
# (Optional, default static/brand.svg) Set the path to a logo for the Geekdoc
# relative to your 'static/' folder.
geekdocLogo: logo.png
# (Optional, default true) Show a breadcrumb navigation bar at the top of each docs page.
# You can also specify this parameter per page in front matter.
geekdocBreadcrumb: true
# (Optional, default 'Jan 2, 2006') Configure the date format used on the pages in blog posts.
geekdocDateFormat: "Jan 2, 2006"
# (Optional, default true) Enables search function with flexsearch.
# Index is built on the fly and might slowdown your website.
geekdocSearch: true
# (Optional, default none) Add a link to your Legal Notice page to the site footer.
# It can be either a remote url or a local file path relative to your content directory.
geekdocLegalNotice: https://owncloud.org/imprint/
# (Optional, default none) Add a link to your Privacy Policy page to the site footer.
# It can be either a remote url or a local file path relative to your content directory.
geekdocPrivacyPolicy: https://owncloud.org/privacy-policy/
geekdocAnchorLeft: true