Skip to content

Commit

Permalink
Update deploy repo target
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug committed May 28, 2024
1 parent e5eb2ca commit 63f537a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
source "https://rubygems.org"

MM_REPO_PATH = '../minimal-mistakes'
if File.directory?(MM_REPO_PATH) then
gem "minimal-mistakes-jekyll", path: MM_REPO_PATH
else
gem "minimal-mistakes-jekyll", '>= 4.26.1'
end

gem "minimal-mistakes-jekyll", '>= 4.26.1'
gem "jekyll", '~> 4.3', '>= 4.3.3'
gem "kramdown", '>= 2.3.0'
gem "liquid-c", '~> 4.0'
Expand Down
2 changes: 1 addition & 1 deletion _sass/fonts/_common.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$baseurl-iBugStaticWebfonts: "https://static.ibugone.com/webfonts";
//$baseurl-iBugStaticWebfonts: "https://cdn.jsdelivr.net/gh/iBug-web/static/webfonts";
//$baseurl-iBugStaticWebfonts: "https://cdn.jsdelivr.net/gh/iBugOne/static/webfonts";

@mixin define-font-face($family, $url, $weight: unset, $style: unset, $embed: false) {
@font-face {
Expand Down
2 changes: 1 addition & 1 deletion script/config.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
GH_REPO=iBug-web/iBug-web.github.io
GH_REPO=iBugOne/iBugOne.github.io
BRANCH=master

0 comments on commit 63f537a

Please sign in to comment.