Shingo

Shingo is a personal website built with Astro, designed as a straightforward presentation layer for Markdown-based content.

Summary

The site organises content into three areas whose directory names become the URL paths:

  • record/record/ (long-form notes and articles)
  • toy/toy/ (small projects and experiments)
  • wiki/wiki/ (a knowledge base maintained externally by nemo-knows)

Shingo handles only structure, navigation, styling, and static rendering. Content preparation, knowledge-base maintenance, and cross-document links are kept in separate upstream processes.

Key Claims

  • Content lives in Markdown and is rendered statically by Astro.
  • URL routing is a direct reflection of the source directory layout (no internal sync paths are exposed).
  • The wiki section is managed and synced by nemo-knows.
  • Shingo is deliberately thin—it does not aim to be a full CMS.