summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2018-06-14 21:19:47 +0200
committerDirk Engling <erdgeist@erdgeist.org>2018-06-14 21:19:47 +0200
commit4e7b4db2e70deb665e63cc49d0623fc8430e6aaf (patch)
tree1a00bbe7c62b787a87400486a0a25dab2f3b535e /conf.py
parent2d1b713a523ffbe5d9a29e36266cf9af8b852ad3 (diff)
Changes from the last two years
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