No description
- Go 48.7%
- HTML 38.6%
- CSS 11.2%
- Makefile 1.5%
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| cmd/website | ||
| content | ||
| internal | ||
| web | ||
| .air.toml | ||
| .gitattributes | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| go.mod | ||
| go.sum | ||
| Makefile | ||
| mise.toml | ||
| README.md | ||
website
Just a simple server-side rendered website. Also supports Markdown blog posts.
Dependencies
- mise for managing Go version.
- air for live reload.
- tailwindcss standalone CLI.
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