Read Jekyll Quick Start
Complete usage and documentation available at: Jekyll Bootstrap
Update Author Attributes
In _config.yml
remember to specify your own data:
title : My Blog =)
author :
name : Name Lastname
email : blah@email.test
github : username
twitter : username
The theme should reference these variables whenever needed.
Sample Posts
This blog contains sample posts which help stage pages and blog data.
When you don’t need the samples anymore just delete the _posts/core-samples
folder.
$ rm -rf _posts/core-samples
Here’s a sample “posts list”.
- 30 Jul 2015 » Meteor 따라하기
- 14 May 2015 » Make to Hibrid app by PhoneGap - setting
- 07 Apr 2015 » Build Git Server
- 23 May 2014 » Web Crawler and Web Scraping on node.js
- 19 May 2014 » Thrift for CSharp - 2/2 (on Windows)
- 13 May 2014 » Thrift for CSharp - 1/2 (on Windows)
- 26 Mar 2014 » US-ASCII errors in Jekyll
- 25 Mar 2014 » Google Snippet
- 13 Mar 2014 » macbook pro
- 12 Mar 2014 » MongoLab for Python
- 05 Mar 2014 » google analytics for jekyll
- 02 Mar 2014 » let it go
- 23 Feb 2014 » 오픈 소스, 그 다양한 경험1
- 20 Feb 2014 » Cloud9 + jekyll (엔지니어링 블로그 만들어보기-나)
- 20 Feb 2014 » Cloud9 + jekyll (엔지니어링 블로그 만들어보기-가)
- 19 Feb 2014 » First Posting
- 29 Dec 2011 » Jekyll Introduction
To-Do
This theme is still unfinished. If you’d like to be added as a contributor, please fork! We need to clean up the themes, make theme usage guides with theme-specific markup examples.