makimono-astro-theme
v0.1.0
Published
Makimono is an editorial Astro documentation theme with manuscript layouts, Tailwind v4 styling, and GSAP motion.
Maintainers
Readme
Makimono
Makimono is a premium Astro documentation theme built for developer tools, product platforms, and internal knowledge systems that need stronger editorial presence than a default docs shell.
The visual direction borrows from unrolled manuscripts: warm paper fields, ink-toned code blocks, chapter seams, and measured GSAP reveals.
Included Pages
- Home
- Documentation index
- Documentation chapters via
src/content/docs - Changelog
- API reference
- 404
Stack
- Astro v6
- Tailwind CSS v4
- GSAP 3
- TypeScript
- MDX content collections
Features
- Sidebar navigation with collapsible chapter groups
- Command-style search overlay with keyboard shortcut
- Breadcrumbs and local table of contents
- Copyable code blocks
- Manuscript-inspired hero and document layout
- Changelog system powered by content collections
Local Development
pnpm install
pnpm devValidation
pnpm validateCustomization
- Update navigation and search metadata in
src/data/site.ts - Add or revise docs chapters in
src/content/docs - Publish new release notes through
src/content/changelog - Adjust manuscript palette and code styling in
src/styles/base.css - Replace the production domain in
astro.config.mjs
