summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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