Template
1
0
Fork 0
A template using Go + Templates + HTMX
Find a file Use this template
2024-04-17 19:02:53 -06:00
.vscode Init 2024-02-15 09:07:09 -07:00
api Fixed RSS 2024-04-16 00:09:09 -06:00
content Thoughts on AI 2024-04-09 15:44:41 -06:00
lib pls 2024-04-17 19:02:53 -06:00
pages Fixed RSS 2024-04-16 00:09:09 -06:00
public Fuck you Tim Apple 2024-04-17 18:37:39 -06:00
.air.toml Cleaned up directory stucture 2024-03-03 01:09:40 -07:00
.dockerignore Init 2024-02-15 09:07:09 -07:00
.env.example Switched to REDIS_URL for ease of config 2024-04-08 23:19:24 -06:00
.gitattributes Init 2024-02-15 09:07:09 -07:00
.gitignore Init 2024-02-15 09:07:09 -07:00
go.mod deppity dep dep 2024-04-17 18:14:32 -06:00
go.sum deppity dep dep 2024-04-17 18:14:32 -06:00
main Cleaned up directory stucture 2024-03-03 01:09:40 -07:00
main.go Fixed RSS 2024-04-16 00:09:09 -06:00
README.md Fuck you Tim Apple 2024-04-17 18:37:39 -06:00

atri.dad

This is my personal website!

Stack:

  • Backend: Golang + Echo
  • Rendering: Golang templates
  • Style: TailwindCSS + DaisyUI (No JS Needed)
  • Content format: Markdown

Requirements:

  • Golang 1.22.0

Instructions:

  1. Run go get
  2. Duplicate the .env.example file and call it .env
  3. Fill out the .env values
  4. Run go install github.com/cosmtrek/air@latest to download Air for live reload
  5. Run air to start the dev server

Note that on MacOS, you need to right click and open the appropriate tailwind executable before you can run StyleGen. This is a limitation of running unsigned binaries in MacOS. Blame Tim Apple.

Tests

Without Coverage: go test atri.dad/lib With Coverage: go test atri.dad/lib -cover