#jekyll-bootstrap-sass
This is a boilerplate project for Jekyll, which is bundled with bootstrap-sass.
Using this project will give you:
- Default template for static blogging with Jekyll.
- Bootstrap framework via bootstrap-sass 3.3.5
- Sensible website defaults from html5boilerplate 5.2.0
- Modernizr 2.8.3
- jQuery 1.11.3
- Google Analytics code snippet
Prerequisites
You will need to have Jekyll installed to utilise this project.
How to run locally
- Clone this repository: git clone https://github.com/irmbrady/jekyll-bootstrap-sass.git
- Go into the directory: cd jekyll-bootstrap-sass
- Run Jekyll: jekyll serve
- Open your browser and navigate to: http://localhost:4000
Development
Add custom Bootstrap variables to /_sass/bootstrap/_bootstrap-custom-variables.scss
.
Any custom SCSS partials should be added to the _sass
folder, as they will be compiled by Jekyll when serving. These partials must be imported in /stylesheets/main.scss
.
Update your Google Analytics tracker ID in /_layouts/defaults.html
.
Deployment
You can deploy your static blog for free using GitHub pages:
More deployment methods are explained in the Jekyll documentation: