Personal website of Timm (DevTimmOfTO), hosted on GitHub Pages.
Previously known as theblokker.github.io.
🌐 Live site: devtimmofto.github.io
- Personal homepage
- Blog
- Software project pages (transit simulations, roleplay servers, and more)
- Archived/retired pages from earlier versions of the site
| Folder/File | Description |
|---|---|
index.html |
Main homepage |
privat.html |
Personal "about" page |
blog/ |
Blog posts — see blog/posts/post-template.html to add one |
projects/ |
Software project pages |
spotting/ |
Streetcar/plane spotting (planned) |
baking/ |
Baking/cooking hobby (planned) |
archive/ |
Retired pages from earlier versions of the site — see archive/README.md |
praktikum-shk/ |
Internship application page |
assets/css/ |
Stylesheets (design-system.css powers the homepage/projects, index.css the blog) |
assets/js/ |
JavaScript |
assets/img/ |
Images |
assets/fontawesome-free-6.4.0-web/ |
Vendored Font Awesome |
CNAME |
Custom domain for GitHub Pages (timmofto.dev) |
.github/workflows/ |
CodeQL and dependency-review checks, run automatically on push/PR |
No build step, framework, or package manager — plain HTML/CSS/JS served
directly by GitHub Pages from the main branch. To preview changes
locally, just open the relevant .html file in a browser, or serve the
repo root with any static file server (e.g. python3 -m http.server).
Please open an issue.
MIT