Compare commits

...

4 Commits

  1. 1
      .gitignore
  2. 17
      README.md
  3. 2
      content/about.de.md
  4. 5
      content/guestbook/_index.de.md
  5. 5
      content/guestbook/_index.en.md
  6. 1
      content/live/index.en.md
  7. 0
      content/live/index.md
  8. 1
      content/post/digitale-souveränität.en.md
  9. 0
      content/post/digitale-souveränität.md
  10. 1
      content/projects/minetest-server.en.md
  11. 0
      content/projects/minetest-server.md
  12. 1
      content/projects/xd0.de.en.md
  13. 0
      content/projects/xd0.de.md
  14. 1
      content/snippets/esp32/platformio/index.de.md
  15. 0
      content/snippets/esp32/platformio/index.md
  16. 1
      content/snippets/jitsi-meet.en.md
  17. 0
      content/snippets/jitsi-meet.md
  18. 1
      content/snippets/jitsi-meet/index.en.md
  19. 0
      content/snippets/jitsi-meet/index.md
  20. 1
      content/snippets/mumble.en.md
  21. 0
      content/snippets/mumble.md
  22. 1
      content/snippets/stock-footage.de.md
  23. 0
      content/snippets/stock-footage.md
  24. 2
      themes/hugo.386

1
.gitignore

@ -1,2 +1,3 @@
resources/_gen/
public/
.hugo_build.lock

17
README.md

@ -2,4 +2,21 @@
homepage
* [Hugo Quick start](https://gohugo.io/getting-started/quick-start/)
* Preview: `hugo server -D`
## Theme
### Add
```bash
git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke
echo "theme = 'ananke'" >> hugo.toml
```
### Update
```bash
git submodule update --rebase --remote
git add themes/.
git commit -m "theme submodule updated"
```
[![Build Status](https://drone.xd0.de/api/badges/hendrik/h3ndrik.de/status.svg)](https://drone.xd0.de/hendrik/h3ndrik.de)

2
content/about.de.md

@ -15,7 +15,7 @@ Theme: [Hugo.386](https://themes.gohugo.io/hugo.386/) basierend auf dem großart
# Über h3ndrik.de
Sie befinden sich auf Hendriks privater Homepage. Hier dokumentiere ich meine eigenen Projekte, veröffentliche Tutorials und manchmal auch persönliches und Quatsch.
Sie befinden sich auf Hendriks privater Homepage. Hier dokumentiere ich meine eigenen Projekte, veröffentliche Tutorials und manchmal auch Persönliches und Quatsch.
Die Veröffentlichung der Inhalte erfolgt in der Hoffnung, dass sie von Nutzen sein werden, aber unter Ausschluss JEGLICHER GARANTIE oder GEWÄHRLEISTUNG, insbesondere auf Korrektheit, Verfügbarkeit oder Gebrauchstauglichkeit.

5
content/guestbook/_index.de.md

@ -1,10 +1,11 @@
---
title: Gästebuch
description: Öffentliches Gästebuch
menu: "main"
weight: 50
#menu: "main"
#weight: 50
#date: 2021-11-19
translationKey: "guestbook"
draft: true
---
{{< chat guestbook >}}

5
content/guestbook/_index.en.md

@ -1,10 +1,11 @@
---
title: Guestbook
description: Public Guestbook
menu: "main"
weight: 50
#menu: "main"
#weight: 50
#date: 2021-11-19
translationKey: "guestbook"
draft: true
---
{{< chat guestbook >}}

1
content/live/index.en.md

@ -1 +0,0 @@
index.de.md

0
content/live/index.de.md → content/live/index.md

1
content/post/digitale-souveränität.en.md

@ -1 +0,0 @@
digitale-souveränität.de.md

0
content/post/digitale-souveränität.de.md → content/post/digitale-souveränität.md

1
content/projects/minetest-server.en.md

@ -1 +0,0 @@
minetest-server.de.md

0
content/projects/minetest-server.de.md → content/projects/minetest-server.md

1
content/projects/xd0.de.en.md

@ -1 +0,0 @@
xd0.de.de.md

0
content/projects/xd0.de.de.md → content/projects/xd0.de.md

1
content/snippets/esp32/platformio/index.de.md

@ -1 +0,0 @@
index.en.md

0
content/snippets/esp32/platformio/index.en.md → content/snippets/esp32/platformio/index.md

1
content/snippets/jitsi-meet.en.md

@ -1 +0,0 @@
jitsi-meet.de.md

0
content/snippets/jitsi-meet.de.md → content/snippets/jitsi-meet.md

1
content/snippets/jitsi-meet/index.en.md

@ -1 +0,0 @@
index.de.md

0
content/snippets/jitsi-meet/index.de.md → content/snippets/jitsi-meet/index.md

1
content/snippets/mumble.en.md

@ -1 +0,0 @@
mumble.de.md

0
content/snippets/mumble.de.md → content/snippets/mumble.md

1
content/snippets/stock-footage.de.md

@ -1 +0,0 @@
stock-footage.en.md

0
content/snippets/stock-footage.en.md → content/snippets/stock-footage.md

2
themes/hugo.386

@ -1 +1 @@
Subproject commit 59d3e7102dce523cbef0106ccc7ba35793c1f080
Subproject commit 2e2a41232ab51bd5e3a65a92375050ee864bf789
Loading…
Cancel
Save