From 4e7b4db2e70deb665e63cc49d0623fc8430e6aaf Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Thu, 14 Jun 2018 21:19:47 +0200 Subject: Changes from the last two years --- conf.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'conf.py') 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 # in the default language will be shown instead. # What is the default language? -DEFAULT_LANG = "en" +DEFAULT_LANG = "de" # What other languages do you have? # The format is {"translationcode" : "path/to/translation" } @@ -384,7 +384,9 @@ REDIRECTIONS = [] # in a `nikola deploy` command as you like. DEPLOY_COMMANDS = { 'default': [ - "rsync -av --delete output/ erdgeist.org:erdgeist.org/new/", + # "rsync -av --delete output/ erdgeist.org:erdgeist.org/new/", + "rsync -av output/ erdgeist.org:erdgeist.org/", + #"rsync -av output/ 84.200.61.9:erdgeist.org/", ] } -- cgit v1.2.3