<div align="center">
  <a href="https://bloggrify.com">
    <img src="public/android-chrome-192x192.png"  width="80px" height="80px">
  </a>
  <h1 align="center">
    Bloggrify
  </h1>

[Getting started](https://bloggrify.com/introduction/getting-started) | [Homepage](https://bloggrify.com)

  <a href="https://github.com/bloggrify/bloggrify/releases/latest">
    <img src="https://img.shields.io/github/release/bloggrify/bloggrify.svg?style=flat-square" alt="">
  </a>

  <a href="https://github.com/bloggrify/bloggrify/blob/main/LICENSE">
    <img src="https://img.shields.io/github/license/bloggrify/bloggrify.svg?style=flat-square" alt="">
  </a>

</div>

**Bloggrify is a Nuxt layer that turns Markdown files into a blog.**

<a href="https://minimalist.bloggrify.com">
  <img src="https://raw.githubusercontent.com/bloggrify/bloggrify/main/public/images/templates/minimalist.jpg" alt="Minimalist, the theme bundled with Bloggrify" width="100%">
</a>

<table>
  <tr>
    <td width="33%" align="center">
      <a href="https://mistral.bloggrify.com"><img src="https://raw.githubusercontent.com/bloggrify/bloggrify/main/public/images/templates/bloggr.png" alt="Mistral theme" width="100%"></a>
      <br><b>Mistral</b> · free
    </td>
    <td width="33%" align="center">
      <a href="https://bento.bloggrify.com"><img src="https://raw.githubusercontent.com/bloggrify/bloggrify/main/public/images/templates/bento.jpg" alt="Bento theme" width="100%"></a>
      <br><b>Bento</b> · paid
    </td>
    <td width="33%" align="center">
      <a href="https://epoxia.bloggrify.com"><img src="https://raw.githubusercontent.com/bloggrify/bloggrify/main/public/images/templates/epoxia.png" alt="Epoxia theme" width="100%"></a>
      <br><b>Epoxia</b> · paid
    </td>
  </tr>
</table>

Built on the excellent [Nuxt Content](https://content.nuxt.com/) framework, Bloggrify provides:

✅ **Pre-configured integrations** (not just dependencies)
- 7 analytics providers (Google Analytics, Plausible, Pirsch, Umami, Fathom, Hakanai Pulse, Openpanel)
- 2 newsletter services (MailerLite, Hakanai Broadcast)
- Comment systems (Hakanai Connect, Hyvor Talk)
- Social sharing 

✅ **SEO & Performance out-of-the-box**
- Nuxt SEO modules pre-configured (sitemap, robots, schema.org)
- Auto-generated RSS feed
- Optimized for 90+ Lighthouse scores

✅ **Content components ready to use**
- YouTube/Instagram/Vimeo embeds
- Mermaid diagrams, KaTeX math
- Multi-author support
- Tag & category filtering

✅ **Professional themes** (not blank pages)
- Responsive, accessible designs
- Dark mode support
- Customizable via single config file

## Why not just use Nuxt Content directly?

You absolutely can! Bloggrify is for developers who:
- Want a **blog specifically** (Nuxt Content does blogs, docs, changelogs, etc.)
- Don't want to spend 1-2 days selecting modules and integrating analytics, comments, newsletters
- Prefer a professional theme out-of-the-box
- Want a single config file vs scattered configuration

**If you enjoy configuring everything yourself, vanilla Nuxt Content might be better for you.**

Discover all features on the [official website](https://bloggrify.com)

[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/hlassiege)

If you use this project and it saves you time. [How about supporting it?](https://www.buymeacoffee.com/hlassiege)

## Supporting the project

I created Bloggrify because I know how **tedious** it is to assemble all the bricks needed to have an SEO-efficient blog, with a clean, accessible design, responsive, with features already integrated (comment system, rss feed, newsletter, sitemap etc...).

**If you consider that you've really saved time**, **you might consider supporting this work**.
It's optional, but it will be much appreciated.

The first option is to offer me a [virtual coffee](https://www.buymeacoffee.com/hlassiege) representing the value of the time you've saved.

But you can also contribute in many other ways:

- by **talking** about this project on social networks, on your blog, with your colleagues. 
- by giving this project **a star** on github
- by contributing to the open source project to improve it (see below)

## Contributing to the project

See [CONTRIBUTING.md](CONTRIBUTING.md) for local setup, the commit convention, and the
conventions the codebase follows.
