Skip to content

michaeldfoley/fordham-enews-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fordham Alumni Newsletter Template

A template for the current Fordham University newsletter. An example of the newsletter produced can be found here. Scaffolds out a new newsletter and a workflow to generate a production version with inlined css, optimized images, and a text version.

Getting Started

  • Install node.js which is packaged with npm.
  • Run npm install to download the dependancies
  • Type grunt to compile the project, start the server, and watch for changes
  • To send a test version to yourself run grunt send
  • To build the final html and txt versions run grunt build