A personal documentation site built with Astro and Starlight, serving as both a CV and a knowledge base.
This site contains documentation and resources on various topics:
- IT Security
- Kubernetes
- Linux Systems
- Windows & WSL
- Bookmarks collection for:
- Development
- Security
- Games
- Health
- And more...
- Astro - Static Site Generator
- Starlight - Documentation Theme
- Tailwind CSS - Styling
- React - UI Components
- TypeScript - Type Safety
- MDX - Enhanced Markdown
- Node.js >= 20.0
- bun (Package Manager)
- Clone the repository
- Install dependencies:
bun install
bun dev
- Start development serverbun build
- Build the sitebun preview
- Preview the built sitebun check
- Run type checking
.
├── src/
│ ├── content/ # Documentation content (MDX)
│ ├── components/ # UI components
│ ├── layouts/ # Page layouts
│ ├── pages/ # Route pages
│ └── styles/ # Global styles
├── public/ # Static assets
└── astro.config.mjs # Astro configuration
The site is configured for Cloudflare deployment using Wrangler.