Commit graph

14 commits

Author SHA1 Message Date
Zed A. Shaw
8d70b57299 Brought over most of the changes from go-web-starter-kit. 2025-08-31 11:23:12 -04:00
Zed A. Shaw
9729ebc7ac Started the tailwind conversion process. 2025-08-10 01:19:30 -04:00
Zed A. Shaw
ca8f4e194f Need to find out why GODEBUG is ignored. Trying on linux. 2025-08-05 12:31:12 -04:00
Zed A. Shaw
fd059ad3cf Start bringing in Helix for a twitch bot and have notes on how to use the twitch-cli tool. 2025-08-05 00:34:03 -04:00
Zed A. Shaw
19a2a85c10 Started using my super-saiyan-god tool but I need to rework the repo so it supports the tool style for go get. 2025-08-02 10:52:04 -04:00
Zed A. Shaw
ec7298cce0 Refactor everything that's used all over into a common/ package and sync files from static/ into public/ so that public's not in the git. 2025-07-25 11:35:04 -04:00
Zed A. Shaw
c64874cb51 Can now generate a lot of the static content from templates in pages/ WARNING: I kept seeing page _templates_ getting corrupted on rendering, which is no bueno. 2025-07-04 23:59:25 -04:00
Zed A. Shaw
9961915c8c Used the new sitebuild tool to generate stuff. 2025-07-04 14:36:24 -04:00
Zed A. Shaw
49dc8cf330 Needs to be in a dir. 2025-07-04 13:03:44 -04:00
Zed A. Shaw
3939a54513 Testing out the tools/cmd pattern with go get tool 2025-07-04 13:01:12 -04:00
Zed A. Shaw
bac4472c3a Apparently for 2 weeks (yes 2 whole fucking weeks) I was using NamedExec wrong instead of MustExec so inserts haven't worked since then. Other than that, this is a more cleaned up MVC style setup than before. 2025-06-22 02:48:02 -04:00
Zed A. Shaw
b28e507e5e Can now run ChromeDP to automate the browser based testing. 2025-06-15 01:21:42 -04:00
Zed A. Shaw
8c04bffa5d A bit more cleanup into an api to use before testing out authentication. 2025-06-09 00:37:56 -04:00
Zed A. Shaw
55f59d88b6 Sorted out how to do views with Go html/template, how to put code in subdirectories for a namespace, and documented why Go's modules are so weird. 2025-06-06 13:12:38 -04:00