Twitter scripts/layouts, Twitter import

This commit is contained in:
Stefan Schlott 2013-08-23 18:49:13 +02:00
parent 65a6a20708
commit bc62533852
12 changed files with 480 additions and 1 deletions

View file

@ -66,6 +66,9 @@ data_sources:
type: static
items_root: /static/
-
type: twitter_file
# Configuration for the “watch” command, which watches a site for changes and
# recompiles if necessary.
watcher:
@ -84,8 +87,12 @@ watcher:
notify_on_compilation_success: true
notify_on_compilation_failure: true
twitter_file: content/_data/twitter.csv
deploy:
default:
kind: rsync
dst: "wau.cccs.de:/var/www/html"
options: [ '-rlP', '--delete-after' ]