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