Skip to content

Commit

Permalink
Merge pull request #7 from chrisrhymes/feature/update-jekyll
Browse files Browse the repository at this point in the history
Feature/update jekyll
  • Loading branch information
chrisrhymes committed Feb 27, 2021
2 parents 07d0d5b + 49cc095 commit 8cfa9ce
Show file tree
Hide file tree
Showing 74 changed files with 2,215 additions and 1,166 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"
gemspec

gem "jekyll", "~> 3.8"
gem "jekyll", "~> 3.9"

group :jekyll_plugins do
gem "jekyll-feed", "~> 0.6"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Mere is a minimal and simple blog theme, and nothing more, for use with Jekyll a

It has a homepage which displays the latest 6 posts and a paginated blog page used to list out all blog posts.

**Mere Blog Theme uses Jekyll 3.9 for compatibility with GitHub Pages**


## Installation

Expand Down
13 changes: 6 additions & 7 deletions mere-blog-theme.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "mere-blog-theme"
spec.version = "0.4"
spec.version = "0.5"
spec.authors = ["chrisrhymes"]
spec.email = ["[email protected]"]

Expand All @@ -12,13 +12,12 @@ Gem::Specification.new do |spec|

spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_layouts|_includes|_sass|LICENSE|README|package|node_modules)!i) }

spec.add_runtime_dependency "jekyll", "~> 3.8"
spec.add_runtime_dependency "jekyll-feed", "~> 0.11"
spec.add_runtime_dependency "jekyll-sitemap", "~> 1.2"
spec.add_runtime_dependency "jekyll", "~> 3.9"
spec.add_runtime_dependency "jekyll-feed", "~> 0.15"
spec.add_runtime_dependency "jekyll-sitemap", "~> 1.4"
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.5"
spec.add_runtime_dependency "kramdown", "~> 1.17"
spec.add_runtime_dependency "rouge", "~> 3.3"
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.7"
spec.add_runtime_dependency "kramdown-parser-gfm", "~> 1.1"

spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rake", "~> 12.0"
Expand Down
13 changes: 13 additions & 0 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8cfa9ce

Please sign in to comment.