v3.0.1
3.0.1
This version fixes some UI/UX quirks.
- The sidebar navigation now shows titles from the frontmatter instead of file name
- Date is optional and if specified in frontmatter will be displayed
- Removes the "latest posts" from default page. Default/home page now needs to be set with home: true in one of your markdown files
Python package also updated to 3.0.1
- Respects publish tags
- Markdown files to be excluded from publishing needs to have publish: false to be set in frontmatter
- Default behavior is for md files to be uploaded unless publish is set to false.