github imfing/hextra v0.7.0

latest releases: v0.12.0, v0.10.3, v0.11.3...
2 years ago

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

Don't miss a new hextra release

NewReleases is sending notifications on new releases.