Update URL.

This commit is contained in:
Andrew Banchich 2021-01-30 14:43:51 -05:00
parent c27d20e21e
commit f32c24b31c
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,6 +1,6 @@
_site/
.sass-cache/
.jekyll-metadata
.jekyll-cache
Gemfile.lock
*.gem
.jekyll-cache

View File

@ -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) }