Create a doc
Last updatedJuly 15, 2021
Create a Markdown file, greeting.md, and place it under the docs directory
website # root directory of your site
├── docs
│ └── greeting.md
├── src
│ └── pages
At the top of the file, specify the title in the front matter, so that Hoss will pick them up correctly when generating your site.
---
title: Hello
---
## Hello from Hoss