Skip to content

Commit

Permalink
cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
AlchemyMage committed Dec 28, 2024
1 parent 1e58437 commit 25e52ff
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion About/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ img {

<div id="subbrands"></div>

<script src="{{ '/assets/js/Sub_Brands.js' | relative_url }}"></script>
<script src="https://posetmage.com/cdn/js/Sub_Brands.js"></script>
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion _includes
Submodule _includes updated 6 files
+1 −1 LICENSE
+27 −0 README.md
+1 −1 myrss.html
+0 −1 run.bat
+2 −0 serve.bat
+0 −8 upload.bat
2 changes: 1 addition & 1 deletion _layouts
Submodule _layouts updated 3 files
+4 −9 base.html
+1 −1 page
+0 −13 upload.ps1
1 change: 0 additions & 1 deletion assets
Submodule assets deleted from fde012
4 changes: 4 additions & 0 deletions trigger.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<a class="page-link" href="/About/">About</a>
<a class="page-link" href="/Blog/">Blog</a>
<a class="page-link" href="/Content/">Content</a>
<a class="page-link" href="/Contact/">Contact</a>
22 changes: 0 additions & 22 deletions upload.ps1

This file was deleted.

0 comments on commit 25e52ff

Please sign in to comment.