Announcing Bloggrify 2.1: More Shortcodes and Analytics Integration
Minor release with new shortcodes and Umami analytics integration.
We're excited to announce the release of Bloggrify 2.1.0! This update improves existing features to enhance your blogging experience: shortcodes and built-in analytics integration.
What's New in 2.1.0
1. Shortcodes: Simplify Complex Content
Shortcodes provide an elegant way to insert complex elements into your Markdown content without writing lengthy HTML or Vue components. Here are the new shortcodes available in Bloggrify 2.1.0:
- youtube: Embed YouTube videos with a simple shortcode
- X: Embed tweets directly in your content
- instagram: Display Instagram posts with ease
- vimeo: Add Vimeo videos to your blog posts
2. Analytics Integration
Umami has been added as a new analytics provider in Bloggrify 2.1.0.
You can now use it alongside Google Analytics, Hakanai Pulse, Fathom, Pirsch, and Plausible to track your blog's performance.
// app.config.ts
analytics: {
providers: [ {
provider: 'umami',
code: 'YOUR_TRACKING_CODE'
}]
}
Upgrading to 2.1.0
Upgrading to Bloggrify 2.1.0 is straightforward:
npm install bloggrify@latest
For existing projects, no configuration changes are required unless you want to use the new features.
Contribute
Bloggrify is open source. Help us on GitHub:
- Report issues
- Submit PRs
- Join discussions
Announcing Bloggrify 2.0: Enhanced SEO, Analytics, and Developer Experience
Major release with improved SEO capabilities, multiple analytics providers, and better developer experience. Over 46 commits bringing significant improvements to the framework.
Announcing Bloggrify 3.0: CLI tools, Nuxt UI integration, and more
Major release with new CLI tools, nuxt ui integration, and more.
Enjoyed this article?
Subscribe to get new posts delivered to your inbox.