-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
181 lines (168 loc) · 4.79 KB
/
config.yml
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
baseURL: "https://www.anbeda.ch"
languageCode: "de_CH"
title: "anbeda AG - rund um Solar"
paginate: 5
theme: "PaperMod"
defaultContentLanguage: "de"
enableRobotsTXT: true
buildDrafts: false
buildFuture: true
buildExpired: false
# todo
# - img click -> full version / oder link parameter
taxonomies:
tag: tags
permalinks:
posts: '/posts/:title/'
menu:
main:
- identifier: tags
name: Tags
url: /tags/
weight: 20
- identifier: suche
name: Suche
url: /suche/
weight: 10
- identifier: archive
name: Archiv
url: /archiv/
weight: 10
# PaperMod Site Variables
# https://github.com/adityatelange/hugo-PaperMod/wiki/Variables
params:
env: production
title: "anbeda.ch - Solar"
keywords: [solar, pv, pvbuddies, balkonsolar, selbstbau, diy]
description: "Solar Blog mit Erfahrungen rund um Photovoltaik Selbstbau, Balkonsolar, Visualisierungen, Berechnungen, Energiesparen und was man noch alles so cooles tun kann :)"
defaultTheme: auto # to switch between dark or light according to browser theme
DateFormat: "2. January 2006"
ShowRssButtonInSectionTermList: true
ShowReadingTime: true
ShowBreadCrumbs: true
author: "Tom" # default :) kann überschrieben werden pro Artikel
showtoc: true # Inhaltsverzeichnis anzeigen
tocopen: false # Inhaltsverzeichnis per default aufklappen
hidemeta: false
hideSummary: false
comments: false
searchHidden: false # Einzelne Seiten von der Suche ausschliessen, default hier nein
ShowWordCount: true
ShowPostNavLinks: true
ShowShareButtons: false
UseHugoToc: true
editPost:
URL: "https://github.com/thomhug/anbeda-web/blob/main/content"
Text: "Änderungen vorschlagen" # edit text
appendFilePath: true # to append file path to Edit link
homeInfoParams:
Title: Willkommen auf dem Solar Blog von anbeda AG
Content: Photovoltaik ist mein Hobby (Hauptjob ist [Nine](https://nine.ch)) und
ich möchte möglichst viele mit dem Solarvirus infizieren! Die anbeda AG dient dazu, um
alles zu tun, was man als Einzelperson nicht darf - z.B. Solarpanels vom Grosshändler
kaufen! Gerne unterstütze ich euch beim \#Selbstbau mit planen, Material oder Tipps!
Folge mir auf [Twitter](https://twitter.com/tomdawon), [LinkedIn](https://www.linkedin.com/in/thomas-hug/) oder [BlueSky](https://bsky.app/profile/tomdawon.bsky.social)!
socialIcons:
- name: "twitter"
url: "https://twitter.com/tomdawon"
- name: "github"
url: "https://github.com/thomhug"
- name: "linkedin"
url: "https://www.linkedin.com/in/thomas-hug/"
- name: "bluesky"
url: "https://bsky.app/profile/tomdawon.bsky.social"
- name: "youtube"
url: "https://youtube.com/@tomdawon"
- name: "rss"
url: "/index.xml"
# for search
# https://fusejs.io/api/options.html
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys: ["title", "permalink", "summary", "content"]
module:
mounts:
- source: layouts
target: layouts
- source: blog
target: content/posts
- source: docs
target: content/docs
- source: images
target: assets/images
# Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma
pygmentsUseClasses: true
markup:
asciidocExt:
attributes: {}
backend: html5
extensions: []
failureLevel: fatal
noHeaderOrFooter: true
preserveTOC: false
safeMode: unsafe
sectionNumbers: false
trace: false
verbose: false
workingFolderCurrent: false
defaultMarkdownHandler: goldmark
goldmark:
extensions:
definitionList: true
footnote: true
linkify: true
linkifyProtocol: https
strikethrough: true
table: true
taskList: true
typographer:
apostrophe: '’'
disable: false
ellipsis: '…'
emDash: '—'
enDash: '–'
leftAngleQuote: '«'
leftDoubleQuote: '“'
leftSingleQuote: '‘'
rightAngleQuote: '»'
rightDoubleQuote: '”'
rightSingleQuote: '’'
parser:
attribute:
block: false
title: true
autoHeadingID: true
autoHeadingIDType: github
wrapStandAloneImageWithinParagraph: true
renderer:
hardWraps: false
unsafe: true
xhtml: false
highlight:
anchorLineNos: false
codeFences: true
guessSyntax: false
hl_Lines: ""
hl_inline: false
lineAnchors: ""
lineNoStart: 1
lineNos: false
lineNumbersInTable: true
noClasses: true
noHl: false
style: monokai
tabWidth: 4
tableOfContents:
endLevel: 3
ordered: false
startLevel: 2
outputs:
home:
- HTML
- RSS
- JSON