Visit the documentation website for:
- Problem statement and relevant docs
- Meeting minutes
- Research findings
- Product usage
All website posts are written in Markdown and placed under the _posts
directory.
All posts must follow the YYYY-MM-DD-TITLE.EXTENSION
format, for example 2022-01-20-Title.md
.
Include the following header at the top of the .md
file:
---
title: Markdown Supported
date: 2022-01-17 09:00:00 -0500
author:
name: Fulle Name
link: https://personal.site
categories: [Category, Sub-Category]
tags: [tag1, tag2] # TAG names should always be lowercase
toc: true # enable/disable Table of Contents on post
math: false # enable/disable latec rendering
mermaid: false # enable/disable mermaid graph rendering
---
Note: If the date specified on the header has not passed yet, the post will not be rendered and therefore won't show up on the deployed website.
For a demo of markdown supported view this post - the source is found here.