Skip to content

Releases: hlassiege/bloggrify

1.1.0

08 Mar 21:09
Compare
Choose a tag to compare

This new release present a whole new templating system. It uses extensively layouts and layers/extends from Nuxt.

You can find more information on the documentation

Plus, here are some other improvements :

  • manage redirect rules per page if you want to move a page and manage redirect to another url or another domain. See documentation
  • add lastmod date in the sitemap from the date of the blog post
  • alternates management for a page (for multilingual pages)
  • configure shiki to manage more language in code blocks

1.0.0

03 Mar 19:29
Compare
Choose a tag to compare

This first stable version regroup all the current features of bloggr:

  • seo (sitemap, robots.txt, open graph, twitter cards)
  • rss feed
  • comment system
  • newsletter
  • configuration through app.config.ts
  • beta version of the theming system

Read more about that here : https://bloggr.eventuallycoding.com/