Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.3 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.3 KB

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