vuejs / vuepress

📝 Minimalistic Vue-powered static site generator

Home Page:https://vuepress.vuejs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

增加一个最近添加功能,在主页展示|Feature request: recently added

travisbikkle opened this issue · comments

Feature request

What problem does this feature solve?

when I finish an article, I'd like to see a list which will contain the article tile on home page.
我希望在我写完一篇文章后,能够在主页看到一个列表,显示最近添加的内容

What does the proposed API look like?

it could be a plugin, or an integrated feature within vuepress cause we need to know the creation time of all article.
可以是一个插件,也可能因为某些限制,需要vuepress本身就支持

How should this be implemented in your opinion?

还没想好,可以讨论一下
haven't thought about it yet, we can discuss it

Are you willing to work on this yourself?

可以,但我不会javascript或者vue,会花费很长时间实现
I could do this, but I'm not familiar with js or vue. It could take too much time.