From f32c24b31caaedcd2782dd1d221c4b09ecc6ae3a Mon Sep 17 00:00:00 2001 From: Andrew Banchich Date: Sat, 30 Jan 2021 14:43:51 -0500 Subject: [PATCH] Update URL. --- .gitignore | 2 +- forty_jekyll_theme.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 18ea5fc..3c98f16 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ _site/ .sass-cache/ .jekyll-metadata -.jekyll-cache Gemfile.lock *.gem +.jekyll-cache diff --git a/forty_jekyll_theme.gemspec b/forty_jekyll_theme.gemspec index 5ca492a..2270d91 100644 --- a/forty_jekyll_theme.gemspec +++ b/forty_jekyll_theme.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |spec| spec.email = ["andrewbanchich@gmail.com"] spec.summary = %q{A Jekyll version of the "Forty" theme by HTML5 UP.} - spec.homepage = "https://gitlab.com/andrewbanchich/forty-jekyll-theme" + spec.homepage = "https://andrewbanchich.github.io/forty-jekyll-theme/" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|_sass|LICENSE|README)}i) }