diff --git a/eleventy.config.js b/eleventy.config.js index 2dd55ab..3c726dc 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -24,6 +24,7 @@ export default function (eleventyConfig) { eleventyConfig.addPassthroughCopy("site-src/res"); eleventyConfig.addPassthroughCopy("site-src/*.png"); + eleventyConfig.addPassthroughCopy("site-src/**/*.html"); eleventyConfig.setLayoutsDirectory("layout"); diff --git a/site-src/fun-web-stuff.mdx b/site-src/fun-web-stuff.mdx new file mode 100644 index 0000000..f2e44a7 --- /dev/null +++ b/site-src/fun-web-stuff.mdx @@ -0,0 +1,10 @@ +--- +title: Fun web stuff +description: Stuff that mehbark made that you can play with on your browser +--- + +- [Spout](/spout): Fun, oft-interactive HTML/JS pieces +- [gol](https://pyrope.net/gol): [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway's_Game_of_Life) with checkboxes, made in elm +- [TIMEDOG](https://pyrope.net/TIMEDOG): a clock that measures time in Patricia Taxxon's [TECHDOG](https://patriciataxxon.bandcamp.com/album/techdog-1-7) +- [davehash](https://pyrope.net/davehash/): you know what a hash modus is, right? +- [old site](https://web.archive.org/web/20260124004542/https://terezi.pyrope.net/): the site before this one. [aka onepn](/twopn) diff --git a/site-src/index.mdx b/site-src/index.mdx index efb5ac2..a2d8c49 100644 --- a/site-src/index.mdx +++ b/site-src/index.mdx @@ -12,13 +12,29 @@ export function PostLink({post}) { {" "} ({tags.join(", ")}) {" "} - () + () > } -## Posts +## About me +- [I go by mehbark](/awesomebark) on the internet! +- I did get this domain just for the pun, but alas, I can't claim to be the number one Terezi fan. +- I put code on [my Forgejo instance](https://g.pyrope.net) and [my GitHub](https://github.com/mehbark). +- I had fun making posts on [cohost](https://cohost.org) before it died; + I enjoyed making [CSS crimes](https://cohost.org/mehbark/tagged/css%20crimes) the most, of course. +- I occasionally enjoy making bad video games and putting them on [my itch.io](https://mehbark.itch.io) + +If you want to do something on your browser AS SOON AS POSSIBLE, check out [my page of fun web stuff](/fun-web-stuff)! + +If you want longer-form stuff of even less consistent quality, check out [my blog](https://b.pyrope.net)! + +--- + +## Latest posts
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+