Source code for my website textht.ml
0

Configure Feed

Select the types of activity you want to include in your feed.

Format everything with Prettier

MymeType (May 22, 2026, 5:37 PM +0200) 1ea1bdd2 82b954de

+35 -22
+2 -5
.prettierrc
··· 1 1 { 2 - "plugins": [ 3 - "prettier-plugin-astro", 4 - "prettier-plugin-stylus" 5 - ], 2 + "plugins": ["prettier-plugin-astro", "prettier-plugin-stylus"], 6 3 "overrides": [ 7 4 { 8 5 "files": "*.astro", ··· 11 8 } 12 9 } 13 10 ] 14 - } 11 + }
+1 -1
.tangled/workflows/build.yml
··· 17 17 - name: "Build and deploy to Nekoweb" 18 18 command: "npm run build" 19 19 - name: "Upload via copyparty" 20 - command: "u2c -a $COPYPARTY_DEPLOY_KEY --dr https://copyparty-caddy.textht.ml ./dist" 20 + command: "u2c -a $COPYPARTY_DEPLOY_KEY --dr https://copyparty-caddy.textht.ml ./dist"
+31 -15
src/pages/index.astro
··· 8 8 <p><b>WORK IN PROGRESS</b></p> 9 9 10 10 <h2>SOCIALS</h2> 11 - <p> 12 - <a href="https://artfight.net/~MymeType"><strong>Art Fight (must be logged in)</strong></a> 13 - <a href="https://www.albumoftheyear.org/user/mymetype/"><strong>Album of The Year</strong></a> 11 + <p> 12 + <a href="https://artfight.net/~MymeType" 13 + ><strong>Art Fight (must be logged in)</strong></a 14 + > 15 + <a href="https://www.albumoftheyear.org/user/mymetype/" 16 + ><strong>Album of The Year</strong></a 17 + > 14 18 <a href="https://bsky.app/profile/textht.ml"><strong>Bluesky</strong></a> 15 19 <a href="https://codeberg.org/MymeType"><strong>Codeberg</strong></a> 16 20 <a href="https://fluxer.gg/TYJC7dCm"><strong>Fluxer server</strong></a> 17 21 <a href="https://git.gay/MymeType"><strong>git.gay</strong></a> 18 22 <a href="https://github.com/MymeType"><strong>GitHub</strong></a> 19 - <a href="https://groovestats.com/index.php?page=profile&amp;id=195392"><strong>GrooveStats</strong></a> 23 + <a href="https://groovestats.com/index.php?page=profile&id=195392" 24 + ><strong>GrooveStats</strong></a 25 + > 20 26 <a href="https://www.instagram.com/mymetype/"><strong>Instagram</strong></a> 21 27 <a href="https://osu.ppy.sh/users/34057278"><strong>osu!</strong></a> 22 28 <a href="https://polytoria.com/u/MymeType"><strong>Polytoria</strong></a> 23 - <a href="https://www.roblox.com/users/1249273907/profile"><strong>Roblox</strong></a> 29 + <a href="https://www.roblox.com/users/1249273907/profile" 30 + ><strong>Roblox</strong></a 31 + > 24 32 <a href="https://steamcommunity.com/id/mymetype/"><strong>Steam</strong></a> 25 - <a href="https://stream.place/mymetype.at.tokyonight.city"><strong>Streamplace</strong></a> 26 - <a href="https://tangled.org/mymetype.at.tokyonight.city"><strong>Tangled</strong></a> 33 + <a href="https://stream.place/mymetype.at.tokyonight.city" 34 + ><strong>Streamplace</strong></a 35 + > 36 + <a href="https://tangled.org/mymetype.at.tokyonight.city" 37 + ><strong>Tangled</strong></a 38 + > 27 39 <a href="https://mymetype.tumblr.com/"><strong>Tumblr</strong></a> 28 - <a href="https://tokyonight.city/blog/MymeType"><strong>Wafrn</strong></a> 40 + <a href="https://tokyonight.city/blog/MymeType"><strong>Wafrn</strong></a> 29 41 <a href="https://www.youtube.com/@MymeType"><strong>YouTube</strong></a> 30 - </p> 42 + </p> 31 43 <h2>CONTACT</h2> 32 - <p> 33 - <strong>Email (for more formal matters)</strong>: <code>content-type@textht.ml</code> 44 + <p> 45 + <strong>Email (for more formal matters)</strong>: <code 46 + >content-type@textht.ml</code 47 + > 34 48 <strong>Fluxer (preferred!)</strong>: <code>MymeType#0667</code> 35 - <strong>Signal (chats expire after 8 hours)</strong>: <code>MymeType.16</code> 49 + <strong>Signal (chats expire after 8 hours)</strong>: <code 50 + >MymeType.16</code 51 + > 36 52 <strong>XMPP</strong>: <code>mymetype@magicbroccoli.de</code> 37 - </p> 53 + </p> 38 54 39 55 <img src="/button.gif" /> 40 56 <br /> ··· 88 104 ><img src="https://ivrry.nekoweb.org/assets/images/button.png" /> 89 105 </a> 90 106 <a href="https://lgbtqia.wiki/wiki/Paraboy" 91 - ><img src="/paraboy-button.png"> 107 + ><img src="/paraboy-button.png" /> 92 108 </a> 93 - <img src="/blockbuster-button.gif"> 109 + <img src="/blockbuster-button.gif" /> 94 110 <br /> 95 111 <a href="https://tangled.org/mymetype.at.tokyonight.city/website">SOURCE</a> 96 112 </Base>
+1 -1
src/styles/index.styl
··· 32 32 &:visited 33 33 color #737373 34 34 &:active 35 - color #ffffff 35 + color #ffffff