Technical blog
Find a file
thomasabishop 3bd6633a1d
All checks were successful
Deploy Blog / deploy (push) Successful in 1m55s
rm bbc from byline
2025-12-04 17:49:48 +00:00
.forgejo/workflows fix: remove redundant run clause 2025-11-25 17:56:17 +00:00
posts rm bbc post 2025-12-04 17:49:00 +00:00
public complete restyle 2025-11-04 19:58:23 +00:00
scripts restyle interim commit 2025-11-04 19:06:51 +00:00
src rm bbc from byline 2025-12-04 17:49:48 +00:00
.gitignore
.prettierrc
components.json
eslint.config.js feat: add coding stats and improve styles 2025-11-25 17:11:28 +00:00
index.html chore: remove ts 2025-11-20 17:57:49 +00:00
package-lock.json chore: remove ts 2025-11-20 17:57:49 +00:00
package.json chore: remove ts 2025-11-20 17:57:49 +00:00
README.md
tsconfig.app.json
vite.config.js chore: remove ts 2025-11-20 17:57:49 +00:00

Systems Obscure

My personal blog at https://systemsobscure.blog

Pre-build

npm run build:posts

Parse Markdown blog posts in /posts and generate JSON index which is used to populate core content.

Development server

npm run build:posts
npm run dev

Build

npm run build:posts
npm run build

This runs vite build using speedy web compiler for the transpilation of TSX to JSX. I am using TypeScript so that I can use the shadcn component library however I don't actually care about types in this project and all my components are written as JSX. SWC transpiles very quickly without throwing TS warning and errors.

Deploy

Deployment automated via Forgejo action. See deploy.yml.

Runs the build script, then transfers transpiled dist/ directory to my Virtual Private Server from where it is served at systemsobscure.blog.