Skip to content

Commit

Permalink
v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eliottvincent committed Jan 2, 2025
1 parent 92e1753 commit f1e231d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
7 changes: 3 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.

title: Bay Jekyll Theme
description: >- # this means to ignore newlines until "baseurl:"
Bay is a minimal Jekyll Theme.
baseurl: "/bay" # the subpath of the site
url: "https://eliottvincent.github.io" # the base hostname & protocol for the site
description: Bay is a minimal Jekyll Theme.
baseurl: "/bay"
url: "https://eliottvincent.github.io"
og_image: /assets/img/profile-pic.jpg
google_analytics: "UA-121636368-3"

Expand Down
18 changes: 10 additions & 8 deletions bay_jekyll_theme.gemspec
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# coding: utf-8

Gem::Specification.new do |spec|
spec.name = "bay_jekyll_theme"
spec.version = "1.2.1"
spec.authors = ["Eliott Vincent"]
spec.email = ["[email protected]"]
spec.name = "bay_jekyll_theme"
spec.version = "1.2.2"
spec.authors = ["Eliott Vincent"]
spec.email = ["[email protected]"]

spec.summary = %q{A simple and minimal Jekyll theme..}
spec.homepage = "https://github.com/eliottvincent/bay"
spec.license = "MIT"
spec.summary = %q{A simple and minimal Jekyll theme.}
spec.homepage = "https://github.com/eliottvincent/bay"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0").select do |f|
spec.required_ruby_version = ">= 3.3.0"

spec.files = `git ls-files -z`.split("\x0").select do |f|
f.match(%r{^((_includes|_layouts|_sass|assets)/|(LICENSE|README|CHANGELOG)((\.(txt|md|markdown|js|css)|$)))}i)
end

Expand Down

0 comments on commit f1e231d

Please sign in to comment.