add new content
This commit is contained in:
parent
096342fa83
commit
166abc967f
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,11 +3,13 @@
|
|||||||
/resources/_gen/
|
/resources/_gen/
|
||||||
/assets/jsconfig.json
|
/assets/jsconfig.json
|
||||||
hugo_stats.json
|
hugo_stats.json
|
||||||
|
node_modules/
|
||||||
|
|
||||||
# Executable may be added to repository
|
# Executable may be added to repository
|
||||||
hugo.exe
|
hugo.exe
|
||||||
hugo.darwin
|
hugo.darwin
|
||||||
hugo.linux
|
hugo.linux
|
||||||
|
hugo
|
||||||
|
|
||||||
# Temporary lock file while building
|
# Temporary lock file while building
|
||||||
/.hugo_build.lock
|
/.hugo_build.lock
|
||||||
|
20
config.toml
20
config.toml
@ -1,7 +1,25 @@
|
|||||||
baseURL = 'http://horst-reimann.de/'
|
baseURL = 'https://horst-reimann.de/'
|
||||||
languageCode = 'de-de'
|
languageCode = 'de-de'
|
||||||
title = 'Horst Reimann'
|
title = 'Horst Reimann'
|
||||||
theme = "introduction"
|
theme = "introduction"
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
themeStyle = "dark"
|
themeStyle = "dark"
|
||||||
|
showRSSButton = false # Show rss button in navigation
|
||||||
|
|
||||||
|
[markup]
|
||||||
|
defaultMarkdownHandler = "goldmark"
|
||||||
|
[markup.goldmark]
|
||||||
|
[markup.goldmark.renderer]
|
||||||
|
unsafe = true
|
||||||
|
[markup.highlight]
|
||||||
|
codeFences = true
|
||||||
|
guessSyntax = false
|
||||||
|
hl_Lines = ""
|
||||||
|
lineNoStart = 1
|
||||||
|
lineNos = false
|
||||||
|
lineNumbersInTable = true
|
||||||
|
# noClasses = true
|
||||||
|
# For styles, see https://xyproto.github.io/splash/docs/longer/all.html
|
||||||
|
style = "solarized-dark"
|
||||||
|
tabWidth = 4
|
11
content/home/contact.md
Normal file
11
content/home/contact.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
title: "Kontakt"
|
||||||
|
weight: 4
|
||||||
|
---
|
||||||
|
|
||||||
|
Hella Ahrens <br>
|
||||||
|
Lützowallee 32 b<br>
|
||||||
|
26603 Aurich
|
||||||
|
|
||||||
|
Tel.: 04941 - 9902643<br>
|
||||||
|
E-Mail: hella.ahrens@gmail.com
|
@ -3,4 +3,6 @@ title: "Horst Reimann"
|
|||||||
draft: false
|
draft: false
|
||||||
weight: 0
|
weight: 0
|
||||||
---
|
---
|
||||||
\* 21.09.1946 - ✝ 22.08.22
|
\* 21.09.1946 in Schönberg - <br>
|
||||||
|
✝ 22.08.2022 in Aurich
|
||||||
|
|
||||||
|
6
content/home/leben.md
Normal file
6
content/home/leben.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "Leben"
|
||||||
|
weight: 1
|
||||||
|
---
|
||||||
|
|
||||||
|
TODO
|
14
content/home/links.md
Normal file
14
content/home/links.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
title: "Links"
|
||||||
|
weight: 3
|
||||||
|
---
|
||||||
|
|
||||||
|
## Songs
|
||||||
|
|
||||||
|
[Unheilig - So wie du warst](https://www.youtube.com/watch?v=xkyc3zrTDcU)
|
||||||
|
|
||||||
|
[City- Am Fenster](https://www.youtube.com/watch?v=GFr3mut9SkM)
|
||||||
|
|
||||||
|
[Das Lied des "Nordens"](https://www.youtube.com/watch?v=V3zSYEtGLro)
|
||||||
|
|
||||||
|
|
12
content/home/photos.md
Normal file
12
content/home/photos.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
title: "Fotos"
|
||||||
|
weight: 2
|
||||||
|
---
|
||||||
|
|
||||||
|
{{< figure src="img/IMG-20220822-WA0009.jpg" title="Am Badesee in Tannenhausen" >}}
|
||||||
|
|
||||||
|
{{< figure src="img/IMG-20220822-WA0011.jpg" title="Schwerin" >}}
|
||||||
|
|
||||||
|
{{< figure src="img/IMG-20220822-WA0012.jpg" title="Schwerin" >}}
|
||||||
|
|
||||||
|
{{< figure src="img/IMG-20220822-WA0014.jpg" title="Beim Schweiner Schloss" >}}
|
1419
package-lock.json
generated
Normal file
1419
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
6
package.json
Normal file
6
package.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"dependencies": {
|
||||||
|
"autoprefixer": "^10.4.8",
|
||||||
|
"postcss-cli": "^10.0.0"
|
||||||
|
}
|
||||||
|
}
|
BIN
static/img/IMG-20220822-WA0009.jpg
Normal file
BIN
static/img/IMG-20220822-WA0009.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 305 KiB |
BIN
static/img/IMG-20220822-WA0011.jpg
Normal file
BIN
static/img/IMG-20220822-WA0011.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 218 KiB |
BIN
static/img/IMG-20220822-WA0012.jpg
Normal file
BIN
static/img/IMG-20220822-WA0012.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 285 KiB |
BIN
static/img/IMG-20220822-WA0014.jpg
Normal file
BIN
static/img/IMG-20220822-WA0014.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 509 KiB |
Loading…
x
Reference in New Issue
Block a user