Compare commits
26 Commits
6bd8a7b422
...
test
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
af61747acc | ||
|
|
916a4d1d4c | ||
|
|
16f3d03a04 | ||
|
|
53b099f911 | ||
|
|
32c7ecfc52 | ||
|
|
89624e7fe5 | ||
|
|
262f5c0fa0 | ||
|
|
0dcbf5c716 | ||
|
|
95ab88cd88 | ||
|
|
dfd71c2cc8 | ||
|
|
4ed253757e | ||
|
|
a85d4ba25e | ||
|
|
e1b949ae60 | ||
|
|
5d912008b2 | ||
|
|
d120774d8f | ||
|
|
8d0359252f | ||
|
|
a176363c91 | ||
|
|
43a23e6f87 | ||
|
|
85b79f30da | ||
|
|
8e52e20ef6 | ||
|
|
5d70681f56 | ||
|
|
ca784c105f | ||
|
|
1555278a98 | ||
|
|
1d9f05daaf | ||
|
|
fecfb33266 | ||
|
|
ece2d86f0d |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
isaac.swf
|
||||||
@@ -8,7 +8,7 @@
|
|||||||
% if(! ~ $#handlers_bar_left 0) {
|
% if(! ~ $#handlers_bar_left 0) {
|
||||||
<nav id="side-bar">
|
<nav id="side-bar">
|
||||||
% for(h in $handlers_bar_left) {
|
% for(h in $handlers_bar_left) {
|
||||||
<h2>Site Map</h2>
|
<h2 id="sitemaptext">Site Map</h2>
|
||||||
<div>
|
<div>
|
||||||
% run_handler $$h
|
% run_handler $$h
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -8,3 +8,5 @@ footer {
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
<img hidden src="https://profile-counter.glitch.me/bergamotoil.net/count.svg">
|
||||||
|
|||||||
@@ -10,7 +10,9 @@
|
|||||||
<p style="display:inline"> | </p>
|
<p style="display:inline"> | </p>
|
||||||
<a href="http://mphrbof2crevbfihuouhli5wohjo7ci3vftbtvxuh44v5wwdkxyd6uad.onion/">onion</a>
|
<a href="http://mphrbof2crevbfihuouhli5wohjo7ci3vftbtvxuh44v5wwdkxyd6uad.onion/">onion</a>
|
||||||
<p style="display:inline"> | </p>
|
<p style="display:inline"> | </p>
|
||||||
<a href="http://bergamotoil.i2p/?i2paddresshelper=yhltfioeggu436dyh73vmsukhjuddju2fdgwpao5tw2dhpx5z3da.b32.i2p">i2p</a>
|
<a href="http://bergamotoil.i2p/?i2paddresshelper=ly32trute3bdcyrkbwbpudzmajdmqbdqxzr75emfynxclycpbmia.b32.i2p">i2p</a>
|
||||||
|
<p style="display:inline"> | </p>
|
||||||
|
<a href="https://pgp.bergamotoil.net">pgp</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ header nav div a { text-decoration: underline; color: #54402c; }
|
|||||||
|
|
||||||
/* sidebar */
|
/* sidebar */
|
||||||
body > nav { background-color: #ffe6cc; margin-right: 25px; border: 2px solid #ac8760; border-radius: 25px; padding-left: 10px; }
|
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 */
|
/* article */
|
||||||
body > article { background-color: #ffe6cc; border: 2px solid #ac8760; border-radius: 25px; padding-bottom: 25px; }
|
body > article { background-color: #ffe6cc; border: 2px solid #ac8760; border-radius: 25px; padding-bottom: 25px; }
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
<h1>does this work?</h1>
|
|
||||||
@@ -1,6 +1,5 @@
|
|||||||
<div>
|
<div>
|
||||||
<h1>Go home!</h1>
|
<h1>Welcome. This is a personal site I'm still working on.</h1>
|
||||||
<img src="https://static0.gamerantimages.com/wordpress/wp-content/uploads/2023/01/ferris_buellers_day_off_credits.jpg" width="480" height="270">
|
<p>for now, enjoy this photo of my dog</p>
|
||||||
<p>If you've managed to stumble across this, go away I'm still working on it. But feel free to check out the meagre offerings! Yup.</p>
|
<img src="hazel.jpg" width="270" height="330">
|
||||||
<img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fmedia.giphy.com%2Fmedia%2FXC7O0OdGpTFqU%2Fgiphy.gif&f=1&nofb=1&ipt=d660b94f8f358b8f954b62bf1ef9a7e14751cbc3490301e199d131488cf6c918&ipo=images" width="480" height="270">
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
2
isaac/isaac.html
Normal file
2
isaac/isaac.html
Normal file
@@ -0,0 +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>
|
||||||
BIN
sitemap.gz
Normal file
BIN
sitemap.gz
Normal file
Binary file not shown.
2
sitemap.txt
Normal file
2
sitemap.txt
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
http://bergamotoil.net:443/isaac/
|
||||||
|
http://bergamotoil.net:443/isaac/isaac
|
||||||
3
theblog/testarticle.md
Normal file
3
theblog/testarticle.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# This is a test article
|
||||||
|
|
||||||
|
Does this work?
|
||||||
Reference in New Issue
Block a user