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:dev
Generate the static site:
pnpm run docs:build
pnpm run docs:deploy
This 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.