My personal website/blog.
  • CSS 61.1%
  • HTML 28.3%
  • JavaScript 4.9%
  • XSLT 3.1%
  • Shell 2.6%
Find a file
2026-05-14 22:09:08 +02:00
.githooks remove git-lfs 2026-05-14 22:05:45 +02:00
archetypes fix hl_lines in archetypes to reflect proper line-highlighting mechanisms 2025-11-23 15:14:37 +01:00
assets fix: try yo fix broken lfs file (image of post 75) 2026-05-14 10:55:50 +02:00
config/_default Revert "TEST: enable search" 2026-05-14 09:10:32 +02:00
content fix: broken thumb image 2026-05-14 22:09:08 +02:00
data remove most sharing links as they are the same as in the theme 2023-11-29 11:09:56 +01:00
layouts Revert "update footer" 2026-04-09 21:37:37 +02:00
static fix: try yo fix broken lfs file (image of post 75) 2026-05-14 10:55:50 +02:00
.backup-git-pre-push-hook adds comments to the old git-hook files (backups) 2023-04-29 19:31:53 +02:00
.editorconfig remove empty line on file ends (some) 2025-10-18 15:06:37 +02:00
.git-post-receive-hook adds comments to the old git-hook files (backups) 2023-04-29 19:31:53 +02:00
.gitconfig adds .gitconfig (for hooks) 2026-04-06 09:01:57 +02:00
.gitignore update .gitignore (.stversions) 2026-04-09 21:38:30 +02:00
go.mod update go module 2023-11-27 23:07:20 +01:00
go.sum update go mod 2023-03-14 18:34:51 +01:00
README.md update readme 2026-04-06 09:09:47 +02:00

oe7drt.com

This is the content and some modified theme files that create my personal website on oe7drt.com.

The domain name is actually my amateur radio callsign with the .com TLD.

Repo setup

git clone ssh://git@repo.oe7drt.net/dominic/oe7drt-website.git
git update-index --assume-unchanged go.mod
git update-index --assume-unchanged go.sum

git config core.hooksPath "./.githooks"

View via

Build tools

I write content and code with Neovim or Sublime Text. Hugo puts it then together and builds a website out of it.

The final website is pushed to my webserver via rsync.

The code and content is saved on my own Forgejo instance on my homeserver. It gets push mirrored to the codeberg repository.