Skip to content

ThomasBower/digest-emails

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digest Email Generator

Generator for DoCSoc digest emails. See this blog post

Installation

  • brew install nodejs
  • git clone [email protected]:icdocsoc/digest-emails.git
  • cd digest-emails
  • npm install
  • npm install coffee-script -g

Writing

Write emails in the emails folder

  • h1 tags are listed at the top as an agenda-style list, unless there aren't any.

Generating Emails

coffee compile

Output will be placed in compiled folder

Sending Emails

  • Open the HTML file in a browser (I used chrome)
  • Drag-Select from above the box, to the bottom fo the page
  • Copy
  • Open a new email in exchange
  • Paste (it should center when you resize the window, if not, you copy/pasted wrong)
  • Send!

Contributing

Just follow the following recommended process:

  • Fork it
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create new Pull Request

About

Generator for DoCSoc digest emails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 63.5%
  • CoffeeScript 23.4%
  • HTML 13.1%