Die Config um Latex-Einstellungen erweitert.
This commit is contained in:
parent
67f71b5f7f
commit
d688506625
1 changed files with 6 additions and 1 deletions
|
@ -5,7 +5,7 @@ exports.url = {
|
||||||
method: 'GET'
|
method: 'GET'
|
||||||
};
|
};
|
||||||
|
|
||||||
exports.publishers = ['mail','identica'];
|
exports.publishers = ['mail','latex'];
|
||||||
|
|
||||||
exports.mail = {
|
exports.mail = {
|
||||||
mda: 'sendmail' // smtp is also possible
|
mda: 'sendmail' // smtp is also possible
|
||||||
|
@ -21,3 +21,8 @@ exports.mail = {
|
||||||
,to: ''
|
,to: ''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
exports.latex = {
|
||||||
|
output: ''
|
||||||
|
,templates: ['kulturprogramm-ks']
|
||||||
|
}
|
Reference in a new issue