Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit 3bbe560

Browse files
committed
v1.0.6 update
1 parent fe562e3 commit 3bbe560

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Site settings
22
title: YAMT
33
description: "Yet Another Minimal Theme"
4-
url: "https://yamt.netlify.app" # Actual base url of the website
4+
url: "https://pandasekh.github.io/Jekyll-YAMT/" # Actual base url of the website
55
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"
66
author:
77
name: "Alessio Franceschi"

jekyll-yamt.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "jekyll-yamt"
5-
spec.version = "1.0.5"
5+
spec.version = "1.0.6"
66
spec.authors = ["PandaSekh"]
77
spec.email = ["alessiofranceschi2@gmail.com"]
88

@@ -18,6 +18,6 @@ Gem::Specification.new do |spec|
1818
spec.add_runtime_dependency "jekyll-feed", "~> 0.13.0"
1919
spec.add_runtime_dependency "jekyll-sitemap", "~> 1.4.0"
2020

21-
spec.add_development_dependency "bundler", "~> 2.1.4"
21+
spec.add_development_dependency "bundler", "~> 2.2.1"
2222
spec.add_development_dependency "rake", "~> 12.0"
2323
end

utterances.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"origins": ["https://alessiofranceschi.me"]
2+
"origins": ["https://yourwebsite.com"]
33
}

0 commit comments

Comments
 (0)