Skip to content

landsman/unicorn-mailing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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