Template
1
0
Fork 0
A template using Go + Templates + HTMX
Find a file Use this template
2024-04-02 22:14:10 -06:00
.vscode Init 2024-02-15 09:07:09 -07:00
api Errything changing 2024-03-27 14:52:28 -06:00
content Fixed S3 2024-04-01 02:14:28 -06:00
lib Fixed S3 2024-04-01 02:14:28 -06:00
pages Update home.html 2024-04-02 22:14:10 -06:00
public Small style change 2024-03-27 15:01:02 -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 SMTP for email so I can use FastMail 2024-03-09 00:28:29 -06:00
.gitattributes Init 2024-02-15 09:07:09 -07:00
.gitignore Init 2024-02-15 09:07:09 -07:00
go.mod Fixed S3 2024-04-01 02:14:28 -06:00
go.sum Fixed S3 2024-04-01 02:14:28 -06:00
main Cleaned up directory stucture 2024-03-03 01:09:40 -07:00
main.go Errything changing 2024-03-27 14:52:28 -06:00
README.md Init 2024-02-15 09:07:09 -07: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

Tests

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