My personal knowledge base — a collection of notes, experiments, and system setups.
Stash is where I document what I learn, how I configure and customize my system, and interesting things I discover along the way. Part reference, part digital journal.
- Learning Notes: Documentation on Java, Linux, web development, and more
- System Configuration: How I set up and customize my development environment
- Experiments: Things I try, test, and explore
- Discoveries: Interesting findings and useful resources
Built with Docusaurus for a modern, minimal, and fast documentation site.
Install dependencies:
npm installNote: A pre-commit hook is set up automatically via Lefthook. It runs Prettier and ESLint before each commit.
Start the local development server:
npm startBuild for production:
npm run buildPersonal knowledge base for reference and learning.