landsman / unicorn-mailing

🦄 inlines CSS stylesheets into your HTML source, automated via GitHub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unicorn mailing

  • will modify your template to work on almost all email clients
  • versioned templates for for your peace of mind

How to

  1. fork repository, create custom branch for your change
  2. make change in existing template or create new one, but please respect folder structure: templates/**/name.html
  3. git commit, push and go to Actions tab in your github repository, like mine
  4. wait until end of build and you would find 1 Artifacts with zip there

Example

Layouts

Each template can have own layout. Default is layouts/default.html. Syntax for specify layout is:

---
layout: your-nice-layout
---

This name is corresponding with file in folder /layouts without .html extension. Check the examples.

Sending via Mailgun

Reading list

About

🦄 inlines CSS stylesheets into your HTML source, automated via GitHub


Languages

Language:JavaScript 45.7%Language:HTML 28.6%Language:CSS 25.3%Language:Shell 0.4%