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.
- Host: GitHub
- URL: https://github.com/kennethormandy/eventuell
- Owner: kennethormandy
- License: mit
- Created: 2014-06-26T03:07:08.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-03T01:17:35.000Z (about 12 years ago)
- Last Synced: 2025-11-08T23:03:58.620Z (9 months ago)
- Language: CSS
- Size: 148 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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)