primary source of my static site generator for my blog, the github link is a mirror for github actions
Find a file
Pagwin b3808f4136
MVP Bundling is now implemented
This commit gets bundling to the point where it can be used now

TODO:
- Get ESBuild Stdout/stderr to not pop up in psb output
- figure out how to split off map files so I'm not shunting them into
  script tags
2026-02-23 17:14:31 -05:00
.github/workflows version bump due to being close to the point where I'll start using this 2025-11-26 21:02:22 -05:00
app moved everything into src for ease of testing 2025-12-05 19:42:15 -05:00
src MVP Bundling is now implemented 2026-02-23 17:14:31 -05:00
tests/Markdown fixed HTML block case, and greedy plain inline text 2025-12-13 16:53:23 -05:00
.dockerignore added .git to .dockerignore 2025-12-13 18:52:41 -05:00
.gitignore minor fuckup with static files 2024-08-02 01:03:09 -04:00
action.yml updated action.yml 2025-12-13 20:00:45 -05:00
CHANGELOG.md changelog 2025-12-13 20:06:26 -05:00
Dockerfile forgot to update dockerfile with new psb version 2025-12-13 19:02:41 -05:00
LICENSE initial commit after moving out of repo 2024-07-20 16:49:21 -04:00
psb.cabal MVP Bundling is now implemented 2026-02-23 17:14:31 -05:00
TODO.md swapped to a single js and single css entrypoint and my brain hurts 2026-02-05 00:27:46 -05:00