vitepress icon indicating copy to clipboard operation
vitepress copied to clipboard

blog layout

Open YQisme opened this issue 2 years ago • 8 comments

Is your feature request related to a problem? Please describe.

I want to write a blog based on markdown.Is there any plan to increase the blog layout.

Describe the solution you'd like

Increasing the blog layout, such as tags and archives . It would be better if like this https://docusaurus.io/tests/blog/tags

Describe alternatives you've considered

No response

Additional context

No response

Validations

YQisme avatar Jan 24 '23 07:01 YQisme

@YQisme - I had the same question. Some searching led me to the The Vue Point which uses a custom VitePress theme for simple blogging. Hope this helps.

jeffholst avatar Jan 24 '23 17:01 jeffholst

I think it might make sense to have this feature. It's frequently asked.

VitePress defaults theme is focused on documentation website. However, for reasonable sized project it does make sense to have posts page where they can show "News", "Announcement", "Best Practices", etc.

However, if we go far to reach out for things like tags or archive, it would add huge complexity to build pipeline, search features, and so on. In that case, I think this feature should be built in via 3rd party Theme, best if it extends the default theme and act more like addon.

Interesting topic, but however, I don't think we would tackle this anytime soon. It wouldn't be on the list toward the stable release.

kiaking avatar Jan 25 '23 00:01 kiaking

I think it might make sense to have this feature. It's frequently asked.

VitePress defaults theme is focused on documentation website. However, for reasonable sized project it does make sense to have posts page where they can show "News", "Announcement", "Best Practices", etc.

However, if we go far to reach out for things like tags or archive, it would add huge complexity to build pipeline, search features, and so on. In that case, I think this feature should be built in via 3rd party Theme, best if it extends the default theme and act more like addon.

Interesting topic, but however, I don't think we would tackle this anytime soon. It wouldn't be on the list toward the stable release.

Thank you for your genuine and sincere response!

YQisme avatar Jan 25 '23 00:01 YQisme

@kiaking @jeffholst I found several vitepress themes about blogs,I hope these will help your work

  • https://visionary-sunflower-dc7ae3.netlify.app/
  • https://blog.charles7c.top/

YQisme avatar Jan 26 '23 10:01 YQisme

It makes sense to have a default blog layout as part of vitepress indeed. It is just too typical to have blog section in a technical documentation.

pberto avatar Feb 07 '23 00:02 pberto

How about the official blog: https://blog.vuejs.org/? And with tags & pagination 🌟

jd-solanki avatar Jun 10 '23 19:06 jd-solanki

How about the official blog: https://blog.vuejs.org/? And with tags & pagination 🌟

I come from @vuepress/theme-blog and I think it is good enough for a basic blog theme.

DevDengChao avatar Jul 16 '23 20:07 DevDengChao

This is a major feature that missing to me, hope this get more development into the default theme similar to docusaurus

Ben-Mack avatar Sep 15 '24 10:09 Ben-Mack