From 25e52ff987a8a90d7b758dad98571e1711d964df Mon Sep 17 00:00:00 2001 From: Alchemy Mage Date: Sat, 28 Dec 2024 18:07:20 +0800 Subject: [PATCH] cdn --- .gitmodules | 5 ----- About/index.md | 2 +- Gemfile | 2 +- _includes | 2 +- _layouts | 2 +- assets | 1 - trigger.html | 4 ++++ upload.ps1 | 22 ---------------------- 8 files changed, 8 insertions(+), 32 deletions(-) delete mode 160000 assets create mode 100644 trigger.html delete mode 100644 upload.ps1 diff --git a/.gitmodules b/.gitmodules index 84bed0d..c25bb01 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,11 +3,6 @@ url = https://github.com/PosetMage/Jekyll_includes.git branch = main -[submodule "assets"] - path = assets - url = https://github.com/PosetMage/jekyll_assets.git - branch = main - [submodule "_layouts"] path = _layouts url = ../alchemy_layouts.git diff --git a/About/index.md b/About/index.md index d838799..697b3ee 100644 --- a/About/index.md +++ b/About/index.md @@ -37,4 +37,4 @@ img {
- \ No newline at end of file + \ No newline at end of file diff --git a/Gemfile b/Gemfile index 76ca04d..8757b77 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do end # Performance-booster for watching directories on Windows -gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] +gem "wdm" # Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem # do not have a Java counterpart. diff --git a/_includes b/_includes index b563832..81aa684 160000 --- a/_includes +++ b/_includes @@ -1 +1 @@ -Subproject commit b563832e385d23c649748a98fd906bc2fcd2e3e0 +Subproject commit 81aa684a7f65edfb5a034623146a5368c408e00a diff --git a/_layouts b/_layouts index 7ba7663..782a553 160000 --- a/_layouts +++ b/_layouts @@ -1 +1 @@ -Subproject commit 7ba7663137d706d9d281cd6a8138418de17efdab +Subproject commit 782a553f3dca80bdad26388bed4f8e6c24e14660 diff --git a/assets b/assets deleted file mode 160000 index fde0122..0000000 --- a/assets +++ /dev/null @@ -1 +0,0 @@ -Subproject commit fde0122f63f7d8d9cfe72435555c15aaac5c81b9 diff --git a/trigger.html b/trigger.html new file mode 100644 index 0000000..a8ea40b --- /dev/null +++ b/trigger.html @@ -0,0 +1,4 @@ +About +Blog +Content +Contact diff --git a/upload.ps1 b/upload.ps1 deleted file mode 100644 index 16036d3..0000000 --- a/upload.ps1 +++ /dev/null @@ -1,22 +0,0 @@ -cd _includes -./upload.bat -cd ../ - -cd _layouts -./upload.ps1 -cd ../ - -cd assets -./upload.bat -cd ../ - -git config --local user.name "AlchemyMage" -git config --local user.email "alchemy@posetmage.com" -git remote set-url origin git@AL:AlchemyMage/AlchemyMage.github.io.git - -git submodule update --recursive --remote - -git pull -git add . -git commit -m "upload" -git push