New posts
This commit is contained in:
parent
de6deddde5
commit
76fe257333
17 changed files with 49 additions and 3 deletions
4
conf.py
4
conf.py
|
|
@ -8,8 +8,6 @@ BLOG_DESCRIPTION = "Photos, normally daily, from Donald Harper" # (translatable
|
|||
DEFAULT_LANG = "en"
|
||||
TRANSLATIONS = {
|
||||
DEFAULT_LANG: "",
|
||||
# Example for another language:
|
||||
# "es": "./es",
|
||||
}
|
||||
TRANSLATIONS_PATTERN = "{path}.{lang}.{ext}"
|
||||
NAVIGATION_LINKS = {
|
||||
|
|
@ -70,8 +68,8 @@ DEPLOY_COMMANDS = {
|
|||
'default': [
|
||||
"nikola check -fl",
|
||||
"chmod -R a+rX output/",
|
||||
"rsync -a --delete -e 'ssh -x -i /home/don/.ssh/http -l don' output/ don@mx1.duckland.org:/srv/http/work/blog/output",
|
||||
"rsync -a --delete -e 'ssh -x -i /home/don/.ssh/http -l duck' output/ duck@www.duckland.org:/home/duck/httpd/donaldharper.com/nikola",
|
||||
"rsync -a --delete -e 'ssh -x -i /home/don/.ssh/http -l don' output/ don@web.duckland.org:/srv/http/work/blog/output",
|
||||
]
|
||||
}
|
||||
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