From 73b0e10646849946866361fea520f04481164ac7 Mon Sep 17 00:00:00 2001 From: kev Date: Fri, 6 May 2016 11:41:17 +0800 Subject: [PATCH] update ghost --- ghost/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ghost/README.md b/ghost/README.md index 9967d0d..cff0801 100644 --- a/ghost/README.md +++ b/ghost/README.md @@ -55,5 +55,19 @@ server { } ``` +## Ghost Setup + +[Ghost][3] allows you to inject code into the top and bottom of your theme +files without editing them. + +```css + +``` + [1]: https://ghost.org/ [2]: http://support.ghost.org/setup-ssl-self-hosted-ghost/ +[3]: https://blog.easypi.info/ghost/settings/code-injection/