File tree 5 files changed +8
-11
lines changed
5 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,6 @@ gem 'nokogiri'
3
3
gem 'rack' , '~> 2.2.4'
4
4
gem 'rspec'
5
5
gem 'jekyll'
6
- gem 'minima '
6
+ gem 'jekyll-theme-cayman '
7
7
gem 'bundler-graph'
8
+
Original file line number Diff line number Diff line change 40
40
safe_yaml (~> 1.0 )
41
41
terminal-table (>= 1.8 , < 4.0 )
42
42
webrick (~> 1.7 )
43
- jekyll-feed (0.17.0 )
44
- jekyll (>= 3.7 , < 5.0 )
45
43
jekyll-sass-converter (3.0.0 )
46
44
sass-embedded (~> 1.54 )
47
45
jekyll-seo-tag (2.8.0 )
48
46
jekyll (>= 3.8 , < 5.0 )
47
+ jekyll-theme-cayman (0.2.0 )
48
+ jekyll (> 3.5 , < 5.0 )
49
+ jekyll-seo-tag (~> 2.0 )
49
50
jekyll-watch (2.2.1 )
50
51
listen (~> 3.0 )
51
52
kramdown (2.4.0 )
57
58
rb-fsevent (~> 0.10 , >= 0.10.3 )
58
59
rb-inotify (~> 0.9 , >= 0.9.10 )
59
60
mercenary (0.4.0 )
60
- minima (2.5.1 )
61
- jekyll (>= 3.5 , < 5.0 )
62
- jekyll-feed (~> 0.9 )
63
- jekyll-seo-tag (~> 2.1 )
64
61
nokogiri (1.16.7-arm64-darwin )
65
62
racc (~> 1.4 )
66
63
nokogiri (1.16.7-x86_64-darwin )
@@ -108,7 +105,7 @@ PLATFORMS
108
105
DEPENDENCIES
109
106
bundler-graph
110
107
jekyll
111
- minima
108
+ jekyll-theme-cayman
112
109
nokogiri
113
110
rack (~> 2.2.4 )
114
111
rspec
Original file line number Diff line number Diff line change 1
1
title : All Mammals Learn by Playing
2
2
description : The creative play space of Michael R. Wolf
3
- theme : minima
3
+ theme : jekyll-theme-cayman
4
4
permalink : /:year/:month/:day/:title/
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ title: Blog
5
5
6
6
# Blog
7
7
8
- Welcome to my blog! Here is where your blog posts will appear.
8
+ Welcome to my blog! Here is where your blog posts will appear. Maybe!
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ title: Welcome
11
11
- [ blog.htm] ( blog.html )
12
12
13
13
14
-
15
14
# Welcome again
16
15
17
16
<ul >
You can’t perform that action at this time.
0 commit comments