summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorVikrant Chaudhary <nasa42@gmail.com>2015-09-13 19:11:55 +0530
committerVikrant Chaudhary <nasa42@gmail.com>2015-09-13 19:40:32 +0530
commitea9c43ee053951f843716a4e81842fc03e154f89 (patch)
tree0f96288eb8486bf2c20b5a5c36557309f4418e6f /README.md
parentef89881b30812c9ca815091cf645c0b9c5bc7154 (diff)
Better looking newsletter (specially in Android Gmail).
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7bc049c..4760415 100644
--- a/README.md
+++ b/README.md
@@ -33,3 +33,11 @@ Use the included `new_contribs.sh` script:
```
pelican content -s pelicanconf.py
```
+### To build the newsletter
+
+* Generate the HTML
+ ```
+ TWIR_NEWSLETTER_THEME=1 pelican --delete-output-directory content
+ ```
+* Copy the HTML and inline CSS at http://zurb.com/ink/inliner.php - (MailChimp's inliner doesn't remove the CSS from `<head>`).
+* Send the newsletter (we currently use MailChimp). \ No newline at end of file