An open API service indexing awesome lists of open source software.

https://github.com/kennethormandy/eventuell

A Goodbits template with good typography.
https://github.com/kennethormandy/eventuell

Last synced: 25 days ago
JSON representation

A Goodbits template with good typography.

Awesome Lists containing this project

README

          

# Eventuell

Send email newsletters with Goodbits, and good type.

## Getting started

More to come!

```bash
# Install Harp globally
npm install -g harp

# Install dependencies locally
npm install

# Serve template at http://localhost:9000
harp server
```

When you’re ready to compile for MailChimp:

```bash
harp compile
```

…and the placeholder text is replaced with Goodbits template tags. Right now, you still have
add the resulting styles from `www/main.css` into the head of `www/index.html`, and then run
it all through an inlining tool [like MailChimp’s](http://templates.mailchimp.com/resources/inline-css/).
This is a less-than-ideal workflow. I’m hoping to take care of it through Harp in a later version.
It’s probably better to just use [kennethormandy/wink](https://github.com/kennethormandy/wink)
in the meantime. (Or, something else entirely!)

## Contributing

Thanks for considering contributing! There’s information about how to [get started with Eventuell here](CONTRIBUTING.md).

## License

[The MIT License (MIT)](LICENSE.md)

Copyright © 2014 [Kenneth Ormandy](http://kennethormandy.com) & [Chloi Inc.](http://chloi.io)