Technical blog
Find a file
thomasabishop b051920978
All checks were successful
Deploy Blog / deploy (push) Successful in 1m31s
font restyle and new diy post
2025-11-17 20:13:17 +00:00
.forgejo/workflows infra: add env vars for eolas listing 2025-11-16 18:28:19 +00:00
posts font restyle and new diy post 2025-11-17 20:13:17 +00:00
public
scripts
src font restyle and new diy post 2025-11-17 20:13:17 +00:00
.gitignore
.prettierrc
components.json
eslint.config.js
index.html
package-lock.json Add eolas listing 2025-11-10 18:57:49 +00:00
package.json Add eolas listing 2025-11-10 18:57:49 +00:00
README.md
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.