Release 💎 1.0.0
This commit is contained in:
parent
80dbe6e6dc
commit
5d0cb91cab
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue