Compare commits

..

49 Commits

Author SHA1 Message Date
Your Name
af61747acc update i2p link 2026-01-12 18:53:36 -07:00
Your Name
916a4d1d4c add pgp 2026-01-11 15:49:39 -07:00
bergamotoil
16f3d03a04 Merge branch 'test' 2025-11-11 21:35:25 -07:00
Your Name
53b099f911 removed broken visitor count 2025-11-11 21:33:51 -07:00
bergamotoil
32c7ecfc52 whatever 2025-11-11 21:31:30 -07:00
bergamotoil
89624e7fe5 tweaks 2025-10-16 22:27:17 -06:00
Your Name
262f5c0fa0 test blog 2025-10-16 22:03:38 -06:00
semblanceofsense
0dcbf5c716 Sorry 2025-03-31 15:37:22 -06:00
semblanceofsense
95ab88cd88 visitor display 2025-03-12 13:12:31 -06:00
semblanceofsense
dfd71c2cc8 hideen-counter 2025-03-12 13:09:03 -06:00
semblanceofsense
4ed253757e real url 2025-03-11 12:28:33 -06:00
semblanceofsense
a85d4ba25e button counter 2025-03-11 12:22:11 -06:00
semblanceofsense
e1b949ae60 height and width 2025-03-10 23:18:16 -06:00
semblanceofsense
5d912008b2 gnhust 2025-03-10 23:16:30 -06:00
semblanceofsense
d120774d8f new config? 2025-03-10 23:12:34 -06:00
semblanceofsense
8d0359252f new config? 2025-03-10 23:09:01 -06:00
semblanceofsense
a176363c91 new config? 2025-03-10 23:06:24 -06:00
semblanceofsense
43a23e6f87 waflash 2025-03-10 22:59:53 -06:00
semblanceofsense
85b79f30da waflash 2025-03-10 22:57:32 -06:00
semblanceofsense
8e52e20ef6 gitignore 2025-03-10 22:38:29 -06:00
semblanceofsense
5d70681f56 ok 2025-03-10 22:36:38 -06:00
semblanceofsense
ca784c105f filestorage? 2025-03-10 22:32:52 -06:00
semblanceofsense
1555278a98 ruffle 2025-03-10 22:25:00 -06:00
semblanceofsense
1d9f05daaf isaac 2025-03-10 22:19:24 -06:00
semblanceofsense
fecfb33266 width and height 2025-03-10 22:07:39 -06:00
semblanceofsense
ece2d86f0d Hazel 2025-03-10 21:51:57 -06:00
semblanceofsense
6bd8a7b422 favicon 2025-02-25 22:06:50 -07:00
semblanceofsense
765a159e49 add i2p site 2025-02-25 14:09:13 -07:00
semblanceofsense
6847dedc94 remove div 2025-02-24 13:14:50 -07:00
semblanceofsense
b2865a290f onion loc 2025-02-24 13:02:30 -07:00
semblanceofsense
8fb336661e onion link 2025-02-24 12:51:19 -07:00
semblanceofsense
953958a7d7 botom padding now that footer isnt fixed 2025-02-23 21:35:55 -07:00
semblanceofsense
1333a5efdc move color footer 2025-02-23 18:47:01 -07:00
semblanceofsense
be22f03259 rechange color 2025-02-23 18:45:10 -07:00
semblanceofsense
8de2d794d8 change footer color 2025-02-23 18:44:05 -07:00
semblanceofsense
fe52bf65d7 unfix footer 2025-02-23 18:31:35 -07:00
semblanceofsense
23a2222bd7 links 2025-02-23 18:20:13 -07:00
semblanceofsense
069354fa3d changes 2025-02-23 18:15:56 -07:00
semblanceofsense
35c1ce9d31 borders 2025-02-23 17:25:38 -07:00
semblanceofsense
e45796548b Browner color 2025-02-22 22:06:53 -07:00
semblanceofsense
f26d929bf7 removed dead code 2025-02-22 16:09:27 -07:00
semblanceofsense
20633ebc32 another colorscheme 2025-02-22 16:03:04 -07:00
semblanceofsense
c8bda29764 add mainsite to top bar 2025-02-22 14:51:17 -07:00
semblanceofsense
63d01f09d7 minor style changes 2025-02-22 14:47:48 -07:00
semblanceofsense
1715c87983 new style.css 2025-02-22 14:40:09 -07:00
semblanceofsense
f883bce5c3 changed header color 2025-02-22 14:26:19 -07:00
semblanceofsense
1ec9084f6e Nicer top bar 2025-02-22 13:22:52 -07:00
semblanceofsense
612c315564 New 2025-02-21 20:41:13 -07:00
semblanceofsense
a3545d36cf New 2025-02-21 20:39:21 -07:00
13 changed files with 58 additions and 15 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
isaac.swf

View File

@@ -8,6 +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 id="sitemaptext">Site Map</h2>
<div> <div>
% run_handler $$h % run_handler $$h
</div> </div>

View File

@@ -5,7 +5,8 @@
<style> <style>
footer { footer {
width: 100%; width: 100%;
position: fixed;
bottom: 0; bottom: 0;
} }
</style> </style>
<img hidden src="https://profile-counter.glitch.me/bergamotoil.net/count.svg">

View File

@@ -1,14 +1,19 @@
<meta http-equiv="Onion-Location" content="http://mphrbof2crevbfihuouhli5wohjo7ci3vftbtvxuh44v5wwdkxyd6uad.onion/">
<div> <div>
<a href="https://git.bergamotoil.net/">git</a> <a href="https://bergamotoil.net/">main</a>
<p style="display:inline"> | </p> <p style="display:inline"> | </p>
<a href="https://files.bergamotoil.net/">filedumps</a> <a href="https://git.bergamotoil.net/">git</a>
<p style="display:inline"> | </p> <p style="display:inline"> | </p>
<a href="https://test.bergamotoil.net/">testing</a> <a href="https://files.bergamotoil.net/">filedumps</a>
<p style="display:inline"> | </p>
<a href="https://test.bergamotoil.net/">testing</a>
<p style="display:inline"> | </p>
<a href="http://mphrbof2crevbfihuouhli5wohjo7ci3vftbtvxuh44v5wwdkxyd6uad.onion/">onion</a>
<p style="display:inline"> | </p>
<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>
<!--
<a href="http://cat-v.org/update_log">site updates</a> |
<a href="/sitemap">site map</a>
-->
</div> </div>

30
_werc/pub/style.css Normal file
View File

@@ -0,0 +1,30 @@
body { display: flex; flex-wrap: wrap; font-family: sans; }
header { flex-basis: 100%; flex-shrink: 0; }
article { flex-basis: 60%; padding-left: 1em; }
footer { flex-basis: 100%; flex-shrink: 0; }
header nav { display: flex; justify-content: space-between; }
nav a, header a { text-decoration: none ; color: inherit; }
header h1 span { margin-left: 1em; font-size: 50%; font-style: italic; }
body > nav { flex-basis: content; padding-right: 1vw; min-width: 16em; }
nav ul { display: flex; flex-direction: column; list-style-type: none; list-style-position: outside; padding-left: 0; }
nav li ul { padding-left: 0.6em }
footer { display: flex; justify-content: space-between; }
/* body */
body { background-color: #ffdab3 }
/* header and top bar */
header h1 { border: 2px solid #ac8760; background-color: #ffe6cc; border-radius: 25px; padding-left: 15px; padding-bottom: 5px }
header nav { background-color: #ffe6cc; border: 2px solid #ac8760; border-radius: 15px; padding-left: 10px; padding-top: 2px; padding-bottom: 4px; }
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; }
/* footer */
footer { margin: 5px; }
footer a { color: #54402c }

View File

@@ -1 +0,0 @@
<h1>does this work?</h1>

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

BIN
hazel.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

@@ -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.</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
View 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

Binary file not shown.

2
sitemap.txt Normal file
View File

@@ -0,0 +1,2 @@
http://bergamotoil.net:443/isaac/
http://bergamotoil.net:443/isaac/isaac

3
theblog/testarticle.md Normal file
View File

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