Documentation

Documentation

After installing moss, right-click any folder and choose Publish with moss to preview your website. Edit with the built-in moss editor or any markdown editor you like.

my-site/
├── index.md        ← your homepage
├── about.md        ← /about/
└── posts/
    ├── index.md    ← /posts/
    └── hello.md    ← /posts/hello/

When you're ready, publish to GitHub Pages and connect your own domain.

Start with structure to see how files, folders, and URLs fit together.

Published with moss