No description
  • Go 48.7%
  • HTML 38.6%
  • CSS 11.2%
  • Makefile 1.5%
Find a file
gsvd 0049bca6e8
All checks were successful
Deploy to server / deploy (push) Successful in 19s
update prosody article
2026-07-10 11:55:55 -04:00
.forgejo/workflows last refactor for a while o/ 2026-06-29 22:53:21 -04:00
cmd/website some rework 2026-06-29 16:52:04 -04:00
content update prosody article 2026-07-10 11:55:55 -04:00
internal last refactor for a while o/ 2026-06-29 22:53:21 -04:00
web last refactor for a while o/ 2026-06-29 22:53:21 -04:00
.air.toml last refactor for a while o/ 2026-06-29 22:53:21 -04:00
.gitattributes last refactor for a while o/ 2026-06-29 22:53:21 -04:00
.gitignore last refactor for a while o/ 2026-06-29 22:53:21 -04:00
.pre-commit-config.yaml last refactor for a while o/ 2026-06-29 22:53:21 -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 last refactor for a while o/ 2026-06-29 22:53:21 -04:00
mise.toml last refactor for a while o/ 2026-06-29 22:53:21 -04:00
README.md rss feed and some refactor 2026-06-29 20:33:00 -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
BASE_URL=https://gsvd.dev

Run the Project

make watch-css
make dev