From 3bbe5602905cf31791c1c9b6b0a3040b1cb9b126 Mon Sep 17 00:00:00 2001 From: Alessio Date: Tue, 15 Dec 2020 18:50:43 +0100 Subject: [PATCH] v1.0.6 update --- _config.yml | 2 +- jekyll-yamt.gemspec | 4 ++-- utterances.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 40c3867e..e97c48ba 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ # Site settings title: YAMT description: "Yet Another Minimal Theme" -url: "https://yamt.netlify.app" # Actual base url of the website +url: "https://pandasekh.github.io/Jekyll-YAMT/" # Actual base url of the website baseurl: "/" # url of the jekyll blog. e.g. if you set url to "mysite.com" and baseurl to "blog", the jekyll website will work on "mysite.com/blog" author: name: "Alessio Franceschi" diff --git a/jekyll-yamt.gemspec b/jekyll-yamt.gemspec index 8448b61d..8231f965 100644 --- a/jekyll-yamt.gemspec +++ b/jekyll-yamt.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "jekyll-yamt" - spec.version = "1.0.5" + spec.version = "1.0.6" spec.authors = ["PandaSekh"] spec.email = ["alessiofranceschi2@gmail.com"] @@ -18,6 +18,6 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency "jekyll-feed", "~> 0.13.0" spec.add_runtime_dependency "jekyll-sitemap", "~> 1.4.0" - spec.add_development_dependency "bundler", "~> 2.1.4" + spec.add_development_dependency "bundler", "~> 2.2.1" spec.add_development_dependency "rake", "~> 12.0" end \ No newline at end of file diff --git a/utterances.json b/utterances.json index cd6752af..2e5ff8c5 100644 --- a/utterances.json +++ b/utterances.json @@ -1,3 +1,3 @@ { - "origins": ["https://alessiofranceschi.me"] + "origins": ["https://yourwebsite.com"] }