create post
This is my first blog post using mkdocs-material..
create a file
create a file under docs/blog/post/[some-file-name].md
touch docs/blog/post/new-post.md
give it a metadata
date: is a mandatory header
---
date: yyyy-mm-dd
---
additional metadata to improve experience
exclude drafts
---
date:
created: 2024-01-01
draft: true
---