Another software engineer with a blog
Find a file
thomasabishop b8a120c68b
All checks were successful
Deploy Blog / deploy (push) Successful in 1m2s
chore: fix typo
2025-07-10 15:38:09 +01:00
.forgejo/workflows infra: add recursive flag for scp 2025-07-10 14:50:46 +01:00
posts chore: initial commit 2025-07-07 17:08:27 +01:00
public chore: initial commit 2025-07-07 17:08:27 +01:00
scripts chore: initial commit 2025-07-07 17:08:27 +01:00
src chore: initial commit 2025-07-07 17:08:27 +01:00
.gitignore chore: initial commit 2025-07-07 17:08:27 +01:00
.prettierrc chore: initial commit 2025-07-07 17:08:27 +01:00
components.json chore: initial commit 2025-07-07 17:08:27 +01:00
eslint.config.js chore: initial commit 2025-07-07 17:08:27 +01:00
index.html chore: initial commit 2025-07-07 17:08:27 +01:00
package-lock.json chore: initial commit 2025-07-07 17:08:27 +01:00
package.json chore: initial commit 2025-07-07 17:08:27 +01:00
README.md chore: fix typo 2025-07-10 15:38:09 +01:00
tsconfig.app.json chore: initial commit 2025-07-07 17:08:27 +01:00
tsconfig.json chore: initial commit 2025-07-07 17:08:27 +01:00
tsconfig.node.json chore: initial commit 2025-07-07 17:08:27 +01:00
vite.config.ts chore: initial commit 2025-07-07 17:08:27 +01:00

Systems Obscure

My personal blog at https://systemsobscure.net

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.