Easily publish Bootstrap 3 powered Jekyll sites.
Fork of the well known jekyll-bootstrap (v0.3.0). Original project is here.
The quickest way to start and publish your Jekyll powered blog. 100% compatible with GitHub pages.
- Go to https://github.com and create a new repository named USERNAME.github.io
$ git clone https://github.com/ricmclaughlin/jekyll-bootstrap-3 USERNAME.github.io
$ cd USERNAME.github.com
$ git remote set-url origin git@github.com:USERNAME/USERNAME.github.io.git
$ git push origin master
- After giving 10 mins to GitHub of course.
-
customize your portfolio by changing the
name :
,email :
,github :
,twitter :
andfeedburner :
fields in the_config.yml
file -
add a CNAME file to customize our portfolio's URL & change production_url in the
_config.yml
file -
customize your theme using Bootstrap!