diff --git a/config.js b/config.js index f037046..bbe0c3d 100644 --- a/config.js +++ b/config.js @@ -5,7 +5,7 @@ exports.url = { method: 'GET' }; -exports.publishers = ['mail','identica']; +exports.publishers = ['mail','latex']; exports.mail = { mda: 'sendmail' // smtp is also possible @@ -21,3 +21,8 @@ exports.mail = { ,to: '' } } + +exports.latex = { + output: '' + ,templates: ['kulturprogramm-ks'] +} \ No newline at end of file