mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 10:36:39 -07:00
webdog.
This commit is contained in:
parent
00c90a12d7
commit
d8cb447e00
47 changed files with 53 additions and 5099 deletions
|
@ -1,12 +0,0 @@
|
|||
---
|
||||
title: click
|
||||
scripts: ["js/click.js"]
|
||||
styles: ["click.css"]
|
||||
embed:
|
||||
title: click
|
||||
site_name: zyl.gay
|
||||
description: click click click
|
||||
extra:
|
||||
name: basic
|
||||
template: extras/click.tera
|
||||
---
|
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
title: games!
|
||||
---
|
||||
|
||||
# games
|
||||
|
||||
little games i've made on here :3
|
||||
|
||||
<h2><a href="/pet">pet game</a></h2>
|
||||
|
||||
<h2><a href="/click">clicker game</a></h2>
|
|
@ -6,16 +6,12 @@ extra:
|
|||
count: 3
|
||||
---
|
||||
|
||||
# zyl is gay
|
||||
# webdog
|
||||
|
||||
hi! i'm zyl, a trans doggirlthing <abbr title="therian">ΘΔ</abbr> in the pnw.
|
||||
welcome to webdog, the static site generator fit for a dog :3
|
||||
|
||||
if you're interested, check out [my youtube](me$https://youtube.com/@zylpup) to see what i've got going on there
|
||||
|
||||
if you're an adult i have a couple socials floating around:
|
||||
|
||||
- [federated (sharkey)](me$https://fed.zyl.gay/@zyl)
|
||||
- [instagram?](me$https://www.instagram.com/zylbarker/)
|
||||
- [tumblr](me$https://www.tumblr.com/zyllian)
|
||||
|
||||
if you like what i do or just wanna help me out [check out my payment info](/pay-me) :)
|
||||
```
|
||||
git clone https://zyllian/webdog
|
||||
cd webdog
|
||||
cargo install .
|
||||
```
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
---
|
||||
title: pay me!!
|
||||
embed:
|
||||
title: pay me!!
|
||||
site_name: test
|
||||
description: send trans people money. like me.
|
||||
---
|
||||
|
||||
# pay me!!
|
||||
|
||||
you should send trans people money. here's how you can send _me_ money:
|
||||
|
||||
(preferred methods are feeless, so i'll receive the full amount you send)
|
||||
|
||||
- **[\$zylpup](https://cash.app/$zylpup)** on cashapp **(preferred)**
|
||||
- **z@zyl.gay** on apple cash **(preferred)**
|
||||
- [github sponsors](https://github.com/sponsors/zyllian)
|
||||
- [ko-fi](https://ko-fi.com/zylpup)
|
||||
- [buy me a coffee](https://buymeacoffee.com/zylpup)
|
|
@ -1,98 +0,0 @@
|
|||
---
|
||||
title: pet
|
||||
scripts: ["js/pet.js"]
|
||||
styles: ["pet.css"]
|
||||
embed:
|
||||
title: raise a pet
|
||||
site_name: test
|
||||
description: come raise a cool pet! you could get a square. or a circle. or a triangle. who knows?
|
||||
---
|
||||
|
||||
<div id="pet">
|
||||
<noscript><h1>javascript is required for the pet game!!</h1></noscript>
|
||||
<div id="pet-display">
|
||||
<h2 class="pet-name"></h2>
|
||||
<div class="the-pet"></div>
|
||||
<div class="status">
|
||||
<p name="hungry" class="hidden"><span class="pet-name"></span> looks hungry..</p>
|
||||
<p name="starving" class="hidden"><span class="pet-name"></span> is starving!! you need to feed them!!</p>
|
||||
<p name="unhappy" class="hidden"><span class="pet-name"></span> looks at you with wide eyes..</p>
|
||||
<p name="messy-1" class="hidden"><span class="pet-name"></span> has left a bit of a mess! time to clean!</p>
|
||||
<p name="messy-2" class="hidden">there's even more mess in here.. shouldn't you clean it for <span class="pet-name"></span>?</p>
|
||||
<p name="messy-3" class="hidden">what a mess!! <span class="pet-name"></span> can't be happy.. you've gotta clean in here</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="egg">
|
||||
<p>whoa! you just found a weird egg! maybe you should watch it and see what happens..</p>
|
||||
</div>
|
||||
|
||||
<div id="adult-info" class="hidden">
|
||||
<p><span class="pet-name"></span> has grown up to be an adult!! what will they do with their life now....</p>
|
||||
<button class="advance">okay!</button>
|
||||
</div>
|
||||
|
||||
<div id="elder-info" class="hidden">
|
||||
<p>oh? <span class="pet-name"></span> has aged and is now an elder creature! they may not have much left in their life.... hopefully it's been a good life!</p>
|
||||
<button class="advance">hopefully!!</button>
|
||||
</div>
|
||||
|
||||
<div id="passed-away-info" class="hidden">
|
||||
<p>oh... <span class="pet-name"></span> has finally gone and kicked the bucket. its story comes to an end....</p>
|
||||
<button>but what's this egg lying here about..?</button>
|
||||
</div>
|
||||
|
||||
<form id="pet-setup" class="hidden">
|
||||
<p>whoa! your egg just hatched into a new creature! what should you name it?</p>
|
||||
<input type="text" name="pet-name" min-length="3" max-length="50">
|
||||
<button type="submit">name it!</button>
|
||||
</form>
|
||||
|
||||
<div id="pet-actions">
|
||||
<div name="hatched-actions" class="hidden">
|
||||
<button name="feed">feed</button>
|
||||
<button name="pet">pet</button>
|
||||
<button name="clean">clean</button>
|
||||
</div>
|
||||
<button name="pause">pause</button>
|
||||
</div>
|
||||
|
||||
<div id="debug-section" class="hidden">
|
||||
<button id="force-update">force update</button> <button id="reset">reset</button>
|
||||
<p>LS: <span name="ls"></span> A: <span name="a"></span> F: <span name="f"></span> B: <span name="b"></span> P: <span name="p"></span> MC: <span name="mc"></span> H: <span name="h"></span></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<details>
|
||||
<summary>tips!!</summary>
|
||||
<ul>
|
||||
<li>pets need to be fed about once every eight hours!</li>
|
||||
<li>your pet still exists while the page is unloaded or your computer is off! pause if you need to leave them be for a while!</li>
|
||||
<li>make sure to keep your pet clean!!</li>
|
||||
<li>if your pet is turning grey, make sure you're giving them the attention they need!! pet's deserve happiness too :(</li>
|
||||
<li>if you take good enough care of your pet they'll stop going potty on the floor!</li>
|
||||
</ul>
|
||||
</details>
|
||||
|
||||
<details open>
|
||||
<summary>changelog</summary>
|
||||
<details>
|
||||
<summary>07/08/2024</summary>
|
||||
<ul>
|
||||
<li>slow pet food/happiness decay</li>
|
||||
</ul>
|
||||
</details>
|
||||
<details>
|
||||
<summary>07/04/2024</summary>
|
||||
<ul>
|
||||
<li>oops pets couldn't age past puppies..</li>
|
||||
</ul>
|
||||
</details>
|
||||
<details>
|
||||
<summary>06/25/2024</summary>
|
||||
<ul>
|
||||
<li>pets now are simulated even if the page is unloaded</li>
|
||||
<li>when pets are unhappy <redacted><!-- their hidden behavior stat drops --></li>
|
||||
</p>
|
||||
</details>
|
||||
</details>
|
|
@ -1,23 +0,0 @@
|
|||
---
|
||||
title: my projects
|
||||
---
|
||||
|
||||
# projects
|
||||
|
||||
a simple list of projects i maintain:
|
||||
|
||||
<h2><a href="https://github.com/zyllian/zyllian.github.io">this very website</a></h2>
|
||||
|
||||
the website you're on right now :3
|
||||
|
||||
<h2><a href="https://github.com/zyllian/classics">my minecraft classic server</a></h2>
|
||||
|
||||
a simple minecraft classic server implementing some classic protocol extensions. not feasible for a public server but otherwise functions well :\)
|
||||
|
||||
<h2><a href="https://pipefall.com">pipefall.com</a></h2>
|
||||
|
||||
pipefall
|
||||
|
||||
<h2><a href="https://fed.zyl.gay">sharkey instance</a> (invite only)</h2>
|
||||
|
||||
sharkey instance i run for myself/friends/etc
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
title: secret!!
|
||||
---
|
||||
|
||||
# you found the secret page! 🎉🎉
|
||||
|
||||
that's it.
|
Loading…
Add table
Add a link
Reference in a new issue