mirror of
https://github.com/fullmetalbrackets/blog.git
synced 2026-05-02 04:54:07 +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 71.5%
- CSS 11.6%
- MDX 7.4%
- TypeScript 5.3%
- JavaScript 2.3%
- Other 1.9%
| .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
- Fix for Nintendo Switch OLED not finding 5 GHz Wi-Fi networks
- YouTube is shoving 90+ second ads onto smart TVs, so here's a bunch of free open-source YouTube alternative apps to use instead
- How to migrate AdGuard Home from a GL.iNet Flint 2 router to a Libre Sweet Potato
- Installing and configuring Bazzite on a Dell XPS 8920
- How I used Astro-OG-Canvas to dynamically generate opengraph images for blog posts on my Astro site
Run locally
git clone https://github.com/fullmetalbrackets/blog.git
cd blog
yarn