From f978770956cfc2792eba21f77efc138690047da3 Mon Sep 17 00:00:00 2001 From: Peter Mosses Date: Sat, 16 Nov 2019 15:18:42 +0100 Subject: [PATCH] Update just-the-docs.gemspec Trying to get the navigation to remain in the forked site --- just-the-docs.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/just-the-docs.gemspec b/just-the-docs.gemspec index 0e38b4d..67c5f01 100644 --- a/just-the-docs.gemspec +++ b/just-the-docs.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |spec| spec.email = ["patrick.marsceill@gmail.com"] spec.summary = %q{A modern, highly customizable, and responsive Jekyll theme for documention with built-in search.} - # spec.homepage = "https://github.com/pmarsceill/just-the-docs" + spec.homepage = "https://pdmosses.github.io/just-the-docs" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|bin|_layouts|_includes|lib|Rakefile|_sass|LICENSE|README)}i) }