1.1.0 • Published 6 years ago

ollymail v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

OllyMail

Email templates for Olly Design System. It is built upon Foundation for Emails, a framework for creating responsive HTML devices that work in any email client. It has a Gulp-powered build system with these features:

  • Handlebars HTML templates with Panini
  • Simplified HTML email syntax with Inky
  • Sass compilation
  • Image compression
  • Built-in BrowserSync server
  • Full email inlining process

Set Up

To set up the template, first download it with Git:

git clone https://github.com/OnceLogix/ollymail.git projectname

Then open the folder in your command line, and install the needed dependencies:

cd projectname
npm install

Build Commands

Run npm start to kick off the build process. A new browser tab will open with a server pointing to your project files.

Run npm run build to inline your CSS into your HTML along with the rest of the build process.

Using Foundation for Emails

You can find help for Foundation for Emails at https://foundation.zurb.com/emails/docs/index.html. Please note that OllyMail uses the SASS version and not the CSS version. For information about specific components, scroll to the COMPONENTS sub-header on the left-hand menu.

1.1.0

6 years ago

1.0.0

6 years ago