Technical blog
Find a file
thomasabishop dbcc643222
All checks were successful
Deploy Blog / deploy (push) Successful in 1m46s
Merge branch 'style/beige-accent'
2025-10-22 18:29:26 +01:00
.forgejo/workflows infra: use deploy user on vps to deploy 2025-10-06 19:11:30 +01:00
posts
public
scripts
src Merge branch 'style/beige-accent' 2025-10-22 18:29:26 +01:00
.gitignore style: change theme and header 2025-10-20 17:23:59 +01:00
.prettierrc
components.json
eslint.config.js
index.html
package-lock.json style: change theme and header 2025-10-20 17:23:59 +01:00
package.json style: change theme and header 2025-10-20 17:23:59 +01:00
README.md
test.txt
tsconfig.app.json
tsconfig.json
tsconfig.node.json
vite.config.ts

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.