vuepress / vuepress-theme-blog

Default blog theme for VuePress.
https://vuepress-theme-blog.billyyyyy3320.com/
MIT License
211 stars 129 forks source link

Artices can hide in blog list #66

Closed Jimzjy closed 4 years ago

Jimzjy commented 4 years ago

Feature request

What problem does this feature solve?

Add secret support in front matter, so articles can hide in blog list

What does the proposed API look like?

---
secret: true
---

How should this be implemented in your opinion?

Add a filter in BaseListLayout pages

Are you willing to work on this yourself?

Yes

billyyyyy3320 commented 4 years ago

Why do you want to hide your posts?

Jimzjy commented 4 years ago

I dont want to delete some posts, so it will be great if i can hide it, 😁other people may not simply find it.

billyyyyy3320 commented 4 years ago

It reminds me of Drafts which we'll probably support it. I believe it can somehow meet your need, right?

For now, you can simply move those posts you want to hide from _posts to another directory, such as _secret or _archived.

Jimzjy commented 4 years ago

It reminds me of Drafts which we'll probably support it. I believe it can somehow meet your need, right?

For now, you can simply move those posts you want to hide from _posts to another directory, such as _secret or _archived.

Oh, it's a good way😃