update conf.py
This commit is contained in:
parent
3939e57fe1
commit
55499e5c1d
1 changed files with 3 additions and 2 deletions
5
conf.py
5
conf.py
|
|
@ -45,6 +45,7 @@ GLOBAL_CONTEXT = {
|
||||||
'TWITTER_URL': 'https://twitter.com/duckunix',
|
'TWITTER_URL': 'https://twitter.com/duckunix',
|
||||||
'FLICKR_URL': 'https://www.flickr.com/photos/duckunix/',
|
'FLICKR_URL': 'https://www.flickr.com/photos/duckunix/',
|
||||||
'BANNER_URL': '/assets/img/beach.jpg',
|
'BANNER_URL': '/assets/img/beach.jpg',
|
||||||
|
'LOGO_URL': '/assets/img/favicon.ico'
|
||||||
}
|
}
|
||||||
TIMEZONE = "America/Chicago"
|
TIMEZONE = "America/Chicago"
|
||||||
DATE_FORMAT = 'YYYY-MM-dd'
|
DATE_FORMAT = 'YYYY-MM-dd'
|
||||||
|
|
@ -87,9 +88,9 @@ FEED_LINKS_APPEND_QUERY = False
|
||||||
DEPLOY_COMMANDS = {
|
DEPLOY_COMMANDS = {
|
||||||
'default': [
|
'default': [
|
||||||
"nikola build",
|
"nikola build",
|
||||||
"nikola check -f",
|
#"nikola check -f",
|
||||||
"chmod -R a+rX output/",
|
"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",
|
"/usr/bin/rsync -a --delete output/ /var/www/html/duckland2",
|
||||||
],
|
],
|
||||||
'prep': [
|
'prep': [
|
||||||
"cd sigal;sigal build",
|
"cd sigal;sigal build",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue