Skip to content

v0.7.0

Compare
Choose a tag to compare
@imfing imfing released this 17 Nov 23:49
· 94 commits to main since this release
d58a8b5

New Features

πŸ§‘β€πŸ’»πŸ‘©β€πŸ’» Display author images in blog post (by @imfing in #204)

Example blog post frontmatter:

---
authors:
  - name: imfing
    link: https://github.com/imfing
    image: https://github.com/imfing.png
  - name: Octocat
    link: https://github.com/octocat
    image: https://github.com/octocat.png
---

βž– Separator in sidebar (by @imfing in #199)

Example docs frontmatter:

---
title: Separator-1
weight: 6
sidebar:
  separator: true
_build:
  render: never
excludeSearch: true
---

Exclude page from sidebar (by @imfing in #209)

---
title: Configuration
sidebar:
  exclude: true
---

Improvements

  • feat: allow overriding poweredBy in footer by @imfing in #207
  • feat: add include shortcode by @imfing in #198
  • fix: code copy issue for code blocks in shortcode by @imfing in #201
  • typo: fix typos in sidebar.html by @xiln7 in #203

New Contributors

  • @xiln7 made their first contribution in #203

Full Changelog: v0.6.5...v0.7.0