hteumeuleu / caniemail

Can I email… Support tables for HTML and CSS in emails.
https://www.caniemail.com
MIT License
779 stars 67 forks source link
css email-geeks email-marketing emails html html-email html-emails jekyll

Can I email…

caniemail.com provides email clients support tables for HTML and CSS features.

Can I email runs on Jekyll as GitHub Pages site with a home made theme. The site uses Sass for CSS compilation.

Installation

  1. Clone the repository.
git clone https://github.com/hteumeuleu/caniemail.git

See Cloning a repository on GitHub documentation. If you're not familiar with Git or GitHub, I strongly encourage you to try GitHub's desktop app on macOS, Windows or Linux.

  1. Install Jekyll and other dependencies.
bundle install

See Jekyll Installation Guide.

  1. Run Jekyll.
bundle exec jekyll serve

You can turn on incremental regeneration with the --incremental flag.

bundle exec jekyll serve --incremental

The embed version of the site (embed.caniemail.com) is built by specifiying the config file to use.

bundle exec jekyll serve --config _config.embed.yml
  1. Go to http://localhost:4000.

Usage

Folders structure

Here is a quick overview of the project's folders structure:

Licence

MIT Licence