| layout | default |
|---|---|
| title | Home |
| head_title | Blogging with Jekyll Tutorial |
| header | This is Jekyll-Bootstrap |
Create content in markdown or textile and manage everything with git.
Publish from terminal, no database, no hosting headaches.
Jekyll Bootstrap is the first Jekyll blogging engine to support modular theming.
This makes designing and sharing themes for Jekyll blogs much easier and automatic.
Browse Current Themes (new window)
Installation is as easy as pasting in your account identifier.
- Disqus
- Livefyre
- Intense Debate
Easily create post and page file stubs using Jekyll Bootstrap's built in rake tasks.
Plus dynamically generated page stubs for all these goodies:
- archive.html
- pages.html
- tags.html
- categories.html
- sitemap.xml
- atom.xml
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.
Jekyll Bootstrap started as a way to empower more programmers to share their knowledge, advice, and experiences. We've grown through embracing Open Source and prolifically refining Jekyll Bootstrap's Public API.
The Result?
Each new supporter builds a bigger and better community from which we mutually benefit.
More and better themes, plugins, javascript goodies, and ultimately more knowledge shared.
- Thank you for investing in our community!
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.