My personal website/blog.
- CSS 60.5%
- HTML 28.2%
- JavaScript 4.8%
- Shell 3.5%
- XSLT 3%
| .githooks | ||
| archetypes | ||
| assets | ||
| config/_default | ||
| content | ||
| data | ||
| layouts | ||
| static | ||
| .backup-git-pre-push-hook | ||
| .editorconfig | ||
| .git-post-receive-hook | ||
| .gitattributes | ||
| .gitconfig | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| README.md | ||
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
- https
https://oe7drt.com/ - Tor Hidden Service
http://5uxkejb6la7olhncaotybxrscmdlbxwy64ucuyrum4tsgfuoxbyav2qd.onion:8080/
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.