My personal digital garden/knowledge base powered by Quartz 4. Visit it at kidpeterpan.github.io.
- 📝 Markdown-based knowledge management
- 🔄 Bi-directional linking
- 🎨 Clean, responsive design
- 🔍 Full-text search
- 📊 Interactive graph visualization
- 🌙 Dark/Light mode support
- ⚡ Fast page loads
- 📱 Mobile-friendly interface
content/
├── daily/ # Daily notes and journals
├── projects/ # Project documentation
├── books/ # Book notes and summaries
├── ideas/ # Random thoughts and ideas
└── tutorials/ # How-to guides and tutorials
# Clone the repository
git clone https://github.com/kidpeterpan/kidpeterpan.github.io.git
cd kidpeterpan.github.io
# Install dependencies
npm install
# Start development server
npx quartz build --serve
- Add Markdown files to the
content
directory - Use Obsidian-style links:
[[note-name]]
- Add YAML frontmatter for metadata:
--- title: Note Title date: 2024-10-26 tags: [tag1, tag2] ---
The site automatically deploys to GitHub Pages when changes are pushed to the main branch.
Feel free to open an issue or reach out via:
This project is licensed under the MIT License - see the LICENSE file for details.