Merge branch 'test'

This commit is contained in:
bergamotoil
2025-11-11 21:35:25 -07:00
5 changed files with 6 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
% if(! ~ $#handlers_bar_left 0) {
<nav id="side-bar">
% for(h in $handlers_bar_left) {
<h2>Site Map</h2>
<h2 id="sitemaptext">Site Map</h2>
<div>
% run_handler $$h
</div>

View File

@@ -20,6 +20,7 @@ header nav div a { text-decoration: underline; color: #54402c; }
/* sidebar */
body > nav { background-color: #ffe6cc; margin-right: 25px; border: 2px solid #ac8760; border-radius: 25px; padding-left: 10px; }
#side-bar > div { line-height: 50px; font-size: large }
/* article */
body > article { background-color: #ffe6cc; border: 2px solid #ac8760; border-radius: 25px; padding-bottom: 25px; }

View File

@@ -2,6 +2,4 @@
<h1>Welcome. This is a personal site I'm still working on.</h1>
<p>for now, enjoy this photo of my dog</p>
<img src="hazel.jpg" width="270" height="330">
<h3>Visitor count:</h3>
<img src="https://profile-counter.glitch.me/bergamotoil.net/count.svg">
</div>

View File

@@ -1 +1,2 @@
<h2>I have switched to a wireguard proxy as opposed to just ssh port forwarding which should make updtime far more consistent</h2>
<iframe class="game-frame lazyloaded" id="game-frame" data-src="https://gnhustgames.github.io/the-binding-of-isaac/" src="https://gnhustgames.github.io/the-binding-of-isaac/" data-load-mode="1" width="800" height="600"></iframe>

3
theblog/testarticle.md Normal file
View File

@@ -0,0 +1,3 @@
# This is a test article
Does this work?