No description
  • HTML 42.2%
  • Go 42%
  • CSS 12.3%
  • JavaScript 1.8%
  • Makefile 1.7%
Find a file
gsvd 576e8e5d13
All checks were successful
Deploy to server / deploy (push) Successful in 16s
reflect prosody modules updated list
2026-06-23 17:47:46 -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 reflect prosody modules updated list 2026-06-23 17:47:46 -04:00
web also wanted to do this 2026-06-22 21:02:53 -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 update everything + add air to project deps 2026-06-22 19:59:44 -04:00
go.sum update everything + add air to project deps 2026-06-22 19:59:44 -04:00
Makefile update everything + add air to project deps 2026-06-22 19:59:44 -04:00
mise.toml update go 2026-06-22 19:54:47 -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