My personal website/blog.
  • CSS 61%
  • HTML 28.5%
  • JavaScript 4.9%
  • XSLT 3%
  • Shell 2.6%
Find a file
2026-08-09 19:49:40 +02:00
.githooks remove git-lfs 2026-05-14 22:05:45 +02:00
archetypes adds notes archetype 2026-08-04 10:38:03 +02:00
assets fix: try yo fix broken lfs file (image of post 75) 2026-05-14 10:55:50 +02:00
config/_default update author name in summaries below articles 2026-08-04 10:51:21 +02:00
content add new draft post: wine wow64 mode (winlink express, vara apps) 2026-08-09 19:49:40 +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 fix feed links in footer to actual feed file names 2026-08-04 10:52:44 +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.