File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ with a few enhancements thrown in for good measure:
55
55
1 . Install the theme as a Ruby Gem by adding it to your ` Gemfile ` like so:
56
56
57
57
``` ruby
58
- gem " jekyll-theme-basically-basic" , :git => " https://github.com/mmistakes/jekyll-theme-basically-basic.git "
58
+ gem " jekyll-theme-basically-basic"
59
59
```
60
60
61
61
2 . Fetch and update your bundled gems by running the following
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
<!--
3
- Basically Basic Jekyll Theme 0 .0.1
3
+ Basically Basic Jekyll Theme 1 .0.0
4
4
Copyright 2017 Michael Rose - mademistakes.com | @mmistakes
5
5
Free for personal and commercial use under the MIT license
6
6
https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE.md
Original file line number Diff line number Diff line change 1
1
/* !
2
- * Basically Basic Jekyll Theme 0 .0.1
2
+ * Basically Basic Jekyll Theme 1 .0.0
3
3
* Copyright 2017 Michael Rose - mademistakes | @mmistakes
4
4
* Free for personal and commercial use under the MIT license
5
5
* https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE.md
Original file line number Diff line number Diff line change 2
2
-- -
3
3
4
4
/*!
5
- * Basically Basic Jekyll Theme 0 .0.1
5
+ * Basically Basic Jekyll Theme 1 .0.0
6
6
* Copyright 2017 Michael Rose - mademistakes | @mmistakes
7
7
* Free for personal and commercial use under the MIT license
8
8
* https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE.md
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
<!--
3
- Basically Basic Jekyll Theme 0 .0.1
3
+ Basically Basic Jekyll Theme 1 .0.0
4
4
Copyright 2017 Michael Rose - mademistakes.com | @mmistakes
5
5
Free for personal and commercial use under the MIT license
6
6
https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE.md
Original file line number Diff line number Diff line change 1
1
/* !
2
- * Basically Basic Jekyll Theme 0 .0.1
2
+ * Basically Basic Jekyll Theme 1 .0.0
3
3
* Copyright 2017 Michael Rose - mademistakes | @mmistakes
4
4
* Free for personal and commercial use under the MIT license
5
5
* https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE.md
Original file line number Diff line number Diff line change 2
2
-- -
3
3
4
4
/*!
5
- * Basically Basic Jekyll Theme 0 .0.1
5
+ * Basically Basic Jekyll Theme 1 .0.0
6
6
* Copyright 2017 Michael Rose - mademistakes | @mmistakes
7
7
* Free for personal and commercial use under the MIT license
8
8
* https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE.md
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Gem::Specification.new do |spec|
5
5
spec . version = "1.0.0"
6
6
spec . authors = [ "Michael Rose" ]
7
7
8
- spec . summary = %q{A basic Jekyll theme with an opinionated design .}
8
+ spec . summary = %q{Your new Jekyll default theme .}
9
9
spec . homepage = "https://github.com/mmistakes/jekyll-theme-basically-basic"
10
10
spec . license = "MIT"
11
11
You can’t perform that action at this time.
0 commit comments