mirror of
https://github.com/fullmetalbrackets/blog.git
synced 2026-03-15 10:15:21 +00:00
My blog where I write about self-hosting, web development, Linux and other tech things. Made with Astro and hosted on Cloudflare Pages.
https://fullmetalbrackets.com
- Astro 73.3%
- CSS 14.3%
- TypeScript 7.6%
- XSLT 2.5%
- JavaScript 1.6%
- Other 0.7%
|
|
||
|---|---|---|
| .astro | ||
| .github | ||
| .vscode | ||
| .yarn/releases | ||
| public | ||
| scripts | ||
| src | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc | ||
| .yarnrc.yml | ||
| astro.config.ts | ||
| LICENSE | ||
| package.json | ||
| pagefind.yml | ||
| README.md | ||
| tsconfig.json | ||
| wrangler.jsonc | ||
| yarn.lock | ||
Fullmetalbrackets
A blog about self-hosting, web development, Linux, and more.
Home · Blog · Explore · Colophon · Privacy
Latest blog posts
- Breaking down the free tier of Oracle Cloud Infrastructure
- Set up Plex remote access with a GL.iNet Flint 2 router
- Using a Google TV streaming device with Tailscale to remotely stream my Plex library while on vacation
- How to upgrade from Debian 12 Bookworm to Debian 13 Trixie
- Bypass the Plex Pass and Remote Watch Pass requirements for Plex remote access by using Tailscale
Run locally
git clone https://github.com/fullmetalbrackets/blog.git
cd blog
yarn