Skip to content

Commit bd1d604

Browse files
committed
New default theme: jekyll-theme-cayman
1 parent 1054dd9 commit bd1d604

File tree

5 files changed

+8
-11
lines changed

5 files changed

+8
-11
lines changed

Gemfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ gem 'nokogiri'
33
gem 'rack', '~> 2.2.4'
44
gem 'rspec'
55
gem 'jekyll'
6-
gem 'minima'
6+
gem 'jekyll-theme-cayman'
77
gem 'bundler-graph'
8+

Gemfile.lock

+4-7
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,13 @@ GEM
4040
safe_yaml (~> 1.0)
4141
terminal-table (>= 1.8, < 4.0)
4242
webrick (~> 1.7)
43-
jekyll-feed (0.17.0)
44-
jekyll (>= 3.7, < 5.0)
4543
jekyll-sass-converter (3.0.0)
4644
sass-embedded (~> 1.54)
4745
jekyll-seo-tag (2.8.0)
4846
jekyll (>= 3.8, < 5.0)
47+
jekyll-theme-cayman (0.2.0)
48+
jekyll (> 3.5, < 5.0)
49+
jekyll-seo-tag (~> 2.0)
4950
jekyll-watch (2.2.1)
5051
listen (~> 3.0)
5152
kramdown (2.4.0)
@@ -57,10 +58,6 @@ GEM
5758
rb-fsevent (~> 0.10, >= 0.10.3)
5859
rb-inotify (~> 0.9, >= 0.9.10)
5960
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)
6461
nokogiri (1.16.7-arm64-darwin)
6562
racc (~> 1.4)
6663
nokogiri (1.16.7-x86_64-darwin)
@@ -108,7 +105,7 @@ PLATFORMS
108105
DEPENDENCIES
109106
bundler-graph
110107
jekyll
111-
minima
108+
jekyll-theme-cayman
112109
nokogiri
113110
rack (~> 2.2.4)
114111
rspec

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
title: All Mammals Learn by Playing
22
description: The creative play space of Michael R. Wolf
3-
theme: minima
3+
theme: jekyll-theme-cayman
44
permalink: /:year/:month/:day/:title/

blog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ title: Blog
55

66
# Blog
77

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!

index.md

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ title: Welcome
1111
- [blog.htm](blog.html)
1212

1313

14-
1514
# Welcome again
1615

1716
<ul>

0 commit comments

Comments
 (0)