From e1cbdafee6924d78ab602cf992aaff2aa64e6354 Mon Sep 17 00:00:00 2001 From: kev Date: Mon, 6 Jun 2016 18:24:00 +0800 Subject: [PATCH] update ghost --- ghost/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ghost/README.md b/ghost/README.md index cff0801..bd850b7 100644 --- a/ghost/README.md +++ b/ghost/README.md @@ -20,11 +20,13 @@ $ docker-compose up -d $ docker-compose exec ghost bash >>> cd /var/lib/ghost/ >>> sed -i 's@http://localhost:2368@https://blog.easypi.info@' config.js ->>> sed -i '/google/d' themes/casper/default.hbs +>>> grep -rIl 'googleapis' core content | xargs sed -i 's/googleapis/useso/g' >>> exit $ docker-compose restart ``` +> :warning: `useso.com` doesn't support https! + ## Setup SSL > Read [this][2] to setup SSL.