parent
a4c463c12d
commit
bd655cb883
4 changed files with 31 additions and 1 deletions
@ -0,0 +1,8 @@ |
|||||||
|
{ |
||||||
|
"smtp-server": "smtp.example.com", |
||||||
|
"smtp-port": 465, |
||||||
|
"email-user": "notify@example.com", |
||||||
|
"email-sendfrom": "notify@example.com", |
||||||
|
"email-password": "passw0rd", |
||||||
|
"email-sendto": "you@example.com" |
||||||
|
} |
@ -0,0 +1,7 @@ |
|||||||
|
{ |
||||||
|
"bearer": "bearer token from twitter", |
||||||
|
"twitter-handle": "GothSeiDank", |
||||||
|
"output-location": "/path/to/hugo/data/latest_tweet.json", |
||||||
|
"exclude": ["1", "2"] |
||||||
|
} |
||||||
|
|
Loading…
Reference in new issue