-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.yaml
72 lines (59 loc) · 2.48 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
63
64
65
66
67
68
69
70
71
72
---
# Because this file gets copied/cloned, for ease one reads this file on the target side, here is the link to its source:
# https://github.com/owncloud/owncloud.github.io/blob/main/config.yaml
baseURL: "https://owncloud.dev/"
languageCode: "en-us"
title: "ownCloud"
theme: "hugo-geekdoc"
pygmentsUseClasses: true
pygmentsCodefences: true
disablePathToLower: true
ignoreFiles:
# Ignore adoc files located in the docs/ base folder
# adoc files autogenerated on each merge
- services/_includes/adoc/.*\.adoc$
# adoc files that are relevant on each version change (x.y)
- services/general-info/*/.*\.adoc$
# 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
goldmark:
renderer:
unsafe: true
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: 3
# (Optional, default static/brand.svg) Set the path to a logo for the Geekdoc
# relative to your 'static/' folder.
geekdocLogo: brand.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/
# Shows a parent above the search results
GeekdocSearchShowParent: true
# (Optional, default false) Auto-decrease brightness of images and add a slightly grayscale to avoid
# bright spots while using the dark mode.
geekdocDarkModeDim: true