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.