Skip to content

Commit

Permalink
v1.0.6 update
Browse files Browse the repository at this point in the history
  • Loading branch information
PandaSekh committed Dec 15, 2020
1 parent fe562e3 commit 3bbe560
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions jekyll-yamt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ["[email protected]"]

Expand All @@ -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
2 changes: 1 addition & 1 deletion utterances.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"origins": ["https://alessiofranceschi.me"]
"origins": ["https://yourwebsite.com"]
}

0 comments on commit 3bbe560

Please sign in to comment.