Programming cheat sheets and documentation. Learn programming concepts through examples.
Website: https://codehints.io
- Astro - Static site generator
- Starlight - Documentation theme
- starlight-blog - Blog plugin
- KaTeX - Math rendering
- Pagefind - Search
.
├── public/ # Static assets (favicon, robots.txt)
├── src/
│ ├── assets/ # Images and logo
│ ├── components/ # Custom Astro components
│ ├── content/
│ │ └── docs/ # Markdown documentation & blog posts
│ │ └── blog/ # Blog posts
│ └── styles/ # Custom CSS
├── astro.config.mjs # Astro configuration
└── package.json
| Command | Action |
|---|---|
pnpm install |
Install dependencies |
pnpm dev |
Start local dev server at localhost:4321 |
pnpm build |
Build production site to ./dist/ |
pnpm preview |
Preview build locally before deploying |
Contributing is possible via GitHub. Alternatively, you can send content, drafts, or ideas via email to louispetrik@aol.com.
Copyright © Louis Petrik