Getting Started
Welcome to your new knowledge base!
Adding Content
Simply create markdown files anywhere in the project:
my-kb/
├── topic1/
│ ├── note1.md
│ └── subtopic/
│ └── note2.md
├── topic2/
│ └── note3.md
└── index.mdThe sidebar is automatically generated from your folder structure.
Math Support
Inline Math
Use $...$ or \(...\) for inline math:
- Einstein's equation:
- Greek letters:
- Subscripts:
Display Math
Use $$...$$ or \[...\] for display math:
Deployment
Vercel (Recommended)
bash
# Install Vercel CLI
npm i -g vercel
# Deploy
vercelGitHub Pages
See the deployment guide in the README.
Customization
Edit .vitepress/config.ts to:
- Change the site title
- Add navigation items
- Configure excluded files
- Customize the theme