My old personal blog with at-runtime data updates, written in Go with Fiber and HTMX
  • JavaScript 99.2%
  • Go 0.4%
  • HTML 0.4%
Find a file
2025-03-19 15:35:59 -04:00
data remove image tag 2024-12-12 00:15:36 -05:00
screenshots add readme 2025-03-19 15:35:59 -04:00
views no pointers on selected series in article 2024-12-12 05:31:54 -05:00
.gitignore completed mvp; articles + series + basic ui with htmx 2024-12-10 03:14:04 -05:00
docker-compose.yml no hover on selected series in article page 2024-12-11 04:00:39 -05:00
Dockerfile added local control server 2024-12-11 03:48:36 -05:00
go.mod fixed caching 2024-12-10 21:19:14 -05:00
go.sum fixed caching 2024-12-10 21:19:14 -05:00
LICENSE completed mvp; articles + series + basic ui with htmx 2024-12-10 03:14:04 -05:00
LICENSE-highlightjs added local control server 2024-12-11 03:48:36 -05:00
LICENSE-MathJax added local control server 2024-12-11 03:48:36 -05:00
LICENSE-Roboto fixed bugs 2024-12-11 07:08:19 -05:00
main.go add readme 2025-03-19 15:35:59 -04:00
README.md add readme 2025-03-19 15:35:59 -04:00

Blog

My personal blog with at-runtime data updates, written in Go with Fiber and HTMX. Spawns the web server along with a control server, which, if pinged, will, without restarting the server, re-cache all assets and blog posts.

Screenshots

Homepage in dark mode Homepage in light mode

Series homepage in dark mode Series homepage in light mode

Series article in dark mode Series article in light mode