generated from Fedodo/Fedodo.README.Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
132 lines (118 loc) · 2.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
# Basics
baseURL: https://docs.fedodo.org
title: Fedodo Documentation
enableGitInfo: true
# Modules
module:
imports:
- path: github.com/Fedodo/Fedodo.Docs.Theme
- path: github.com/google/docsy/dependencies
# Content
pygmentsCodeFences: true
pygmentsUseClasses: false
pygmentsUseClassic: false
pygmentsStyle: tango
markup:
goldmark:
renderer:
unsafe: true
highlight:
style: tango
params:
# features:
# analytics:
# enabled: true
# goatCounter:
# code: fipv
links:
user:
- name: "GitHub"
url: "https://github.com/Fedodo"
icon: "fab fa-github"
- name: "Legal Details"
url: "https://fedodo.org/legal/legaldetails"
icon: "fa fa-gavel"
description: "This site provides to documentation for Fedodo."
copyright: "The Fedodo Authors"
privacy_policy: "https://fedodo.org/legel/privacypolicy"
ui:
readingTime:
enable: true
offlineSearch: true
algolia_docsearch: false
offlineSearchSummaryLength: 70
offlineSearchMaxResults: 10
prism_syntax_highlighting: false
# GitHub
github_repo: "https://github.com/Fedodo/Fedodo.Docs"
github_project_repo: "https://github.com/Fedodo/Fedodo.Docs"
github_branch: "dev"
mermaid:
enable: false
theme: default
plantuml:
enable: false
theme: default
svg_image_url: https://www.plantuml.com/plantuml/svg/
svg: false
katex:
enable: false
html_dom_element: document.body
mhchem:
enable: true
print:
disable_toc: false
markmap:
enable: false
# Language
languageCode: en
defaultContentLanguage: en
defaultContentLanguageInSubdir: false
contentDir: "content/en"
enableMissingTranslationPlaceholders: true
# Menu
menu:
main:
# - name: "Sponsor"
# url: "https://github.com/sponsors/LNA-DEV"
# weight: 100
# pre: <i class="fa fa-credit-card"></i>
- name: GitHub
weight: 50
url: "https://github.com/Fedodo"
pre: <i class="fab fa-github"></i>
# Outputs
outputs:
section:
- HTML
- RSS
- print
# SEO
sitemap:
changefreq: daily
filename: sitemap.xml
priority: 0.5
enableRobotsTXT: true
# Privacy
privacy:
# disqus:
# disable: false
# googleAnalytics:
# anonymizeIP: false
# disable: false
# respectDoNotTrack: false
# useSessionStorage: false
# instagram:
# disable: false
# simple: false
# twitter:
# disable: false
# enableDNT: false
# simple: false
# vimeo:
# disable: false
# enableDNT: false
# simple: false
youtube:
disable: true
privacyEnhanced: true