Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.76 KB

File metadata and controls

57 lines (40 loc) · 1.76 KB

devtimmofto.github.io

Personal website of Timm (DevTimmOfTO), hosted on GitHub Pages.
Previously known as theblokker.github.io.

🌐 Live site: devtimmofto.github.io


What's on this site

  • Personal homepage
  • Blog
  • Software project pages (transit simulations, roleplay servers, and more)
  • Archived/retired pages from earlier versions of the site

Structure

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

How this site works

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).


Found a bug?

Please open an issue.


Licence

MIT