add new content

This commit is contained in:
Holger Börchers 2022-08-27 22:30:37 +02:00
parent 096342fa83
commit 166abc967f
13 changed files with 1492 additions and 2 deletions

2
.gitignore vendored
View File

@ -3,11 +3,13 @@
/resources/_gen/
/assets/jsconfig.json
hugo_stats.json
node_modules/
# Executable may be added to repository
hugo.exe
hugo.darwin
hugo.linux
hugo
# Temporary lock file while building
/.hugo_build.lock

View File

@ -1,7 +1,25 @@
baseURL = 'http://horst-reimann.de/'
baseURL = 'https://horst-reimann.de/'
languageCode = 'de-de'
title = 'Horst Reimann'
theme = "introduction"
[params]
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
View 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

View File

@ -3,4 +3,6 @@ title: "Horst Reimann"
draft: false
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
View File

@ -0,0 +1,6 @@
---
title: "Leben"
weight: 1
---
TODO

14
content/home/links.md Normal file
View 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
View 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

File diff suppressed because it is too large Load Diff

6
package.json Normal file
View File

@ -0,0 +1,6 @@
{
"dependencies": {
"autoprefixer": "^10.4.8",
"postcss-cli": "^10.0.0"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 305 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 509 KiB