Skip to content

Commit

Permalink
Release 💎 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmistakes committed Mar 20, 2017
1 parent 80dbe6e commit 5d0cb91
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ with a few enhancements thrown in for good measure:
1. Install the theme as a Ruby Gem by adding it to your `Gemfile` like so:

```ruby
gem "jekyll-theme-basically-basic", :git => "https://github.com/mmistakes/jekyll-theme-basically-basic.git"
gem "jekyll-theme-basically-basic"
```

2. Fetch and update your bundled gems by running the following
Expand Down
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
Basically Basic Jekyll Theme 0.0.1
Basically Basic Jekyll Theme 1.0.0
Copyright 2017 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE.md
Expand Down
2 changes: 1 addition & 1 deletion _sass/basically-basic.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Basically Basic Jekyll Theme 0.0.1
* Basically Basic Jekyll Theme 1.0.0
* Copyright 2017 Michael Rose - mademistakes | @mmistakes
* Free for personal and commercial use under the MIT license
* https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE.md
Expand Down
2 changes: 1 addition & 1 deletion assets/javascripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
---

/*!
* Basically Basic Jekyll Theme 0.0.1
* Basically Basic Jekyll Theme 1.0.0
* Copyright 2017 Michael Rose - mademistakes | @mmistakes
* Free for personal and commercial use under the MIT license
* https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE.md
Expand Down
2 changes: 1 addition & 1 deletion docs/_layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
Basically Basic Jekyll Theme 0.0.1
Basically Basic Jekyll Theme 1.0.0
Copyright 2017 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE.md
Expand Down
2 changes: 1 addition & 1 deletion docs/_sass/basically-basic.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Basically Basic Jekyll Theme 0.0.1
* Basically Basic Jekyll Theme 1.0.0
* Copyright 2017 Michael Rose - mademistakes | @mmistakes
* Free for personal and commercial use under the MIT license
* https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE.md
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/javascripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
---

/*!
* Basically Basic Jekyll Theme 0.0.1
* Basically Basic Jekyll Theme 1.0.0
* Copyright 2017 Michael Rose - mademistakes | @mmistakes
* Free for personal and commercial use under the MIT license
* https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE.md
Expand Down
2 changes: 1 addition & 1 deletion jekyll-theme-basically-basic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Gem::Specification.new do |spec|
spec.version = "1.0.0"
spec.authors = ["Michael Rose"]

spec.summary = %q{A basic Jekyll theme with an opinionated design.}
spec.summary = %q{Your new Jekyll default theme.}
spec.homepage = "https://github.com/mmistakes/jekyll-theme-basically-basic"
spec.license = "MIT"

Expand Down

0 comments on commit 5d0cb91

Please sign in to comment.