No description
- Go 43.3%
- HTML 39.7%
- CSS 13.3%
- JavaScript 1.9%
- Makefile 1.8%
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| cmd/website | ||
| internal | ||
| web | ||
| .air.toml | ||
| .gitattributes | ||
| .gitignore | ||
| 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
Run the Project
make watch-css
make dev