Personal Site and API written with Go + Go Templates
Find a file
Atridad Lahiji 546a49f550
All checks were successful
Docker Deploy / build-and-push (push) Successful in 1m14s
Deps and links
2024-12-25 19:53:32 -07:00
.github/workflows Pls 2024-11-22 14:17:44 -06:00
api Swagger docs 2024-10-20 16:16:50 -06:00
content Changed posts 2024-10-20 22:16:26 -06:00
docs Swagger docs 2024-10-20 16:16:50 -06:00
lib Makefile 2024-12-18 23:55:58 -06:00
pages Deps and links 2024-12-25 19:53:32 -07:00
public Makefile 2024-12-18 23:55:58 -06:00
.dockerignore ignore 2024-12-19 02:26:20 -06: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 Docking 2024-11-22 13:39:58 -06:00
Dockerfile Makefile 2024-12-18 23:55:58 -06:00
go.mod Deps and links 2024-12-25 19:53:32 -07:00
go.sum Deps and links 2024-12-25 19:53:32 -07:00
main.go Deps and links 2024-12-25 19:53:32 -07:00
Makefile Makefile 2024-12-18 23:55:58 -06:00
README.md Pubs 2024-10-23 15:04:26 -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/air-verse/air@latest to download Air for live reload
  5. Run air to start the dev server (macOS and Linux only)