Personal Site and API written with Go + Go Templates
Find a file
Atridad Lahiji a6a17e8969
All checks were successful
Docker Deploy / build-and-push (push) Successful in 5m3s
Sizing fixes for mobile
2025-04-25 03:00:15 -06:00
.github/workflows Remove the weird ass cache stuff. Thanks stack overflow! 2025-04-24 13:14:42 -06:00
.vscode Deno re-write 2025-04-23 01:15:21 -06:00
components Sizing fixes for mobile 2025-04-25 03:00:15 -06:00
islands New article and homepage fix 2025-04-25 00:40:55 -06:00
lib Posts 2025-04-24 02:24:42 -06:00
posts New article and homepage fix 2025-04-25 00:40:55 -06:00
routes Sizing fixes for mobile 2025-04-25 03:00:15 -06:00
static Does this work? 2025-04-24 12:03:03 -06:00
.DS_Store Deno re-write 2025-04-23 01:15:21 -06:00
.gitignore Deno re-write 2025-04-23 01:15:21 -06:00
deno.json Posts 2025-04-24 02:24:42 -06:00
dev.ts Deno re-write 2025-04-23 01:15:21 -06:00
docker-compose.yml This 2025-04-24 12:58:25 -06:00
Dockerfile Remove the weird ass cache stuff. Thanks stack overflow! 2025-04-24 13:14:42 -06:00
fresh.config.ts Deno re-write 2025-04-23 01:15:21 -06:00
fresh.gen.ts New article and homepage fix 2025-04-25 00:40:55 -06:00
main.ts Deno re-write 2025-04-23 01:15:21 -06:00
README.md Deno re-write 2025-04-23 01:15:21 -06:00

Fresh project

Your new Fresh project is ready to go. You can follow the Fresh "Getting Started" guide here: https://fresh.deno.dev/docs/getting-started

Usage

Make sure to install Deno: https://deno.land/manual/getting_started/installation

Then start the project:

deno task start

This will watch the project directory and restart as necessary.