A Bare Bones Bootstrap & Jekyll site starting point that doesn't assume anything.
Current - 1.2.1
This repo was created as a starting point to use Bootstrap & Jekyll to create static websites. Most Bootstrap & Jekyll scaffolds assume too much, spend less time undoing configurations geared towards building a blog and start building sites faster.
Clone the repo and start building your site:
git clone [email protected]:aaronkwhite/bootstrap-jekyll.git project-name
The core components are located in the source directory, so you can better organize your content and stucture.
This repo is using Bootstrap Less & Font-Awesome Less, located in the root directory. You'll need to setup Compass or use Codekit to compile the Less into the source/assets/stylesheets
directory.
To test your site locally just run:
jekyll serve
Note: Make sure you update your git remote before you try to push any changes.
If you would like to contribute to this repo, hit me up on twitter @aaronkwhite and then we can talk pull requests.