-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
135 lines (128 loc) · 3.54 KB
/
hugo.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
baseURL: /
title: CTFer.io
# Language settings
contentDir: content
defaultContentLanguage: en
defaultContentLanguageInSubdir: false
# Useful when translating.
enableMissingTranslationPlaceholders: true
enableRobotsTXT: true
# Will give values to .Lastmod etc.
enableGitInfo: true
# Comment out to enable taxonomies in Docsy
# disableKinds = ["taxonomy", "taxonomyTerm"]
# You can add your own taxonomies
taxonomies:
tag: tags
category: categories
timeout: "60s"
params:
taxonomy:
# set taxonomyCloud = [] to hide taxonomy clouds
taxonomyCloud:
- tags
- categories
# If used, must have same length as taxonomyCloud
taxonomyCloudTitle:
- Tag Cloud
- Categories
# set taxonomyPageHeader = [] to hide taxonomies on the page headers
taxonomyPageHeader:
- tags
- categories
# Highlighting config
pygmentsCodeFences: true
pygmentsUseClasses: false
# Use the new Chroma Go highlighter in Hugo.
pygmentsUseClassic: false
#pygmentsOptions: linenos=table
# See https://help.farbox.com/pygments.html
pygmentsStyle: tango
copyright: The CTFer Authors
version_menu: Releases
archived_version: false
version: "0.0"
url_latest_version: https://ctfer.io
github_repo: https://github.com/ctfer-io/website
github_branch: main
gcs_engine_id: d72aa9b2712488cc3
offlineSearch: false
prism_syntax_highlighting: false
ui:
breadcrumb_disable: false
footer_about_enable: true
navbar_logo: true
navbar_translucent_over_cover_disable: false
sidebar_search_disable: true
sidebar_menu_foldable: true
feedback:
enable: true
yes: Glad to hear it! Please <a
href="https://github.com/ctfer-io/website/issues/new">tell us how we can
improve</a>.
no: Sorry to hear that. Please <a
href="https://github.com/ctfer-io/website/issues/new">tell us how we can
improve</a>.
readingtime:
enable: false
links:
user:
- name: User mailing list
url: mailto:[email protected]
icon: fa fa-envelope
desc: Discussion and help from your fellow users
developer:
- name: GitHub
url: https://github.com/ctfer-io
icon: fab fa-github
desc: Development takes place here!
# Configure how URLs look like per section.
permalinks:
blog: /:section/:year/:month/:day/:slug/
# Image processing configuration.
imaging:
resampleFilter: CatmullRom
quality: 75
anchor: Smart
# Language configuration
languages:
en:
languageName: English
# Weight used for sorting.
weight: 1
params:
title: CTFer.io
description: CTFer main website for documentation purpose
markup:
goldmark:
parser:
attribute:
block: true
renderer:
unsafe: true
# See a complete list of available styles at https://xyproto.github.io/splash/docs/all.html
highlight:
style: tango
# Uncomment if you want your chosen highlight style used for code blocks without a specified language
# guessSyntax: true
outputs:
section:
- HTML
- print
- RSS
module:
replacements: github.com/ctfer-io/chall-manager -> ../modules/chall-manager # protips: relative from ./themes
hugoVersion:
extended: true
min: 0.140.0
imports:
- path: github.com/google/docsy
disable: false
- path: github.com/ctfer-io/chall-manager
mounts:
- source: webdocs
target: content/docs/chall-manager
- path: github.com/ctfer-io/ctfd-chall-manager
mounts:
- source: webdocs
target: content/docs/ctfd-chall-manager