-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
83 lines (73 loc) · 1.34 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
# Basics
baseURL: https://openmediastation.org
title: Open Media Station
enableGitInfo: true
markup:
goldmark:
renderer:
unsafe: true
highlight:
noClasses: false
# Modules
module:
imports:
- path: github.com/imfing/hextra
# Language
defaultContentLanguage: en
defaultContentLanguageInSubdir: true
enableMissingTranslationPlaceholders: true
languages:
en:
languageName: English
weight: 1
# de:
# languageName: Deutsch
# weight: 2
enableInlineShortcodes: true
params:
theme:
# light | dark | system
default: system
displayToggle: true
editURL:
enable: true
base: "https://github.com/OpenMediaStation/website/edit/main/content"
navbar:
displayTitle: true
displayLogo: false
footer:
enable: true
displayCopyright: true
displayPoweredBy: true
width: normal
# Menu
menu:
main:
- identifier: documentation
pageRef: /docs
weight: 1
- identifier: search
params:
type: search
weight: 20
- name: GitHub
weight: 70
url: "https://github.com/OpenMediaStation"
params:
icon: github
# Outputs
outputs:
section:
- HTML
- RSS
- print
# SEO
sitemap:
changefreq: daily
filename: sitemap.xml
priority: 0.5
enableRobotsTXT: true
privacy:
youtube:
disable: false
privacyEnhanced: true