feat(blog): group sidebar items by year (themeConfig.blog.sidebar.groupByYear) (#10252)

Co-authored-by: sebastien <lorber.sebastien@gmail.com>
This commit is contained in:
Alice Zhao 2024-06-28 07:59:35 -07:00 committed by GitHub
parent 10830ce25c
commit aab1f4868b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 547 additions and 85 deletions

View file

@ -473,6 +473,7 @@ yarn workspace v1.22.19image` is a collocated image path, this entry will be the
title: string;
permalink: string;
unlisted: boolean;
date: Date | string;
};
export type BlogSidebar = {