diff options
Diffstat (limited to 'conf.py')
-rw-r--r-- | conf.py | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -69,7 +69,7 @@ BLOG_DESCRIPTION = "is the personal page of Dirk Engling aka erdgeist" # (trans | |||
69 | # in the default language will be shown instead. | 69 | # in the default language will be shown instead. |
70 | 70 | ||
71 | # What is the default language? | 71 | # What is the default language? |
72 | DEFAULT_LANG = "en" | 72 | DEFAULT_LANG = "de" |
73 | 73 | ||
74 | # What other languages do you have? | 74 | # What other languages do you have? |
75 | # The format is {"translationcode" : "path/to/translation" } | 75 | # The format is {"translationcode" : "path/to/translation" } |
@@ -384,7 +384,9 @@ REDIRECTIONS = [] | |||
384 | # in a `nikola deploy` command as you like. | 384 | # in a `nikola deploy` command as you like. |
385 | DEPLOY_COMMANDS = { | 385 | DEPLOY_COMMANDS = { |
386 | 'default': [ | 386 | 'default': [ |
387 | "rsync -av --delete output/ erdgeist.org:erdgeist.org/new/", | 387 | # "rsync -av --delete output/ erdgeist.org:erdgeist.org/new/", |
388 | "rsync -av output/ erdgeist.org:erdgeist.org/", | ||
389 | #"rsync -av output/ 84.200.61.9:erdgeist.org/", | ||
388 | ] | 390 | ] |
389 | } | 391 | } |
390 | 392 | ||