Overview
Setup Work Directory
- We need to setup work directory and clone this blog.
Installation
- Install Bundler
sudo gem install bundler
and Runbundle install
to install all dependencies (Jekyll, Jekyll-Sitemap, Octopress, etc)
Author Override
- Start by editing
authors.yml
file in the_data
folder and add your authors using the following format.
Note! You have to add your Gravatar Email Hash.
Create Post
- Create new post under guide categories
- Open atom and edit newly created post
- Assign author - Now add
author: Hetal_Shah
at the top of file. - Enable comments - Now add
comments: true
at the top of file.
- Check blog on web-browser at http://127.0.0.1:4000
- Now start writing your content and test it using above url, Once you are done with testing submit a pull request.