Nimble_publisher_mdex - Adapter to setup a blog quickly with MDEx and Lumis

Hey I published a small adapter to hook MDEx and Lumis into nimble_publisher to get a static site or blog up and running quickly. To init a new project:

mix archive.install hex igniter_new
mix igniter.new my_blog --install nimble_publisher_mdex --with phx.new

And you’ll get this:

nimble_publisher_mdex_under400kb

Some built-in features:

  • Light/dark themes
  • Syntax highlighting with many languages and themes
  • HEEx components
  • Fast Markdown converting
  • GitHub/GitLab Flavored Markdown
    And much more from MDEx and Lumis.

Repo:

This is not intended to be a full CMS-like solution but I’d add more Igniter commands to make the setup and integration easier, so feel free to open PRs and Issues. Enjoy!

10 Likes