Skip to content

Latest commit

 

History

History
132 lines (109 loc) · 4.55 KB

File metadata and controls

132 lines (109 loc) · 4.55 KB
layout default
title Home
head_title Blogging with Jekyll Tutorial
header This is Jekyll-Bootstrap

The Quickest Way to Blog with Jekyll.

Jekyll-Bootstrap is a blogging framework made for developers and designers.
Create content in markdown or textile and manage everything with git.
Publish from terminal, no database, no hosting headaches.

Install and Switch Blog Themes With One Command.

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)

Support For All Major Blog Comment Engines.

Installation is as easy as pasting in your account identifier.

  • Disqus
  • Livefyre
  • Intense Debate
  • Facebook

Built-in Post and Page File Creation.

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

Free and Easy Blog Hosting With 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.

Blog Your Way to a Better World =)

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!

New to blogging with Jekyll? Read the introduction.

Zero to Hosted Jekyll Blog in 3 Minutes

My GitHub username: Personalize Install Code

1 - Create a New Repository

Go to your Github Dashboard and create a new repository named USERNAME.github.com

2 - Install Jekyll-Bootstrap

$ 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

3 - Profit

After GitHub has a couple minutes to do its magic your blog will be publicly available at http://USERNAME.github.com

*Already have your blog on GitHub?

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.

Next Steps