https://github.com/getkey/personal-website
My personal website
https://github.com/getkey/personal-website
blog personal-website
Last synced: 8 months ago
JSON representation
My personal website
- Host: GitHub
- URL: https://github.com/getkey/personal-website
- Owner: getkey
- Created: 2016-06-26T15:41:44.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2025-10-08T11:59:13.000Z (9 months ago)
- Last Synced: 2025-10-08T13:39:10.670Z (9 months ago)
- Topics: blog, personal-website
- Language: HTML
- Homepage: https://getkey.eu
- Size: 32.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# [mourer.eu](https://mourer.eu)
This is my personal website.
```sh
hugo
```
The static website will be generated in `./public/`.
## About
This is my personal website, which is a very old project of mine (one of my oldest actually). It already went through 3 refactors!
I started it in high school. I had a lot of fun experimenting with web technologies with it at the time and that's how I got into web development.
This website has been self-hosted on an [ARM board](https://www.olimex.com/wiki/A20-OLinuXino-MICRO) running Debian for a really long time (January 2014 - 17th October 2016).
Eventually I used a professional hosting solution (still on Debian) because my home's power would go out from time to time, which would crash the server.
But at some point I got tired of managing my own server, so it spent a weekend to make it static. On July 17 2019 I moved it to Gitlab Pages.
In August 2023 I converted it to a Hugo site, and moved it to Github Pages.