Twitter scripts/layouts, Twitter import
This commit is contained in:
parent
65a6a20708
commit
bc62533852
12 changed files with 480 additions and 1 deletions
|
|
@ -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' ]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue