Ghost on Pi

[Ghost](https://ghost.org) is open source blogging platform written in [Node.js](https://nodejs.org) that offers self hosting and hosted service. We are going to self host Ghost on a Raspberry Pi. This guide will take you through the steps of setting up a self hosted Ghost production environment. I am working on this setup with a clean install of … Read more

Live tile for Jekyll

[Microsoft](h introduced live tile for websites for IE in Windows 8, which was improved even further in 8.1 and now it continues in Microsoft Edge for Windows which makes it a great feature to have, because all you have to do is pin the site to Start. The live tile does not anything special, all … Read more

Apple Pencil: Why it needs to exist?

On 9th of this month [Apple](https://apple.com) launched [Apple Pencil](http://www.apple.com/apple-pencil/) an accessory for the [iPad Pro](http://www.apple.com/ipad-pro/). It is a stylus completely developed by Apple for the iPad Pro that offers pressure sensitivity and tilt detection, it runs on battery and is shaped like a pencil, it can be charged by the lightning connector that can be … Read more

PHP: 301 Redirect

In PHP, you can use header function and create 301 redirect. Here is a sample snippet. Update: The code below is an older version of this post. This will redirect the PHP page you have added this into example.com, you can change example.com to any domain you prefer, you can do the same to file … Read more

So Clean

I created a clean and simple theme for Ghost blogging platform, here are a few screenshots. You can install it by downloading the zip and placing the folder in. /content/themes/ You have to restart Ghost and go to the settings panel and choose So Clean as the theme. If you find a bug in the … Read more