Personal Site and API written with Go + Go Templates
Find a file
2024-10-12 18:17:06 -06:00
.github/workflows Deps 2024-10-12 18:17:06 -06:00
api Cleanup 2024-08-21 12:59:22 -06:00
content Cleared up posts & fixed nav 2024-09-22 01:57:31 -06:00
lib Removed Air 2024-09-23 22:46:39 -06:00
pages Removed youtube 2024-09-26 01:39:52 -06:00
public Removed Air 2024-09-23 22:46:39 -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 Wrong version 2024-09-22 16:25:31 -06:00
Dockerfile Fixed dependencies 2024-09-17 00:36:14 -06:00
go.mod Deps 2024-10-12 18:08:44 -06:00
go.sum Deps 2024-10-12 18:08:44 -06:00
main.go Removed Air 2024-09-23 22:46:39 -06:00
README.md Removed Air 2024-09-23 22:46:39 -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 run main.go