Skip to content

Commit

Permalink
Update 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
matrixfox committed Apr 8, 2017
1 parent 3573660 commit 9d638ef
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v0.0.4

* updated meta in default.html
* added bootstrap upgrade script
* updated README
* remove Rakefile
* added .travis.yml
* added build and version info to README.md
* removed bootstrap and script/update
* added bootstrap-sass

## v0.0.3

* updated homepage url in gemspec
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/matrixfox/jekyll-theme-bootstrap.svg?branch=master)](https://travis-ci.org/matrixfox/jekyll-theme-bootstrap) [![Gem Version](https://badge.fury.io/rb/jekyll-theme-bootstrap.svg)](https://badge.fury.io/rb/jekyll-theme-bootstrap)

This Bootstrap theme is made for Jekyll. You can use the default template or make your own.
Jekyll Bootstrap Theme is the best of both worlds. Combing the power of Jekyll with Bootstrap. You may use the default template, or make your own.

## Usage

Expand Down Expand Up @@ -32,8 +32,6 @@ If you'd like to preview the theme locally (for example, in the process of propo

The theme contains a minimal test suite, to ensure a site with the theme would build successfully. To run the tests, simply run `script/cibuild`. You'll need to run `script/bootstrap` one before the test script will work.

To update to the latests Bootstrap version run `script/update` and press `y` to continue.

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/matrixfox/jekyll-theme-bootstrap. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
Expand Down
3 changes: 2 additions & 1 deletion jekyll-theme-bootstrap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "jekyll-theme-bootstrap"
spec.version = "0.0.3"
spec.version = "0.0.4"
spec.authors = ["matrixfox"]
spec.email = ["[email protected]"]

Expand All @@ -16,5 +16,6 @@ Gem::Specification.new do |spec|
end

spec.platform = Gem::Platform::RUBY
spec.add_development_dependency "bootstrap-sass", "~> 3.3.6"
spec.add_runtime_dependency "jekyll", "~> 3.3"
end

0 comments on commit 9d638ef

Please sign in to comment.