-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Recursively add articles in content/posts
#17
Comments
Also, |
pending. |
|
What're you requesting for? A auto-generated sidebar, or make post list (such as The former has been implemented in #18. |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am thinking of the possibility of dividing articles into
content/posts
into smaller separate directories, such as notifications & announcements, docs for one-among.us, docs for local community, etc.The official implement of this requires manually adding items in
content/.vitepress/config.ts
, while thanks to 云依 we have acontent/.vitepress/theme/utils/getPostList.ts
.about-site/content/.vitepress/theme/utils/getPostList.ts
Lines 3 to 31 in 9a42e47
What do you think about rewriting this? Also, there must be something to update accordingly in
content/posts/index.vue
.about-site/content/posts/index.vue
Line 21 in 9a42e47
The text was updated successfully, but these errors were encountered: