last touches?
This commit is contained in:
parent
cd086d53ed
commit
b0432c07be
1 changed files with 7 additions and 5 deletions
12
conf.py
12
conf.py
|
|
@ -5,7 +5,7 @@ BLOG_TITLE = "Donald Harper Photographs"
|
|||
SITE_URL = "http://www.donaldharper.com/"
|
||||
BASE_URL = "http://localhost:8000/"
|
||||
BLOG_EMAIL = "don@donaldharper.com"
|
||||
BLOG_DESCRIPTION = "Photos, normally daily, from Donald Harper" # (translatable)
|
||||
BLOG_DESCRIPTION = "Photos, sometimes daily, from Donald Harper"
|
||||
DEFAULT_LANG = "en"
|
||||
TRANSLATIONS = {
|
||||
DEFAULT_LANG: "",
|
||||
|
|
@ -39,8 +39,8 @@ NAVIGATION_LINKS = {
|
|||
}
|
||||
THEME = "hyde"
|
||||
TIMEZONE = "CDT6CST"
|
||||
DATE_FORMAT = 'YYYY-MM-DD'
|
||||
JS_DATE_FORMAT = 'YYYY-MM-DD'
|
||||
DATE_FORMAT = 'YYYY-MM-dd'
|
||||
JS_DATE_FORMAT = 'YYYY-MM-dd'
|
||||
DATE_FANCINESS = 1
|
||||
POSTS = (
|
||||
("posts/*.rst", "posts", "post.tmpl"),
|
||||
|
|
@ -68,9 +68,11 @@ FEED_LENGTH = 10
|
|||
REDIRECTIONS = []
|
||||
DEPLOY_COMMANDS = {
|
||||
'default': [
|
||||
"nikola check -fl",
|
||||
#"nikola check -fl",
|
||||
"nikola check -f",
|
||||
"chmod -R a+rX output/",
|
||||
"rsync -a --delete -e 'ssh -x -i /home/duckunix/.ssh/http -l duck' output/ duck@www.duckland.org:/home/duck/httpd/donaldharper.com/nikola",
|
||||
#"rsync -a --delete -e 'ssh -x -i /home/duckunix/.ssh/http -l duck' output/ duck@www.duckland.org:/home/duck/httpd/donaldharper.com/nikola",
|
||||
"rsync -a --delete -e 'ssh -x -l duck' output/ www.donaldharper.com:/home/duck/httpd/donaldharper.com/nikola",
|
||||
#"rsync -a --delete -e 'ssh -x -i /home/duckunix/.ssh/http -l don' output/ don@web.duckland.org:/srv/http/work/blog/output",
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue