Detailed record of my various Arch Linux, LineageOS, and general system tinkering adventurings.
This repository uses VitePress to host a documentation site with two main sections:
- Blog: Thoughts and deep-dives into OS concepts (A/B partitioning, MTK Client, etc.).
- Installation History: Versioned records of my system setups (Arch Linux v1, v2, v3).
- 📝 Dynamic Blog: Automatically indexed posts with tags and years.
- 📂 Auto-generated Sidebar: Installation guides are automatically grouped by category.
- 🚀 GitHub Actions: Automated deployment to GitHub Pages.
- pnpm
- Node.js (v18+)
Run the documentation site locally:
pnpm install
pnpm run docs:devGenerate the static site:
pnpm run docs:buildpnpm run docs:deployThis is a work in progress. I am not a professional developer, and I am not responsible for any damage that may occur to your device as a result of following these instructions.