ghost Ghost - You are recommended to have at least 150 MB of memory available Sometimes running Ghost on lower powered server like a Digital Ocean $5 droplet can cause the Ghost CLI to complain about lack of memory: Message: You are recommended to have
theme ghostStrap - A minimalist and responsive Bootstrap theme for the Ghost blogging platform Upon setting up my Ghost blog, I wanted a themewhich was compatible with Bootstrap as I'm familiar with the layout and it's rock solid in terms of responsive design. I was surprised to find that either the Bootstrap themes was really old and out
blog How to add search functionality to your Ghost blog Adding search to your Ghost blog is relatively simple but requires a small amount of skill to edit your theme files. You can see how search works on the homepage of this blog. First of all, you need to turn on the Ghost Public
ghost How to setup HTTPS on your Ghost blog and avoid redirect loop If you are wanting to setup your Ghost blog URL to be HTTPS (SSL), you will need to ensure your Web Server is sending the correct Headers to Ghost. Failing to do so can cause your Blog to go into a endless redirect loop
theme How to change the post excerpt of your Ghost theme to HTML The Casper theme by default has an excerpt with all HTML tags / formatting removed. You can change this in your theme by editing the /content/themes/mytheme/partials/loop.hbs file of your theme. In the loop.hbs file you will see: {{excerpt words=
theme How to change the post excerpt length in your Ghost theme Changing the post excerpt length (teaser text) of your theme is relatively simple. You will need to edit the /content/themes/mytheme/partials/loop.hbs When opening your loop.hbs file you will see code like the this: {{! This is the post loop -