new prep things
This commit is contained in:
parent
43c09c9423
commit
5b1dd22b66
1 changed files with 4 additions and 4 deletions
8
conf.py
8
conf.py
|
|
@ -45,7 +45,6 @@ GLOBAL_CONTEXT = {
|
|||
'TWITTER_URL': 'https://twitter.com/duckunix',
|
||||
'FLICKR_URL': 'https://www.flickr.com/photos/duckunix/',
|
||||
'BANNER_URL': '/assets/img/beach.jpg',
|
||||
'LOGO_URL': '/assets/img/favicon.ico'
|
||||
}
|
||||
TIMEZONE = "America/Chicago"
|
||||
DATE_FORMAT = 'YYYY-MM-dd'
|
||||
|
|
@ -91,9 +90,10 @@ DEPLOY_COMMANDS = {
|
|||
"nikola check -f",
|
||||
"chmod -R a+rX output/",
|
||||
"/usr/bin/rsync -a --delete -e 'ssh -x -l duck' output/ www.donaldharper.com:/home/duck/httpd/donaldharper.com/nikola",
|
||||
#"nikola check -fl",
|
||||
#"/usr/bin/rsync -a --delete -e 'ssh -x -i /home/duckunix/.ssh/http -l don' output/ don@web.duckland.org:/srv/http/work/blog/output",
|
||||
#"/usr/bin/rsync -a --delete -e 'ssh -x -i /home/duckunix/.ssh/http -l duck' output/ duck@www.duckland.org:/home/duck/httpd/donaldharper.com/nikola",
|
||||
],
|
||||
'prep': [
|
||||
"cd sigal;sigal build",
|
||||
"nikola build",
|
||||
]
|
||||
}
|
||||
INDEX_READ_MORE_LINK = '<p class="more"><a href="{link}">{read_more}...</a></p>'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue