Skip to content

Content Configuration

(David *)Frenkiel edited this page Feb 14, 2025 · 5 revisions

A Yaspp project is collection of markdown files and various assets, displayed as a web site through the Next.js platform.

Whena Yaspp web site is built, all your markdown files are copied to public/content. As long as your content hierarchy

Out of the box, Yaspp supports the following content hierarchy

/
  about/
  contact/
  contribute/
  docs/
    [id]/
      codex/
      pages/
        [page-id]
      resources/
  glossary/
  posts/
  api/
Clone this wiki locally