
🍿 Minor Changes
-
#424
4485d90
Thanks @delucis! - Add support for customising autogenerated sidebar link labels from page frontmatter, overriding the page title:---title: About this projectsidebar:label: About--- -
#359
e733311
Thanks @IDurward! - Add support for defining the order of auto-generated link groups in the sidebar using a frontmatter value:---title: Page to display firstsidebar:order: 1---
🐞 Patch Changes
-
#413
5a9d8f1
Thanks @delucis! - Fix site title overflow bug for longer titles on narrow screens -
#381
6e62909
Thanks @lorenzolewis! - Preserve order ofsocial
config in navbar -
#419
38ff53c
Thanks @lorenzolewis! - Improve styling of sidebar entries that wrap onto multiple lines -
#418
c7b2a4e
Thanks @delucis! - Settab-size: 2
on content code blocks to override default browser value of8
-
#399
31b8a5a
Thanks @HiDeoo! - Add new globalfavicon
option defaulting to'/favicon.svg'
to set the path of the default favicon for your website. Additional icons can be specified using thehead
option. -
#414
e951671
Thanks @delucis! - Add GitLab to social link icons