mrvautin

Tag: ghost-tag

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.hbsWhen opening your loop.hbs file you will see code like the this:You can change the default Casper

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:{% raw %}{{excerpt

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 and fail to work.The

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 API (which by default is

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 of

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 at least 150 MB of memory available for smooth operation. It looks like you