summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/conf.py b/conf.py
index e2a080c..2490c16 100644
--- a/conf.py
+++ b/conf.py
@@ -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?
72DEFAULT_LANG = "en" 72DEFAULT_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.
385DEPLOY_COMMANDS = { 385DEPLOY_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