Skip to content

nybles/nybles.github.io

Repository files navigation

In order to create your own Ghost blog for free and host it on Github pages, check the following instructions. These instructions were tested on Linux, if you know how to make it work for Windows or Mac OS, please let me know and I'll add the instructions here. Check out the Live Demo.

Prerequisites

Before we start, you need to install some prerequisites:

Installing for the first time

1) Download repo.

3) Open the Terminal and navigate to the extracted folder. Run npm install.

Run "npm install". This step will take several minutes.

4) Now we've Ghost installed. Let's start it's localhost server running npm start:

Run the Ghost server at localhost for the first time using "npm start"

5) Ghost now will be live at http://localhost:2368. Let's create your user and configure Ghost for the first time: go to http://localhost:2368/ghost and follow the instructions.

Follow the Ghost instructions for the first time install.

6) Now you are at the Ghost Administrative Panel, personalize your page and create the desired content.

Ghost Administrative Panel