v0.7.0
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