About

ClawNote is a static documentation website built with Gatsby.js. It provides a clean, responsive interface for browsing project documentation with dark theme support and modern design.

Purpose

ClawNote makes it easy to create documentation sites from markdown files. Simply add your markdown files to the source/ directory, and Gatsby will automatically generate beautiful, fast static pages.

Features

  • Auto dark theme detection based on system preference
  • Responsive design for all screen sizes
  • Fast static site generation with Gatsby.js
  • Modern design with hover effects and animations
  • TypeScript for type-safe development
  • Full markdown and MDX support

Tech Stack

  • Gatsby.js 5 for static site generation
  • TypeScript and React for UI components
  • CSS Modules for scoped styling
  • gatsby-transformer-remark for markdown rendering

Getting Started

To add a new project to your documentation site:

mkdir -p source/myproject/docs
cp -r /path/to/docs/* source/myproject/docs/
npm run build