Template
1
0
Fork 0
A template using Go + Templates + HTMX
Find a file Use this template
2024-09-20 21:29:30 -06:00
.github/workflows Fixed workflow params 2024-09-20 21:29:30 -06:00
.vscode Remove spotify 2024-06-03 15:16:53 -06:00
api Cleanup 2024-08-21 12:59:22 -06:00
content Removed S3 2024-09-08 23:42:36 -06:00
lib Removed S3 2024-09-08 23:42:36 -06:00
pages Socials 2024-09-14 00:09:15 -06:00
public Removed S3 2024-09-08 23:42:36 -06:00
.air.toml Re-did homepage styling 2024-08-06 14:37:52 -06:00
.dockerignore Init 2024-02-15 09:07:09 -07:00
.gitattributes Init 2024-02-15 09:07:09 -07:00
.gitignore Re-worked stylegen 2024-05-07 18:03:54 -06:00
docker-compose.dev.yml Fixed workflow 2024-09-20 01:25:09 -06:00
docker-compose.yml Fixed network 2024-09-20 02:01:52 -06:00
Dockerfile Fixed dependencies 2024-09-17 00:36:14 -06:00
go.mod Fixed dependencies 2024-09-17 00:36:14 -06:00
go.sum Fixed dependencies 2024-09-17 00:36:14 -06:00
main.go Removed S3 2024-09-08 23:42:36 -06:00
README.md Bumped go version 2024-09-14 00:14:06 -06:00

atri.dad

This is my personal website!

Stack:

  • Backend: Golang + Echo
  • Rendering: Golang templates
  • Style: TailwindCSS + DaisyUI
  • Content format: Markdown

Requirements:

  • Golang 1.23.1

Instructions:

  1. Run go get
  2. Duplicate the .env.example file and call it .env
  3. Fill out the required .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 (macOS and Linux only)