]> localhost Git - homepage.git/commit
feat: go
authorJansen <[email protected]>
Sun, 6 Jul 2025 13:52:34 +0000 (09:52 -0400)
committerJansen <[email protected]>
Sun, 6 Jul 2025 13:52:34 +0000 (09:52 -0400)
commite289c88c51d1c71614667ee60e2654d6be728c2c
treeb68841804044052a93668062e6af6ad820b27526
parentaaacc6ca590e8afbb94ff5739af47e68f07638e7
feat: go
15 files changed:
cmd/main.go
pkg/routes/404.go [new file with mode: 0644]
pkg/routes/blog-post.go [new file with mode: 0644]
pkg/routes/blog.go [new file with mode: 0644]
pkg/routes/index.go [new file with mode: 0644]
pkg/routes/nothing-to-see.go [new file with mode: 0644]
pkg/routes/projects.go [new file with mode: 0644]
static/assets/css/projects.css
static/assets/imgs/nothing-to-see.png [new file with mode: 0644]
static/templates/404.html
static/templates/blog.html
static/templates/blog/blog-you-most-likely-dont-need-aws.html [moved from static/templates/blog/you-most-likely-dont-need-aws.html with 80% similarity]
static/templates/index.html
static/templates/nothing-to-see.html [new file with mode: 0644]
static/templates/projects.html