No description
  • Go 43.3%
  • HTML 39.7%
  • CSS 13.3%
  • JavaScript 1.9%
  • Makefile 1.8%
Find a file
gsvd 985095e1c2
All checks were successful
Deploy to server / deploy (push) Successful in 15s
writing new article + wip system
2026-03-20 17:09:25 -04:00
.forgejo/workflows node isn't a dependency anymore 2026-03-16 22:40:05 -04:00
cmd/website Initial commit 2026-02-13 15:04:24 -05:00
internal writing new article + wip system 2026-03-20 17:09:25 -04:00
web writing new article + wip system 2026-03-20 17:09:25 -04:00
.air.toml node isn't a dependency anymore 2026-03-16 22:40:05 -04:00
.gitattributes Initial commit 2026-02-13 15:04:24 -05:00
.gitignore node isn't a dependency anymore 2026-03-16 22:40:05 -04:00
go.mod node isn't a dependency anymore 2026-03-16 22:40:05 -04:00
go.sum refactor renderer 2026-03-16 20:37:56 -04:00
Makefile node isn't a dependency anymore 2026-03-16 22:40:05 -04:00
mise.toml node isn't a dependency anymore 2026-03-16 22:40:05 -04:00
README.md node isn't a dependency anymore 2026-03-16 22:40:05 -04:00

website

Just a simple server-side rendered website. Also supports Markdown blog posts.

Dependencies

Project Setup

Clone the repository, navigate to its root, then run:

mise install

Create .env file:

ENV=local
HOST=127.0.0.1
PORT=8080

Run the Project

make watch-css
make dev