Skip to content

v3.0.1

Compare
Choose a tag to compare
@rishikanthc rishikanthc released this 06 Oct 20:46
· 5 commits to main since this release

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.