Dated hub for articles and walkthroughs with categories linking to full GitHub Pages content.
Short intros live here. Full articles and walkthroughs stay on their source repo Pages sites (or external posts such as DEV.to).
Live site: https://jajera.github.io/guides/
- Astro (static)
- Markdown content collections
- Client search, filters, pagination
- Light/dark theme toggle
- Sitemap + RSS
- GitHub Pages + Actions
npm install
npm run devProduction check:
npm run build
npm run previewAdd entries under src/content/guides/ as dated Markdown files. See docs/walkthrough.md for front matter, categories, Pages setup, and troubleshooting.
Push to main. The Deploy to GitHub Pages workflow builds and publishes dist/.
Enable once: repo Settings → Pages → Source: GitHub Actions.