Posted inArticles, Raspberry Pi

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 […]

Posted inRaspberry Pi, Tutorials

Docpad on Raspberry Pi

Docpad is an open source static document/website generator written in Node.js, Docpad lets you choose the way it builds static documentation/website with the help of plugins, Docpad has a build in plugin manager that uses NPM to install `node modules` that are used by Docpad and required by plugins as dependencies, Some plugin makes Docpad […]