new post
This commit is contained in:
parent
7cb16b7e88
commit
538de83671
2 changed files with 19 additions and 1 deletions
3
conf.py
3
conf.py
|
|
@ -15,6 +15,7 @@ NAVIGATION_LINKS = {
|
|||
('/index.html', 'Home'),
|
||||
('/stories/about.html', 'About me'),
|
||||
('/stories/privacy.html', 'Privacy'),
|
||||
('/photos/', 'Photos'),
|
||||
#(
|
||||
#(
|
||||
#('http://www.donaldharper.com', 'My Photo Blog'),
|
||||
|
|
@ -80,7 +81,7 @@ DEPLOY_COMMANDS = {
|
|||
'default': [
|
||||
#"nikola check -fl",
|
||||
"nikola build",
|
||||
"nikola check -f",
|
||||
#"nikola check -f",
|
||||
"chmod -R a+rX output/",
|
||||
"rsync -a --delete -e 'ssh -x -i /home/don/.ssh/http -l duck' output/ wise.dreamhost.com:httpd/duckland.org/nikola",
|
||||
"rsync -a --delete -e 'ssh -x -i /home/don/.ssh/http -l don' ./ don@web.duckland.org:/srv/http/work/www.duckland.org",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue