diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..9f202be --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/battheme"] + path = themes/battheme + url = gitea@git.kittycat.homes:zoe/hugo-battheme.git diff --git a/content/games/mystery_creature.md b/content/games/mystery_creature.md new file mode 100644 index 0000000..ea7392f --- /dev/null +++ b/content/games/mystery_creature.md @@ -0,0 +1,11 @@ +--- +title: "mystery creature" +date: 2023-03-12T15:31:26+01:00 +description: "short visual novel for gameboy and web" +draft: false +--- + +{{
}} + +Mystery creature is a small visual novel for the gameboy (dmg) and [web](https://fruitsbat.itch.io/mystery-creature) in which an alien finds a cat. +It even has multiple endings! Hooray! The game was made for [a game jam](https://itch.io/jam/my-first-game-jam-winter-2023) and it was very fun to develop for gameboy. :) diff --git a/content/software/supercolor.md b/content/software/supercolor.md new file mode 100644 index 0000000..6cb5ad8 --- /dev/null +++ b/content/software/supercolor.md @@ -0,0 +1,15 @@ +--- +title: "supercolor" +date: 2023-03-12T15:47:55+01:00 +draft: false +description: "an overengineered colorscript written in rust" +--- + +{{
}} + +this is a small but overengineered colorscript written in rust. +it's possible to install via a nix flake, or from [source](https://github.com/zoe-bat/supercolor) if flakes make you MAD and ANGRY. + +theres a few builtin ascii arts, but it also supports pasing in your own. + +the real purpose of this is looking pretty whenever i open a terminal, but you are allowed to pretend it's for testing your terminal colors \ No newline at end of file diff --git a/static/img/creature.gif b/static/img/creature.gif new file mode 100644 index 0000000..e221f1b Binary files /dev/null and b/static/img/creature.gif differ diff --git a/static/img/supercolor.jpg b/static/img/supercolor.jpg new file mode 100644 index 0000000..34f09eb Binary files /dev/null and b/static/img/supercolor.jpg differ diff --git a/themes/battheme b/themes/battheme new file mode 160000 index 0000000..0145026 --- /dev/null +++ b/themes/battheme @@ -0,0 +1 @@ +Subproject commit 0145026f55e15d3ceea842a388f601e9cfdd8a5d