From 01e9710178c0ff0b34f328664a5066ee962fa744 Mon Sep 17 00:00:00 2001 From: Fernando Paladini Date: Sun, 6 May 2018 13:28:55 -0300 Subject: [PATCH] improve readme --- readme.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/readme.md b/readme.md index 1541532..143b49e 100644 --- a/readme.md +++ b/readme.md @@ -94,6 +94,25 @@ $ ./deploy.sh Remember that Github takes about 10 minutes to update the website. +### Example + +I wrote and published a test article on my local Ghost blog: + +![image](https://user-images.githubusercontent.com/3361224/39675360-86527190-5130-11e8-9537-eb50723c554c.png) + +After that, I opened a Terminal window, go to the Ghost installation folder (`$HOME/.ghost`) and then run the following command: + +``` +$ ./deploy.sh +``` + +Running the script, my updates on blog are sent to my blog on Github Pages. A few moments later I refreshed the [home page of my blog](http://paladini.github.io/ghost-on-github-pages-demo/static/index.html) and then find out my new article: + +![image](https://user-images.githubusercontent.com/3361224/39675421-4c9d4ef6-5131-11e8-96b1-10a99129d08c.png) + +And that's all :) + + ## FAQ **1) Where is located Ghost files?**