708 B
708 B
| title | subtitle | tags | author | |
|---|---|---|---|---|
| Creating docs posts | Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. |
|
evan |
Create new doc post entries in _docs folder, similar to creating posts, but with following front matter settings:
---
title: Category hosting Setting up new domain and page
subtitle: This is optional doc subtitle
tags: [featured, development]
author: peter
---
Sidebar navigation on docs post can edited in _data/navigation_docs.yml:
- title: Getting Started # Section title
docs:
- home # Doc file name from _docs folder
- quickstart
- installation
- windows