| layout | default |
|---|---|
| title | Home |
| head_title | Blogging with Jekyll Tutorial |
| header | This is Jekyll-Bootstrap |
Jekyll Bootstrap is the quickest way to start and publish your Jekyll powered blog.
All code is 100% compatible with GitHub pages.
New to blogging with Jekyll? Read the introduction.
Experienced Jekyll users recommend cloning an existing Jekyll blog to use as your starting point. Jekyll-bootstrap takes this advice to the next level by attempting to be the definitive Jekyll-framework to clone. The framework provides theme integration, code-helpers, and coded page-stubs to get you rolling.
-
Convenient
The main drawback to Jekyll as a publishing platform is you have to set everything up yourself. Jekyll-bootstrap takes you from 0 to hosted blog in 3 minutes, really! -
Comprehensive
Jekyll-bootstrap goes beyond documentation and explains how and why jekyll works the way it does, empowering you to extend as you fit without the barrier of a high learning curve. -
Free and Easy Hosting via GitHub Pages
Jekyll-bootstrap is 100% compatible with deploying to GitHub. Just push your repository to a valid GitHub Pages endpoint and GitHub hosts your website <3. -
Progressive, Unified Development
Ensuring your Jekyll blog is always compatible with GitHub Pages means development can be built upon in a way that moves the most users forward. This helps improve the current horizontal and highly segmented Jekyll ecosystem.
Go to your Github Dashboard and create a new repository named USERNAME.github.com
$ git clone https://github.com/plusjade/jekyll-bootstrap.git USERNAME.github.com
$ cd USERNAME.github.com
$ git remote set-url origin git@github.com:USERNAME/USERNAME.github.com.git
$ git push origin master
After GitHub has a couple minutes to do its magic your blog will be publicly available at http://USERNAME.github.com
I'll assume you have the Jekyll gem installed on your local machine. Run Jekyll-Bootstrap-Core locally to see what all the fuss is about:
$ git clone https://github.com/plusjade/jekyll-bootstrap.git
$ cd jekyll-bootstrap
$ jekyll --server
See it in action at http://localhost:4000.
Please show your support by "watching" Jekyll-Bootstrap on GitHub - Thanks!
Next, the Usage section contains information on pragmatically using your new Jekyll-bootstrap blog.