Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
HomunMage committed Jan 2, 2025
1 parent 8668646 commit 3c220c1
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 22 deletions.
5 changes: 1 addition & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
path = _includes
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/page"]
path = _layouts/page
url = https://github.com/PosetMage/jekyll_layouts.git
Expand Down
4 changes: 0 additions & 4 deletions BingSiteAuth.xml

This file was deleted.

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
13 changes: 4 additions & 9 deletions _layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,7 @@
</span>
</label>

<div class="trigger">
<a class="page-link" href="/About/">About</a>
<a class="page-link" href="/Frontend/">Frontend</a>
<a class="page-link" href="/Backend/">Backend</a>
<a class="page-link" href="/Others/">Others</a>
</div>
<div class="trigger"></div>
</nav>
</div>
</header>
Expand All @@ -43,9 +38,9 @@

{%- include footer.html -%}

<script src="{{ '/assets/js/EmailEncoder.js' | relative_url }}"></script>

<script src="{{ '/assets/js/SearchSite.js' | relative_url }}"></script>
<script src="https://posetmage.com/cdn/js/EmailEncoder.js"></script>
<script src="https://posetmage.com/cdn/js/SearchSite.js"></script>
<script src="https://posetmage.com/cdn/js/PageTrigger.js"></script>

</body>

Expand Down
2 changes: 1 addition & 1 deletion _layouts/page
1 change: 0 additions & 1 deletion assets
Submodule assets deleted from fde012
1 change: 0 additions & 1 deletion google060a54a1695ed1eb.html

This file was deleted.

1 change: 1 addition & 0 deletions google48272c50abd5cf42.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
google-site-verification: google48272c50abd5cf42.html
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="/Frontend/">Frontend</a>
<a class="page-link" href="/Backend/">Backend</a>
<a class="page-link" href="/Others/">Others</a>

0 comments on commit 3c220c1

Please sign in to comment.