mirror of
https://github.com/fullmetalbrackets/blog.git
synced 2026-04-06 12:21:45 +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 75.2%
- CSS 12.8%
- TypeScript 5.3%
- MDX 2.4%
- XSLT 2.2%
- Other 2.1%
|
|
||
|---|---|---|
| .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
- How I used Astro-OG-Canvas to dynamically generate opengraph images for blog posts on my Astro site
- How to setup the Search function in qBittorrent and add Search Plugins
- 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
Run locally
git clone https://github.com/fullmetalbrackets/blog.git
cd blog
yarn