This repository was archived by the owner on Apr 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Site settings
22title : YAMT
33description : " 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
55baseurl : " /" # 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"
66author :
77 name : " Alessio Franceschi"
Original file line number Diff line number Diff line change 22
33Gem ::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"
2323end
Original file line number Diff line number Diff line change 11{
2- "origins" : [" https://alessiofranceschi.me " ]
2+ "origins" : [" https://yourwebsite.com " ]
33}
You can’t perform that action at this time.
0 commit comments