Add "Playing It Safe" draft and improve type-checking

- Remove most type assertions and improve types
- Validate wordCount property
- Add "Vore Day" tag
- Add licenses
This commit is contained in:
Bad Manners 2024-08-03 20:33:49 -03:00
parent 17ef8c652c
commit fe908a4989
37 changed files with 1309 additions and 841 deletions

View file

@ -15,8 +15,6 @@ export default defineConfig({
],
markdown: {
smartypants: false,
// Remove this line once @astropub/md@0.5.0 lands
syntaxHighlight: false,
},
build: {
assets: "assets",

View file

@ -7,13 +7,17 @@ isDraft: true
authors: bad-manners
# wordCount: 1000
contentWarning: >
Contains: Non-fatal same size oral vore, with willing anthro male fox predator, and unwilling feral female wolf prey. Also includes other stuff.
Contains: Same size safe vore/endosoma (oral vore), with willing anthro male fox predator, and unwilling feral female wolf prey. Also includes other stuff.
# thumbnail: /src/assets/thumbnails/story_thumbnail.png
description: |
Some funny text.
# posts:
# mastodon: https://meow.social/@BadManners/133742069
tags: []
# requester: anonymous
# commissioner: anonymous
# copyrightedCharacters:
# "Some Character": anonymous
# series: the-lost-of-the-marshes
# prev: previous-story
# next: ~

728
package-lock.json generated
View file

@ -1,30 +1,31 @@
{
"name": "gallery-badmanners-xyz",
"version": "1.5.5",
"version": "1.6.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "gallery-badmanners-xyz",
"version": "1.5.5",
"version": "1.6.0",
"dependencies": {
"@astrojs/check": "^0.8.2",
"@astrojs/rss": "^4.0.7",
"@astrojs/tailwind": "^5.1.0",
"@astropub/md": "^0.4.0",
"@astropub/md": "^1.0.0",
"@tailwindcss/typography": "^0.5.13",
"@types/sanitize-html": "^2.11.0",
"astro": "^4.12.2",
"astro-pagefind": "^1.6.0",
"github-slugger": "^2.0.0",
"marked": "^12.0.1",
"pagefind": "^1.1.0",
"reading-time": "^1.5.0",
"sanitize-html": "^2.13.0",
"tailwindcss": "^3.4.6",
"tiny-decode": "^0.1.3",
"typescript": "^5.5.4"
},
"devDependencies": {
"@types/sanitize-html": "^2.11.0",
"commander": "^12.1.0",
"dotenv-cli": "^7.4.2",
"fetch-retry": "^6.0.0",
@ -153,29 +154,29 @@
}
},
"node_modules/@astrojs/markdown-remark": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-4.3.0.tgz",
"integrity": "sha512-iZOgYj/yNDvBRfKqkGuAvjeONhjQPq8Uk3HjyIgcTK5valq03NiUgSc5Ovq00yUVBeYJ/5EDx23c8xqtkkBlPw==",
"peer": true,
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-5.2.0.tgz",
"integrity": "sha512-vWGM24KZXz11jR3JO+oqYU3T2qpuOi4uGivJ9SQLCAI01+vEkHC60YJMRvHPc+hwd60F7euNs1PeOEixIIiNQw==",
"license": "MIT",
"dependencies": {
"@astrojs/prism": "^3.0.0",
"@astrojs/prism": "3.1.0",
"github-slugger": "^2.0.0",
"hast-util-from-html": "^2.0.0",
"hast-util-to-text": "^4.0.0",
"import-meta-resolve": "^4.0.0",
"hast-util-from-html": "^2.0.1",
"hast-util-to-text": "^4.0.2",
"import-meta-resolve": "^4.1.0",
"mdast-util-definitions": "^6.0.0",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"remark-smartypants": "^2.0.0",
"shiki": "^1.1.2",
"unified": "^11.0.4",
"remark-rehype": "^11.1.0",
"remark-smartypants": "^3.0.2",
"shiki": "^1.10.3",
"unified": "^11.0.5",
"unist-util-remove-position": "^5.0.0",
"unist-util-visit": "^5.0.0",
"unist-util-visit-parents": "^6.0.0",
"vfile": "^6.0.1"
"unist-util-visit-parents": "^6.0.1",
"vfile": "^6.0.2"
}
},
"node_modules/@astrojs/prism": {
@ -233,11 +234,12 @@
}
},
"node_modules/@astropub/md": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@astropub/md/-/md-0.4.0.tgz",
"integrity": "sha512-f0kJIfywRKLcVqlizqUPModBBuJ7WwBEIWJEt1Eq/ksSYixtOl8HQWMZKJhv9Xtc9OKHhkQf0AQc56EV1xNUnw==",
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@astropub/md/-/md-1.0.0.tgz",
"integrity": "sha512-++urcyulQogbLAF0VC2rEp6qLUfnRX9iaDREAkN1su9fF8V84DVaMHbQXn7qqQ27wYT5AVVeoK+4+vggYYVbQg==",
"license": "CC0-1.0",
"peerDependencies": {
"@astrojs/markdown-remark": "^4"
"@astrojs/markdown-remark": "^5"
}
},
"node_modules/@babel/code-frame": {
@ -2002,20 +2004,14 @@
"integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g=="
},
"node_modules/@types/nlcst": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/@types/nlcst/-/nlcst-1.0.4.tgz",
"integrity": "sha512-ABoYdNQ/kBSsLvZAekMhIPMQ3YUZvavStpKYs7BjLLuKVmIMA0LUgZ7b54zzuWJRbHF80v1cNf4r90Vd6eMQDg==",
"peer": true,
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/@types/nlcst/-/nlcst-2.0.3.tgz",
"integrity": "sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==",
"license": "MIT",
"dependencies": {
"@types/unist": "^2"
"@types/unist": "*"
}
},
"node_modules/@types/nlcst/node_modules/@types/unist": {
"version": "2.0.10",
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz",
"integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==",
"peer": true
},
"node_modules/@types/node": {
"version": "20.11.30",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.30.tgz",
@ -2030,6 +2026,8 @@
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/@types/sanitize-html/-/sanitize-html-2.11.0.tgz",
"integrity": "sha512-7oxPGNQHXLHE48r/r/qjn7q0hlrs3kL7oZnGj0Wf/h9tj/6ibFyRkNbsDxaBBZ4XUZ0Dx5LGCyDJ04ytSofacQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"htmlparser2": "^8.0.0"
}
@ -2280,6 +2278,7 @@
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/array-iterate/-/array-iterate-2.0.1.tgz",
"integrity": "sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/wooorm"
@ -2380,175 +2379,6 @@
"astro": "^2.0.4 || ^3.0.0 || ^4.0.0"
}
},
"node_modules/astro/node_modules/@astrojs/markdown-remark": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-5.2.0.tgz",
"integrity": "sha512-vWGM24KZXz11jR3JO+oqYU3T2qpuOi4uGivJ9SQLCAI01+vEkHC60YJMRvHPc+hwd60F7euNs1PeOEixIIiNQw==",
"license": "MIT",
"dependencies": {
"@astrojs/prism": "3.1.0",
"github-slugger": "^2.0.0",
"hast-util-from-html": "^2.0.1",
"hast-util-to-text": "^4.0.2",
"import-meta-resolve": "^4.1.0",
"mdast-util-definitions": "^6.0.0",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"remark-smartypants": "^3.0.2",
"shiki": "^1.10.3",
"unified": "^11.0.5",
"unist-util-remove-position": "^5.0.0",
"unist-util-visit": "^5.0.0",
"unist-util-visit-parents": "^6.0.1",
"vfile": "^6.0.2"
}
},
"node_modules/astro/node_modules/@types/nlcst": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/@types/nlcst/-/nlcst-2.0.3.tgz",
"integrity": "sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==",
"license": "MIT",
"dependencies": {
"@types/unist": "*"
}
},
"node_modules/astro/node_modules/nlcst-to-string": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/nlcst-to-string/-/nlcst-to-string-4.0.0.tgz",
"integrity": "sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==",
"license": "MIT",
"dependencies": {
"@types/nlcst": "^2.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
}
},
"node_modules/astro/node_modules/parse-latin": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/parse-latin/-/parse-latin-7.0.0.tgz",
"integrity": "sha512-mhHgobPPua5kZ98EF4HWiH167JWBfl4pvAIXXdbaVohtK7a6YBOy56kvhCqduqyo/f3yrHFWmqmiMg/BkBkYYQ==",
"license": "MIT",
"dependencies": {
"@types/nlcst": "^2.0.0",
"@types/unist": "^3.0.0",
"nlcst-to-string": "^4.0.0",
"unist-util-modify-children": "^4.0.0",
"unist-util-visit-children": "^3.0.0",
"vfile": "^6.0.0"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/wooorm"
}
},
"node_modules/astro/node_modules/remark-smartypants": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/remark-smartypants/-/remark-smartypants-3.0.2.tgz",
"integrity": "sha512-ILTWeOriIluwEvPjv67v7Blgrcx+LZOkAUVtKI3putuhlZm84FnqDORNXPPm+HY3NdZOMhyDwZ1E+eZB/Df5dA==",
"license": "MIT",
"dependencies": {
"retext": "^9.0.0",
"retext-smartypants": "^6.0.0",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0"
},
"engines": {
"node": ">=16.0.0"
}
},
"node_modules/astro/node_modules/retext": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/retext/-/retext-9.0.0.tgz",
"integrity": "sha512-sbMDcpHCNjvlheSgMfEcVrZko3cDzdbe1x/e7G66dFp0Ff7Mldvi2uv6JkJQzdRcvLYE8CA8Oe8siQx8ZOgTcA==",
"license": "MIT",
"dependencies": {
"@types/nlcst": "^2.0.0",
"retext-latin": "^4.0.0",
"retext-stringify": "^4.0.0",
"unified": "^11.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
}
},
"node_modules/astro/node_modules/retext-latin": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/retext-latin/-/retext-latin-4.0.0.tgz",
"integrity": "sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==",
"license": "MIT",
"dependencies": {
"@types/nlcst": "^2.0.0",
"parse-latin": "^7.0.0",
"unified": "^11.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
}
},
"node_modules/astro/node_modules/retext-smartypants": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/retext-smartypants/-/retext-smartypants-6.1.0.tgz",
"integrity": "sha512-LDPXg95346bqFZnDMHo0S7Rq5p64+B+N8Vz733+wPMDtwb9rCOs9LIdIEhrUOU+TAywX9St+ocQWJt8wrzivcQ==",
"license": "MIT",
"dependencies": {
"@types/nlcst": "^2.0.0",
"nlcst-to-string": "^4.0.0",
"unist-util-visit": "^5.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
}
},
"node_modules/astro/node_modules/retext-stringify": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/retext-stringify/-/retext-stringify-4.0.0.tgz",
"integrity": "sha512-rtfN/0o8kL1e+78+uxPTqu1Klt0yPzKuQ2BfWwwfgIUSayyzxpM1PJzkKt4V8803uB9qSy32MvI7Xep9khTpiA==",
"license": "MIT",
"dependencies": {
"@types/nlcst": "^2.0.0",
"nlcst-to-string": "^4.0.0",
"unified": "^11.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
}
},
"node_modules/astro/node_modules/unist-util-modify-children": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/unist-util-modify-children/-/unist-util-modify-children-4.0.0.tgz",
"integrity": "sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw==",
"license": "MIT",
"dependencies": {
"@types/unist": "^3.0.0",
"array-iterate": "^2.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
}
},
"node_modules/astro/node_modules/unist-util-visit-children": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/unist-util-visit-children/-/unist-util-visit-children-3.0.0.tgz",
"integrity": "sha512-RgmdTfSBOg04sdPcpTSD1jzoNBjt9a80/ZCzp5cI9n1qPzLZWF9YdvWGN2zmTumP1HWhXKdUWexjy/Wy/lJ7tA==",
"license": "MIT",
"dependencies": {
"@types/unist": "^3.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
}
},
"node_modules/autoprefixer": {
"version": "10.4.18",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.18.tgz",
@ -3512,9 +3342,9 @@
}
},
"node_modules/fast-xml-parser": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.0.tgz",
"integrity": "sha512-kLY3jFlwIYwBNDojclKsNAC12sfD6NwW74QB2CoNGPvtVxjliYehVunB3HYyNi+n4Tt1dAcgwYvmKF/Z18flqg==",
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz",
"integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==",
"funding": [
{
"type": "github",
@ -4051,29 +3881,6 @@
"node": ">=8"
}
},
"node_modules/is-buffer": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz",
"integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"peer": true,
"engines": {
"node": ">=4"
}
},
"node_modules/is-core-module": {
"version": "2.13.1",
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz",
@ -4712,6 +4519,7 @@
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz",
"integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",
"license": "MIT",
"dependencies": {
"@types/mdast": "^4.0.0"
},
@ -5369,12 +5177,12 @@
}
},
"node_modules/nlcst-to-string": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/nlcst-to-string/-/nlcst-to-string-3.1.1.tgz",
"integrity": "sha512-63mVyqaqt0cmn2VcI2aH6kxe1rLAmSROqHMA0i4qqg1tidkfExgpb0FGMikMCn86mw5dFtBtEANfmSSK7TjNHw==",
"peer": true,
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/nlcst-to-string/-/nlcst-to-string-4.0.0.tgz",
"integrity": "sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==",
"license": "MIT",
"dependencies": {
"@types/nlcst": "^1.0.0"
"@types/nlcst": "^2.0.0"
},
"funding": {
"type": "opencollective",
@ -5585,14 +5393,17 @@
}
},
"node_modules/parse-latin": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/parse-latin/-/parse-latin-5.0.1.tgz",
"integrity": "sha512-b/K8ExXaWC9t34kKeDV8kGXBkXZ1HCSAZRYE7HR14eA1GlXX5L8iWhs8USJNhQU9q5ci413jCKF0gOyovvyRBg==",
"peer": true,
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/parse-latin/-/parse-latin-7.0.0.tgz",
"integrity": "sha512-mhHgobPPua5kZ98EF4HWiH167JWBfl4pvAIXXdbaVohtK7a6YBOy56kvhCqduqyo/f3yrHFWmqmiMg/BkBkYYQ==",
"license": "MIT",
"dependencies": {
"nlcst-to-string": "^3.0.0",
"unist-util-modify-children": "^3.0.0",
"unist-util-visit-children": "^2.0.0"
"@types/nlcst": "^2.0.0",
"@types/unist": "^3.0.0",
"nlcst-to-string": "^4.0.0",
"unist-util-modify-children": "^4.0.0",
"unist-util-visit-children": "^3.0.0",
"vfile": "^6.0.0"
},
"funding": {
"type": "github",
@ -6052,6 +5863,12 @@
"node": ">=8.10.0"
}
},
"node_modules/reading-time": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/reading-time/-/reading-time-1.5.0.tgz",
"integrity": "sha512-onYyVhBNr4CmAxFsKS7bz+uTLRakypIe4R+5A824vBSkQy/hB3fZepoVEf8OVAxzLvK+H/jm9TzpI3ETSm64Kg==",
"license": "MIT"
},
"node_modules/rehype": {
"version": "13.0.1",
"resolved": "https://registry.npmjs.org/rehype/-/rehype-13.0.1.tgz",
@ -6158,17 +5975,18 @@
}
},
"node_modules/remark-smartypants": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/remark-smartypants/-/remark-smartypants-2.1.0.tgz",
"integrity": "sha512-qoF6Vz3BjU2tP6OfZqHOvCU0ACmu/6jhGaINSQRI9mM7wCxNQTKB3JUAN4SVoN2ybElEDTxBIABRep7e569iJw==",
"peer": true,
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/remark-smartypants/-/remark-smartypants-3.0.2.tgz",
"integrity": "sha512-ILTWeOriIluwEvPjv67v7Blgrcx+LZOkAUVtKI3putuhlZm84FnqDORNXPPm+HY3NdZOMhyDwZ1E+eZB/Df5dA==",
"license": "MIT",
"dependencies": {
"retext": "^8.1.0",
"retext-smartypants": "^5.2.0",
"retext": "^9.0.0",
"retext-smartypants": "^6.0.0",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"node": ">=16.0.0"
}
},
"node_modules/remark-stringify": {
@ -6272,15 +6090,15 @@
"license": "ISC"
},
"node_modules/retext": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/retext/-/retext-8.1.0.tgz",
"integrity": "sha512-N9/Kq7YTn6ZpzfiGW45WfEGJqFf1IM1q8OsRa1CGzIebCJBNCANDRmOrholiDRGKo/We7ofKR4SEvcGAWEMD3Q==",
"peer": true,
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/retext/-/retext-9.0.0.tgz",
"integrity": "sha512-sbMDcpHCNjvlheSgMfEcVrZko3cDzdbe1x/e7G66dFp0Ff7Mldvi2uv6JkJQzdRcvLYE8CA8Oe8siQx8ZOgTcA==",
"license": "MIT",
"dependencies": {
"@types/nlcst": "^1.0.0",
"retext-latin": "^3.0.0",
"retext-stringify": "^3.0.0",
"unified": "^10.0.0"
"@types/nlcst": "^2.0.0",
"retext-latin": "^4.0.0",
"retext-stringify": "^4.0.0",
"unified": "^11.0.0"
},
"funding": {
"type": "opencollective",
@ -6288,83 +6106,14 @@
}
},
"node_modules/retext-latin": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/retext-latin/-/retext-latin-3.1.0.tgz",
"integrity": "sha512-5MrD1tuebzO8ppsja5eEu+ZbBeUNCjoEarn70tkXOS7Bdsdf6tNahsv2bY0Z8VooFF6cw7/6S+d3yI/TMlMVVQ==",
"peer": true,
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/retext-latin/-/retext-latin-4.0.0.tgz",
"integrity": "sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==",
"license": "MIT",
"dependencies": {
"@types/nlcst": "^1.0.0",
"parse-latin": "^5.0.0",
"unherit": "^3.0.0",
"unified": "^10.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
}
},
"node_modules/retext-latin/node_modules/@types/unist": {
"version": "2.0.10",
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz",
"integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==",
"peer": true
},
"node_modules/retext-latin/node_modules/unified": {
"version": "10.1.2",
"resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz",
"integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==",
"peer": true,
"dependencies": {
"@types/unist": "^2.0.0",
"bail": "^2.0.0",
"extend": "^3.0.0",
"is-buffer": "^2.0.0",
"is-plain-obj": "^4.0.0",
"trough": "^2.0.0",
"vfile": "^5.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
}
},
"node_modules/retext-latin/node_modules/unist-util-stringify-position": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz",
"integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==",
"peer": true,
"dependencies": {
"@types/unist": "^2.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
}
},
"node_modules/retext-latin/node_modules/vfile": {
"version": "5.3.7",
"resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz",
"integrity": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==",
"peer": true,
"dependencies": {
"@types/unist": "^2.0.0",
"is-buffer": "^2.0.0",
"unist-util-stringify-position": "^3.0.0",
"vfile-message": "^3.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
}
},
"node_modules/retext-latin/node_modules/vfile-message": {
"version": "3.1.4",
"resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz",
"integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==",
"peer": true,
"dependencies": {
"@types/unist": "^2.0.0",
"unist-util-stringify-position": "^3.0.0"
"@types/nlcst": "^2.0.0",
"parse-latin": "^7.0.0",
"unified": "^11.0.0"
},
"funding": {
"type": "opencollective",
@ -6372,125 +6121,14 @@
}
},
"node_modules/retext-smartypants": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/retext-smartypants/-/retext-smartypants-5.2.0.tgz",
"integrity": "sha512-Do8oM+SsjrbzT2UNIKgheP0hgUQTDDQYyZaIY3kfq0pdFzoPk+ZClYJ+OERNXveog4xf1pZL4PfRxNoVL7a/jw==",
"peer": true,
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/retext-smartypants/-/retext-smartypants-6.1.0.tgz",
"integrity": "sha512-LDPXg95346bqFZnDMHo0S7Rq5p64+B+N8Vz733+wPMDtwb9rCOs9LIdIEhrUOU+TAywX9St+ocQWJt8wrzivcQ==",
"license": "MIT",
"dependencies": {
"@types/nlcst": "^1.0.0",
"nlcst-to-string": "^3.0.0",
"unified": "^10.0.0",
"unist-util-visit": "^4.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
}
},
"node_modules/retext-smartypants/node_modules/@types/unist": {
"version": "2.0.10",
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz",
"integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==",
"peer": true
},
"node_modules/retext-smartypants/node_modules/unified": {
"version": "10.1.2",
"resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz",
"integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==",
"peer": true,
"dependencies": {
"@types/unist": "^2.0.0",
"bail": "^2.0.0",
"extend": "^3.0.0",
"is-buffer": "^2.0.0",
"is-plain-obj": "^4.0.0",
"trough": "^2.0.0",
"vfile": "^5.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
}
},
"node_modules/retext-smartypants/node_modules/unist-util-is": {
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz",
"integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==",
"peer": true,
"dependencies": {
"@types/unist": "^2.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
}
},
"node_modules/retext-smartypants/node_modules/unist-util-stringify-position": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz",
"integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==",
"peer": true,
"dependencies": {
"@types/unist": "^2.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
}
},
"node_modules/retext-smartypants/node_modules/unist-util-visit": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz",
"integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==",
"peer": true,
"dependencies": {
"@types/unist": "^2.0.0",
"unist-util-is": "^5.0.0",
"unist-util-visit-parents": "^5.1.1"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
}
},
"node_modules/retext-smartypants/node_modules/unist-util-visit-parents": {
"version": "5.1.3",
"resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz",
"integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==",
"peer": true,
"dependencies": {
"@types/unist": "^2.0.0",
"unist-util-is": "^5.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
}
},
"node_modules/retext-smartypants/node_modules/vfile": {
"version": "5.3.7",
"resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz",
"integrity": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==",
"peer": true,
"dependencies": {
"@types/unist": "^2.0.0",
"is-buffer": "^2.0.0",
"unist-util-stringify-position": "^3.0.0",
"vfile-message": "^3.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
}
},
"node_modules/retext-smartypants/node_modules/vfile-message": {
"version": "3.1.4",
"resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz",
"integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==",
"peer": true,
"dependencies": {
"@types/unist": "^2.0.0",
"unist-util-stringify-position": "^3.0.0"
"@types/nlcst": "^2.0.0",
"nlcst-to-string": "^4.0.0",
"unist-util-visit": "^5.0.0"
},
"funding": {
"type": "opencollective",
@ -6498,150 +6136,14 @@
}
},
"node_modules/retext-stringify": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/retext-stringify/-/retext-stringify-3.1.0.tgz",
"integrity": "sha512-767TLOaoXFXyOnjx/EggXlb37ZD2u4P1n0GJqVdpipqACsQP+20W+BNpMYrlJkq7hxffnFk+jc6mAK9qrbuB8w==",
"peer": true,
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/retext-stringify/-/retext-stringify-4.0.0.tgz",
"integrity": "sha512-rtfN/0o8kL1e+78+uxPTqu1Klt0yPzKuQ2BfWwwfgIUSayyzxpM1PJzkKt4V8803uB9qSy32MvI7Xep9khTpiA==",
"license": "MIT",
"dependencies": {
"@types/nlcst": "^1.0.0",
"nlcst-to-string": "^3.0.0",
"unified": "^10.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
}
},
"node_modules/retext-stringify/node_modules/@types/unist": {
"version": "2.0.10",
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz",
"integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==",
"peer": true
},
"node_modules/retext-stringify/node_modules/unified": {
"version": "10.1.2",
"resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz",
"integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==",
"peer": true,
"dependencies": {
"@types/unist": "^2.0.0",
"bail": "^2.0.0",
"extend": "^3.0.0",
"is-buffer": "^2.0.0",
"is-plain-obj": "^4.0.0",
"trough": "^2.0.0",
"vfile": "^5.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
}
},
"node_modules/retext-stringify/node_modules/unist-util-stringify-position": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz",
"integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==",
"peer": true,
"dependencies": {
"@types/unist": "^2.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
}
},
"node_modules/retext-stringify/node_modules/vfile": {
"version": "5.3.7",
"resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz",
"integrity": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==",
"peer": true,
"dependencies": {
"@types/unist": "^2.0.0",
"is-buffer": "^2.0.0",
"unist-util-stringify-position": "^3.0.0",
"vfile-message": "^3.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
}
},
"node_modules/retext-stringify/node_modules/vfile-message": {
"version": "3.1.4",
"resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz",
"integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==",
"peer": true,
"dependencies": {
"@types/unist": "^2.0.0",
"unist-util-stringify-position": "^3.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
}
},
"node_modules/retext/node_modules/@types/unist": {
"version": "2.0.10",
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz",
"integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==",
"peer": true
},
"node_modules/retext/node_modules/unified": {
"version": "10.1.2",
"resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz",
"integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==",
"peer": true,
"dependencies": {
"@types/unist": "^2.0.0",
"bail": "^2.0.0",
"extend": "^3.0.0",
"is-buffer": "^2.0.0",
"is-plain-obj": "^4.0.0",
"trough": "^2.0.0",
"vfile": "^5.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
}
},
"node_modules/retext/node_modules/unist-util-stringify-position": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz",
"integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==",
"peer": true,
"dependencies": {
"@types/unist": "^2.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
}
},
"node_modules/retext/node_modules/vfile": {
"version": "5.3.7",
"resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz",
"integrity": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==",
"peer": true,
"dependencies": {
"@types/unist": "^2.0.0",
"is-buffer": "^2.0.0",
"unist-util-stringify-position": "^3.0.0",
"vfile-message": "^3.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
}
},
"node_modules/retext/node_modules/vfile-message": {
"version": "3.1.4",
"resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz",
"integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==",
"peer": true,
"dependencies": {
"@types/unist": "^2.0.0",
"unist-util-stringify-position": "^3.0.0"
"@types/nlcst": "^2.0.0",
"nlcst-to-string": "^4.0.0",
"unified": "^11.0.0"
},
"funding": {
"type": "opencollective",
@ -7401,16 +6903,6 @@
"optional": true,
"peer": true
},
"node_modules/unherit": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/unherit/-/unherit-3.0.1.tgz",
"integrity": "sha512-akOOQ/Yln8a2sgcLj4U0Jmx0R5jpIg2IUyRrWOzmEbjBtGzBdHtSeFKgoEcoH4KYIG/Pb8GQ/BwtYm0GCq1Sqg==",
"peer": true,
"funding": {
"type": "github",
"url": "https://github.com/sponsors/wooorm"
}
},
"node_modules/unified": {
"version": "11.0.5",
"resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz",
@ -7456,12 +6948,12 @@
}
},
"node_modules/unist-util-modify-children": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/unist-util-modify-children/-/unist-util-modify-children-3.1.1.tgz",
"integrity": "sha512-yXi4Lm+TG5VG+qvokP6tpnk+r1EPwyYL04JWDxLvgvPV40jANh7nm3udk65OOWquvbMDe+PL9+LmkxDpTv/7BA==",
"peer": true,
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/unist-util-modify-children/-/unist-util-modify-children-4.0.0.tgz",
"integrity": "sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw==",
"license": "MIT",
"dependencies": {
"@types/unist": "^2.0.0",
"@types/unist": "^3.0.0",
"array-iterate": "^2.0.0"
},
"funding": {
@ -7469,12 +6961,6 @@
"url": "https://opencollective.com/unified"
}
},
"node_modules/unist-util-modify-children/node_modules/@types/unist": {
"version": "2.0.10",
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz",
"integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==",
"peer": true
},
"node_modules/unist-util-position": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz",
@ -7527,24 +7013,18 @@
}
},
"node_modules/unist-util-visit-children": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/unist-util-visit-children/-/unist-util-visit-children-2.0.2.tgz",
"integrity": "sha512-+LWpMFqyUwLGpsQxpumsQ9o9DG2VGLFrpz+rpVXYIEdPy57GSy5HioC0g3bg/8WP9oCLlapQtklOzQ8uLS496Q==",
"peer": true,
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/unist-util-visit-children/-/unist-util-visit-children-3.0.0.tgz",
"integrity": "sha512-RgmdTfSBOg04sdPcpTSD1jzoNBjt9a80/ZCzp5cI9n1qPzLZWF9YdvWGN2zmTumP1HWhXKdUWexjy/Wy/lJ7tA==",
"license": "MIT",
"dependencies": {
"@types/unist": "^2.0.0"
"@types/unist": "^3.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
}
},
"node_modules/unist-util-visit-children/node_modules/@types/unist": {
"version": "2.0.10",
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz",
"integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==",
"peer": true
},
"node_modules/unist-util-visit-parents": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz",

View file

@ -1,7 +1,7 @@
{
"name": "gallery-badmanners-xyz",
"type": "module",
"version": "1.5.5",
"version": "1.6.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
@ -18,20 +18,21 @@
"@astrojs/check": "^0.8.2",
"@astrojs/rss": "^4.0.7",
"@astrojs/tailwind": "^5.1.0",
"@astropub/md": "^0.4.0",
"@astropub/md": "^1.0.0",
"@tailwindcss/typography": "^0.5.13",
"@types/sanitize-html": "^2.11.0",
"astro": "^4.12.2",
"astro-pagefind": "^1.6.0",
"github-slugger": "^2.0.0",
"marked": "^12.0.1",
"pagefind": "^1.1.0",
"reading-time": "^1.5.0",
"sanitize-html": "^2.13.0",
"tailwindcss": "^3.4.6",
"tiny-decode": "^0.1.3",
"typescript": "^5.5.4"
},
"devDependencies": {
"@types/sanitize-html": "^2.11.0",
"commander": "^12.1.0",
"dotenv-cli": "^7.4.2",
"fetch-retry": "^6.0.0",

View file

@ -1,2 +1,4 @@
ErrorDocument 404 /404.html
RedirectMatch 301 ^/stories(\/(index.html)?)?$ /stories/1/
Redirect 301 /story/ /stories/
Redirect 301 /game/ /games/

402
src/assets/LICENSE Normal file
View file

@ -0,0 +1,402 @@
Attribution-NonCommercial-NoDerivatives 4.0 International
=======================================================================
Creative Commons Corporation ("Creative Commons") is not a law firm and
does not provide legal services or legal advice. Distribution of
Creative Commons public licenses does not create a lawyer-client or
other relationship. Creative Commons makes its licenses and related
information available on an "as-is" basis. Creative Commons gives no
warranties regarding its licenses, any material licensed under their
terms and conditions, or any related information. Creative Commons
disclaims all liability for damages resulting from their use to the
fullest extent possible.
Using Creative Commons Public Licenses
Creative Commons public licenses provide a standard set of terms and
conditions that creators and other rights holders may use to share
original works of authorship and other material subject to copyright
and certain other rights specified in the public license below. The
following considerations are for informational purposes only, are not
exhaustive, and do not form part of our licenses.
Considerations for licensors: Our public licenses are
intended for use by those authorized to give the public
permission to use material in ways otherwise restricted by
copyright and certain other rights. Our licenses are
irrevocable. Licensors should read and understand the terms
and conditions of the license they choose before applying it.
Licensors should also secure all rights necessary before
applying our licenses so that the public can reuse the
material as expected. Licensors should clearly mark any
material not subject to the license. This includes other CC-
licensed material, or material used under an exception or
limitation to copyright. More considerations for licensors:
wiki.creativecommons.org/Considerations_for_licensors
Considerations for the public: By using one of our public
licenses, a licensor grants the public permission to use the
licensed material under specified terms and conditions. If
the licensor's permission is not necessary for any reason--for
example, because of any applicable exception or limitation to
copyright--then that use is not regulated by the license. Our
licenses grant only permissions under copyright and certain
other rights that a licensor has authority to grant. Use of
the licensed material may still be restricted for other
reasons, including because others have copyright or other
rights in the material. A licensor may make special requests,
such as asking that all changes be marked or described.
Although not required by our licenses, you are encouraged to
respect those requests where reasonable. More considerations
for the public:
wiki.creativecommons.org/Considerations_for_licensees
=======================================================================
Creative Commons Attribution-NonCommercial-NoDerivatives 4.0
International Public License
By exercising the Licensed Rights (defined below), You accept and agree
to be bound by the terms and conditions of this Creative Commons
Attribution-NonCommercial-NoDerivatives 4.0 International Public
License ("Public License"). To the extent this Public License may be
interpreted as a contract, You are granted the Licensed Rights in
consideration of Your acceptance of these terms and conditions, and the
Licensor grants You such rights in consideration of benefits the
Licensor receives from making the Licensed Material available under
these terms and conditions.
Section 1 -- Definitions.
a. Adapted Material means material subject to Copyright and Similar
Rights that is derived from or based upon the Licensed Material
and in which the Licensed Material is translated, altered,
arranged, transformed, or otherwise modified in a manner requiring
permission under the Copyright and Similar Rights held by the
Licensor. For purposes of this Public License, where the Licensed
Material is a musical work, performance, or sound recording,
Adapted Material is always produced where the Licensed Material is
synched in timed relation with a moving image.
b. Copyright and Similar Rights means copyright and/or similar rights
closely related to copyright including, without limitation,
performance, broadcast, sound recording, and Sui Generis Database
Rights, without regard to how the rights are labeled or
categorized. For purposes of this Public License, the rights
specified in Section 2(b)(1)-(2) are not Copyright and Similar
Rights.
c. Effective Technological Measures means those measures that, in the
absence of proper authority, may not be circumvented under laws
fulfilling obligations under Article 11 of the WIPO Copyright
Treaty adopted on December 20, 1996, and/or similar international
agreements.
d. Exceptions and Limitations means fair use, fair dealing, and/or
any other exception or limitation to Copyright and Similar Rights
that applies to Your use of the Licensed Material.
e. Licensed Material means the artistic or literary work, database,
or other material to which the Licensor applied this Public
License.
f. Licensed Rights means the rights granted to You subject to the
terms and conditions of this Public License, which are limited to
all Copyright and Similar Rights that apply to Your use of the
Licensed Material and that the Licensor has authority to license.
g. Licensor means the individual(s) or entity(ies) granting rights
under this Public License.
h. NonCommercial means not primarily intended for or directed towards
commercial advantage or monetary compensation. For purposes of
this Public License, the exchange of the Licensed Material for
other material subject to Copyright and Similar Rights by digital
file-sharing or similar means is NonCommercial provided there is
no payment of monetary compensation in connection with the
exchange.
i. Share means to provide material to the public by any means or
process that requires permission under the Licensed Rights, such
as reproduction, public display, public performance, distribution,
dissemination, communication, or importation, and to make material
available to the public including in ways that members of the
public may access the material from a place and at a time
individually chosen by them.
j. Sui Generis Database Rights means rights other than copyright
resulting from Directive 96/9/EC of the European Parliament and of
the Council of 11 March 1996 on the legal protection of databases,
as amended and/or succeeded, as well as other essentially
equivalent rights anywhere in the world.
k. You means the individual or entity exercising the Licensed Rights
under this Public License. Your has a corresponding meaning.
Section 2 -- Scope.
a. License grant.
1. Subject to the terms and conditions of this Public License,
the Licensor hereby grants You a worldwide, royalty-free,
non-sublicensable, non-exclusive, irrevocable license to
exercise the Licensed Rights in the Licensed Material to:
a. reproduce and Share the Licensed Material, in whole or
in part, for NonCommercial purposes only; and
b. produce and reproduce, but not Share, Adapted Material
for NonCommercial purposes only.
2. Exceptions and Limitations. For the avoidance of doubt, where
Exceptions and Limitations apply to Your use, this Public
License does not apply, and You do not need to comply with
its terms and conditions.
3. Term. The term of this Public License is specified in Section
6(a).
4. Media and formats; technical modifications allowed. The
Licensor authorizes You to exercise the Licensed Rights in
all media and formats whether now known or hereafter created,
and to make technical modifications necessary to do so. The
Licensor waives and/or agrees not to assert any right or
authority to forbid You from making technical modifications
necessary to exercise the Licensed Rights, including
technical modifications necessary to circumvent Effective
Technological Measures. For purposes of this Public License,
simply making modifications authorized by this Section 2(a)
(4) never produces Adapted Material.
5. Downstream recipients.
a. Offer from the Licensor -- Licensed Material. Every
recipient of the Licensed Material automatically
receives an offer from the Licensor to exercise the
Licensed Rights under the terms and conditions of this
Public License.
b. No downstream restrictions. You may not offer or impose
any additional or different terms or conditions on, or
apply any Effective Technological Measures to, the
Licensed Material if doing so restricts exercise of the
Licensed Rights by any recipient of the Licensed
Material.
6. No endorsement. Nothing in this Public License constitutes or
may be construed as permission to assert or imply that You
are, or that Your use of the Licensed Material is, connected
with, or sponsored, endorsed, or granted official status by,
the Licensor or others designated to receive attribution as
provided in Section 3(a)(1)(A)(i).
b. Other rights.
1. Moral rights, such as the right of integrity, are not
licensed under this Public License, nor are publicity,
privacy, and/or other similar personality rights; however, to
the extent possible, the Licensor waives and/or agrees not to
assert any such rights held by the Licensor to the limited
extent necessary to allow You to exercise the Licensed
Rights, but not otherwise.
2. Patent and trademark rights are not licensed under this
Public License.
3. To the extent possible, the Licensor waives any right to
collect royalties from You for the exercise of the Licensed
Rights, whether directly or through a collecting society
under any voluntary or waivable statutory or compulsory
licensing scheme. In all other cases the Licensor expressly
reserves any right to collect such royalties, including when
the Licensed Material is used other than for NonCommercial
purposes.
Section 3 -- License Conditions.
Your exercise of the Licensed Rights is expressly made subject to the
following conditions.
a. Attribution.
1. If You Share the Licensed Material, You must:
a. retain the following if it is supplied by the Licensor
with the Licensed Material:
i. identification of the creator(s) of the Licensed
Material and any others designated to receive
attribution, in any reasonable manner requested by
the Licensor (including by pseudonym if
designated);
ii. a copyright notice;
iii. a notice that refers to this Public License;
iv. a notice that refers to the disclaimer of
warranties;
v. a URI or hyperlink to the Licensed Material to the
extent reasonably practicable;
b. indicate if You modified the Licensed Material and
retain an indication of any previous modifications; and
c. indicate the Licensed Material is licensed under this
Public License, and include the text of, or the URI or
hyperlink to, this Public License.
For the avoidance of doubt, You do not have permission under
this Public License to Share Adapted Material.
2. You may satisfy the conditions in Section 3(a)(1) in any
reasonable manner based on the medium, means, and context in
which You Share the Licensed Material. For example, it may be
reasonable to satisfy the conditions by providing a URI or
hyperlink to a resource that includes the required
information.
3. If requested by the Licensor, You must remove any of the
information required by Section 3(a)(1)(A) to the extent
reasonably practicable.
Section 4 -- Sui Generis Database Rights.
Where the Licensed Rights include Sui Generis Database Rights that
apply to Your use of the Licensed Material:
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
to extract, reuse, reproduce, and Share all or a substantial
portion of the contents of the database for NonCommercial purposes
only and provided You do not Share Adapted Material;
b. if You include all or a substantial portion of the database
contents in a database in which You have Sui Generis Database
Rights, then the database in which You have Sui Generis Database
Rights (but not its individual contents) is Adapted Material; and
c. You must comply with the conditions in Section 3(a) if You Share
all or a substantial portion of the contents of the database.
For the avoidance of doubt, this Section 4 supplements and does not
replace Your obligations under this Public License where the Licensed
Rights include other Copyright and Similar Rights.
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
c. The disclaimer of warranties and limitation of liability provided
above shall be interpreted in a manner that, to the extent
possible, most closely approximates an absolute disclaimer and
waiver of all liability.
Section 6 -- Term and Termination.
a. This Public License applies for the term of the Copyright and
Similar Rights licensed here. However, if You fail to comply with
this Public License, then Your rights under this Public License
terminate automatically.
b. Where Your right to use the Licensed Material has terminated under
Section 6(a), it reinstates:
1. automatically as of the date the violation is cured, provided
it is cured within 30 days of Your discovery of the
violation; or
2. upon express reinstatement by the Licensor.
For the avoidance of doubt, this Section 6(b) does not affect any
right the Licensor may have to seek remedies for Your violations
of this Public License.
c. For the avoidance of doubt, the Licensor may also offer the
Licensed Material under separate terms or conditions or stop
distributing the Licensed Material at any time; however, doing so
will not terminate this Public License.
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
License.
Section 7 -- Other Terms and Conditions.
a. The Licensor shall not be bound by any additional or different
terms or conditions communicated by You unless expressly agreed.
b. Any arrangements, understandings, or agreements regarding the
Licensed Material not stated herein are separate from and
independent of the terms and conditions of this Public License.
Section 8 -- Interpretation.
a. For the avoidance of doubt, this Public License does not, and
shall not be interpreted to, reduce, limit, restrict, or impose
conditions on any use of the Licensed Material that could lawfully
be made without permission under this Public License.
b. To the extent possible, if any provision of this Public License is
deemed unenforceable, it shall be automatically reformed to the
minimum extent necessary to make it enforceable. If the provision
cannot be reformed, it shall be severed from this Public License
without affecting the enforceability of the remaining terms and
conditions.
c. No term or condition of this Public License will be waived and no
failure to comply consented to unless expressly agreed to by the
Licensor.
d. Nothing in this Public License constitutes or may be interpreted
as a limitation upon, or waiver of, any privileges and immunities
that apply to the Licensor or You, including from the legal
processes of any jurisdiction or authority.
=======================================================================
Creative Commons is not a party to its public
licenses. Notwithstanding, Creative Commons may elect to apply one of
its public licenses to material it publishes and in those instances
will be considered the “Licensor.” The text of the Creative Commons
public licenses is dedicated to the public domain under the CC0 Public
Domain Dedication. Except for the limited purpose of indicating that
material is shared under a Creative Commons public license or as
otherwise permitted by the Creative Commons policies published at
creativecommons.org/policies, Creative Commons does not authorize the
use of the trademark "Creative Commons" or any other trademark or logo
of Creative Commons without its prior written consent including,
without limitation, in connection with any unauthorized modifications
to any of its public licenses or any other arrangements,
understandings, or agreements concerning use of licensed material. For
the avoidance of doubt, this paragraph does not form part of the
public licenses.
Creative Commons may be contacted at creativecommons.org.

Binary file not shown.

After

(image error) Size: 22 KiB

View file

@ -1,36 +0,0 @@
---
type Props = {
breakpoint: number;
};
const { breakpoint } = Astro.props;
---
<div id="slot-switch" data-breakpoint={breakpoint}></div>
<template id="slot-switch-big">
<slot />
</template>
<template id="slot-switch-small">
<slot />
</template>
<script>
const slotSwitch = document.querySelector("div#slot-switch") as HTMLDivElement;
const breakpointAttribute = slotSwitch.getAttribute("data-breakpoint");
if (breakpointAttribute && !isNaN(parseInt(breakpointAttribute))) {
const breakpoint = parseInt(breakpointAttribute);
const slotSwitchBig = document.querySelector("template#slot-switch-big") as HTMLTemplateElement;
const slotSwitchSmall = document.querySelector("template#slot-switch-small") as HTMLTemplateElement;
let displayBig: boolean | null = null;
function handleResize() {
const newDisplayBig = window.innerWidth >= breakpoint;
if (newDisplayBig !== displayBig) {
displayBig = newDisplayBig;
const template = displayBig ? slotSwitchBig : slotSwitchSmall;
slotSwitch.replaceChildren(template.content.cloneNode(true));
}
}
window.addEventListener("resize", handleResize);
handleResize();
}
</script>

1
src/content/LICENSE Symbolic link
View file

@ -0,0 +1 @@
../assets/LICENSE

View file

@ -16,8 +16,8 @@ export const WEBSITE_LIST = [
] as const;
export const GAME_PLATFORMS = ["web", "windows", "linux", "macos", "android", "ios"] as const;
export const DEFAULT_LANG = "eng";
export const DEFAULT_AUTHOR = "bad-manners";
export const ANONYMOUS_USER = "anonymous";
export const DEFAULT_AUTHOR_ID = "bad-manners";
export const ANONYMOUS_USER_ID = "anonymous";
// Validators
@ -40,9 +40,10 @@ const refineCopyrightedCharacters = [
// Transformers
export const adjustDateForUTCOffset = (date: Date) =>
const trimText = (text: string) => text.trim();
const adjustDateForUTCOffset = (date: Date) =>
new Date(date.getUTCFullYear(), date.getUTCMonth(), date.getUTCDate(), 0, 0, 0);
export const parseMastodonPostUrl = (url: string, ctx: z.RefinementCtx) => {
const parseMastodonPostUrl = (url: string, ctx: z.RefinementCtx) => {
const match = mastodonPostUrlRegex.exec(url);
if (!match) {
ctx.addIssue({
@ -70,14 +71,17 @@ const mastodonPost = z
postId: z.string(),
})
.or(z.string().transform(parseMastodonPostUrl));
const authors = z
.union([reference("users"), z.array(reference("users"))])
.default(DEFAULT_AUTHOR)
.refine(...refineAuthors);
const userList = z
.array(reference("users"))
.or(reference("users").transform((user) => [user]))
.refine((value) => value.length > 0, `user list cannot be empty`);
const authors = userList.default([DEFAULT_AUTHOR_ID]);
const copyrightedCharacters = z
.record(z.string(), reference("users"))
.default({})
.refine(...refineCopyrightedCharacters);
// { eng: string, tok?: string, ... }
const langRecord = z.object({ [DEFAULT_LANG]: z.string() }).and(z.record(lang, z.string()));
export type Lang = z.output<typeof lang>;
export type Website = z.infer<typeof website>;
@ -93,21 +97,21 @@ const storiesCollection = defineCollection({
// Required
title: z.string(),
wordCount: z.number().int().optional(),
contentWarning: z.string(),
description: z.string(),
contentWarning: z.string().transform(trimText),
description: z.string().transform(trimText),
tags: z.array(z.string()),
// Optional
pubDate: z.date().transform(adjustDateForUTCOffset).optional(),
isDraft: z.boolean().default(false),
shortTitle: z.string().optional(),
authors,
summary: z.string().optional(),
summary: z.string().transform(trimText).optional(),
thumbnail: image().optional(),
thumbnailWidth: z.number().int().optional(),
thumbnailHeight: z.number().int().optional(),
series: reference("series").optional(),
commissioner: reference("users").optional(),
requester: reference("users").optional(),
commissioner: userList.optional(),
requester: userList.optional(),
copyrightedCharacters: copyrightedCharacters,
lang,
prev: reference("stories").nullish(),
@ -134,8 +138,9 @@ const gamesCollection = defineCollection({
z.object({
// Required
title: z.string(),
contentWarning: z.string(),
description: z.string(),
contentWarning: z.string().transform(trimText),
description: z.string().transform(trimText),
platforms: z.array(platform).refine((platforms) => platforms.length > 0, `"platforms" cannot be empty`),
tags: z.array(z.string()),
// Optional
pubDate: z.date().transform(adjustDateForUTCOffset).optional(),
@ -145,7 +150,6 @@ const gamesCollection = defineCollection({
thumbnailWidth: z.number().int().optional(),
thumbnailHeight: z.number().int().optional(),
series: reference("series").optional(),
platforms: z.array(platform).refine((platforms) => platforms.length > 0, `"platforms" cannot be empty`),
copyrightedCharacters: copyrightedCharacters,
lang,
relatedStories: z.array(reference("stories")).default([]),
@ -176,7 +180,7 @@ const usersCollection = defineCollection({
links: z.record(website, z.union([z.string().url(), z.tuple([z.string().url(), z.string()])])),
// Optional
preferredLink: website.nullish(),
lang: z.record(lang, z.string()).default({}),
lang: langRecord.optional(),
avatar: image().optional(),
})
.refine(
@ -205,7 +209,7 @@ const tagCategoriesCollection = defineCollection({
index: z.number().int(),
tags: z.array(
z.object({
name: z.union([z.string(), z.object({ [DEFAULT_LANG]: z.string() }).and(z.record(lang, z.string()))]),
name: z.union([z.string(), langRecord]),
description: z.string().optional(),
related: z.array(z.string()).optional(),
}),

View file

@ -24,6 +24,7 @@ tags:
- willing prey
- smaller predator
- BDSM
- Vore Day
---
"Is this okay for you, hun?" The gray wolf asked. "They aren't too tight, are they?"

View file

@ -18,6 +18,7 @@ posts:
sofurry: https://www.sofurry.com/view/2035092
tags:
- oral vore
- unbirth
- feral predator
- anthro prey
- female predator
@ -27,9 +28,10 @@ tags:
- unwilling prey
- semi-willing prey
- willing prey
- unbirth
- size difference
- implied full tour
- lesbian sex
- Vore Day
---
Sally stared back at her phone, checking the message that she'd gotten a while ago. This was definitely the right address...but something else still bothered her.

View file

@ -0,0 +1,487 @@
---
slug: playing-it-safe
title: Playing It Safe
pubDate: 2024-08-08
isDraft: true
authors: bad-manners
wordCount: 9900
contentWarning: >
Contains: Size difference safe vore/endosoma (cock vore, unbirth, oral vore), with willing male anthro rhinoceros predator, willing female anthro beaver predator, and semi-willing male anthro squirrel prey. Also includes straight sex, prey transfer, condom filling with inflation and vore, implied full tour, office setting, and many puns.
thumbnail: /src/assets/thumbnails/bm_20_playing_it_safe.png
description: |
A white-collar squirrel asks his boss about a raise, but he gets far more than he bargained for.
Another self-indulgent story in time for Vore Day, as I work on more stuff on the side! I didn't mark this one as "non-fatal vore" (except for the tags), but the content is in line with everything that I've written and will write, i.e. without fatality or digestion. It's just that I currently prefer the terms "safe vore" and "endosoma", since they are more descriptive and both affirmations instead of a negation, and I'll probably keep using them going forward.
tags:
- oral vore
- cock vore
- unbirth
- anthro predator
- anthro prey
- male predator
- female predator
- male prey
- willing predator
- semi-willing prey
- size difference
- prey transfer
- implied full tour
- object vore
- straight sex
- inflation
- Vore Day
---
Rafa's fingers thrummed his desk impatiently. He was nervous, but he shouldn't be, right? The squirrel had been waiting for almost an hour to speak to his boss about a raise. After their sales record, everyone in the department had gotten one. Everyone, except him. It could have just been a mistake... Or maybe there was something bad going on behind his back. Did he do something regrettable that he couldn't remember? Was he on the chopping block to get fired...?
As he flicked his pen over his desk, his boss's secretary came over. He thought that the tall beaver always looked enviably stunning with one of her sharp dresses and her rectangular glasses.
"Mr. Labra will see you now, Rafa."
He quickly stood up. "Thanks, Pilar. Uhh, did you happen to notice if he reacted when you said my name?"
"React how?"
"Um, did he seem... No, never mind."
He checked the time on the clock shift was almost over. Shit, that was _definitely_ a bad sign... The squirrel gulped dryly, trying to keep his composure as he walked past Pilar, towards his boss's office.
The door was open, but the blinds were closed. His heavy feet almost dragged across the carpet, and his clothes felt stuffy on his fur. There was an inviting breeze coming from the cooler office, since the air-conditioning in the shared space outside was abysmal. Rafa stopped just before the door. Collecting his breath, he knocked lightly at the glass from outside, then took a step forward.
"H-Hey, boss..."
"Oh, there you are, Rafael!" The rhino greeted him from behind his desk. "Come in and close the door. I know you can HANDLE it!"
He did everything in his power to avoid groaning at the annoying pun if that wasn't the most demanding part of this job, it was definitely near the top. Even more annoying he bemoaned to himself was how the door didn't even have a handle, but a rotary knob...! Still, he refrained from being snide. After all, despite his superior's tendencies of making wordplay, he still wanted to salvage his reputation.
Rafa was careful not to close the door on his bushy tail, and then walked cautiously to his boss's desk. He wondered why this room was so big and empty all the furniture was on the furthest half from the door. Such a waste of space... and air-conditioning.
He got close to the chair, unsure if he should sit down or not, and stared at his boss. Rafa could only see the rhino from his chest up, but their size difference was pretty noticeable. His boss was about twice the squirrel's height bigger than everyone else in the office, including Pilar. His desk was large to boot, which looked quite daunting for someone of Rafa's size. There was surprisingly little on the flat wood the words 'Enzo Labra', engraved onto a polished metal nameplate, caught his attention.
"Sit down!" Enzo's tone was humorous, as if his employee was being silly. "It's just the two of us, no need to be so polite. In fact, I won't STAND for it!"
The squirrel complied, having to jump in order to reach the high chair. He could stare more easily at his boss's blue eyes and the imposing horn between them. As he sat on the edge of the large seat, there was an awkward silence before the rhino spoke up again.
"Sooo... You wanted to talk to me?"
"Oh, yes, sorry. It's just that everyone else in the department got a raise these last weeks, except for me. So I came here to ask for one..."
Enzo raised his eyebrow. "A raise? I see..."
His chair swiveled before he started typing on his computer, and he double-checked the numbers on the spreadsheet.
"Yeah... Seems I forgot about you, Rafael. But it's funny..."
"Um...what?"
"That you should come asking for one today." The rhino smirked. "You know what day it is, right?"
Rafa was confused. "Uhh, Thursday? The eighth...?"
"Well, yes. But that's not the answer I was looking for!"
He continued to type away at his computer, making the squirrel more anxious. His fur was standing, and he was too afraid to ask what his boss had meant by that.
"Mm-hm, just confirming something... Ah yes, it was definitely you. What a coincidence!" The boss leaned forward, putting his elbows to his desk and chin to his hands. "The boys in IT let me know the other day that _someone_ in my department has been searching for this thing called 'vore' in their work PC, and it triggered some kind of anti-pornography alarm in their system. Now, can you guess who that someone was...?"
"Uh, I-I don't know what you're talking about... It must've been a typo, or"
"Really? But what are the odds that you would search it four separate times this week? I can think of no ODDER explanation." He leaned back confidently, like a predator who had successfully ensnared his prey. "Now, I'll ask again. What day is it?"
The squirrel looked down, and muttered in a weak breath. "...It's Vore Day."
"Mhm. You know, I had no idea what vore was. But I checked it out on my phone don't want the IT guys to know about it, you see and I'll say, it's definitely a lot to SWALLOW, heh! But I probably forgot to give you a raise because I kept looking at it..."
Rafa was concerned about where this was headed, so he tried to change subject. "Um, s-so then, can you give me a raise...?"
"Do you have plans for tonight?"
The question caught him off-guard. His boss wasn't _seriously_ proposing what he thought he was...right? Was he being tested? But there was an undeniable eagerness in Enzo's friendly tone. He wasn't sure if he should tell the truth, but lying again would probably only make his situation worse.
"N-No... I was just gonna go home."
"Hm. Then how about I give you that raise plus some overtime pay, if you indulge my new fetish?"
Rafa's jaw dropped. This couldn't be happening, this should have been a dream! But when he pinched himself, he didn't wake up.
"What? Is my offer too GOOD to be true?" Enzo teased him, chuckling at the end of his own joke.
"N-No, I mean YES, I mean...!"
The rhino stood up from his chair, and Rafa immediately had to reckon with the fact that his boss was naked from the waist down or at least, as far down that he could see from behind the massive desk. His erect gray cock was undeniable proof of that. But Enzo couldn't have taken his pants off so quickly... He must've been naked from the moment that the squirrel entered his office! Maybe the thing with forgetting about his raise was all a charade, just to get him into his trap. And the worst part? The trap was actually working.
"I-I don't know... I've never done this before..." He wanted to say no, but not outright. He'd always been curious about it; plus, he didn't want to oppose his boss and ruin his chances at better pay.
"Heh, neither have I... Look, Rafael, if you don't want to be a part of this, make like a TREE and leave out the door. No hard feelings, I promise. But if you want to turn over a new LEAF... then start undressing."
Enzo started slowly circling around his desk, eyes fully set on Rafa's. The squirrel never saw his own boss as a predator, but in this new light, he felt excited. But a part of him continued to nag at him... Was he being tricked, playing into his boss's hand?
But rationally, he knew that the rhino would never hurt him. Not with Pilar as a witness, at least. He wasn't sure what Manner of fun his surprisingly kinky boss had in mind, but it probably would be something quick and harmless. Maybe it was safer to just play along...
He jumped off the chair and began taking off his shirt. His boss chuckled as he did the same, undoing his tie. Rafa also took off his shoes made for digitigrade paws, putting the pair on the high chair along with his folded shirt.
As he started to unbutton his pants, he got distracted by the sight of Enzo. His whole naked body, covered in gray skin except for his horn. Rafa never knew that, under the tight suit he'd always wear in office, hid a potbelly. But even _that_ somehow added to his bulky figure, fit for a rhino. The lower bits his clean-shaved nuts and circumcised cock were nothing to scoff at. They were probably average-sized for his height, but like everything else about Enzo, they looked twice as big to the squirrel.
"I guess I am pretty HORNY..." The rhino teased, now that his hard-on was in full view. "Hm... I think I know just the place to put a little thing like you. If you want me to take the lead, of course..."
Rafa's head nodded without hesitation. He could feel the electricity in the air through his raised fur. If Enzo hadn't claimed that this also was his first time, he wouldn't have ever guessed it. With each step of the tall ungulate, the squirrel felt smaller and smaller. The boss stopped right in front of him, thighs looming near his cheeks, as if waiting for Rafa to hesitate. But instead, a single word came from his lips, sealing his destiny.
"P-Please..."
Enzo chuckled, his employee sounding cute when coy. "Good. Now, let me give you that RAISE you wanted..."
With that, he grabbed Rafa between his colossal gray hands, bringing him up and closer to his smile. Enzo's nail moved over the waist of the unbuttoned pants, pulling it down along with Rafa's underwear. A modest but undeniable erection popped from underneath it, but instead of going for the more 'vanilla' variety of fun with the twink squirrel, the rhino had other plans for him.
"Still with me, Rafael?"
"A-A bit tight...! But yes!" Rafa replied with a blush on his face. One of the large hands let go of him, but he was still suspended into the air.
"It's only gonna get tighter from here. But don't worry, I'll put you DOWN soon... Just not on the ground."
Chuckling to himself, his free hand grabbed Rafa again, at his ankles. Still holding the squirrel upright, he tried to keep the fluffy rodent perfectly centered to align with his fully erect cock. But Rafa still struggled, making it hard to point his digitigrade feet towards its head.
"Keep your feet steady, and close together. You wouldn't wanna soil the fun, now."
Rafa stopped squirming for a brief moment. There wasn't much room for his neck to move thanks to the fingers around his shoulders, forcing him to stare right back at Enzo but after some consideration, he nodded as best he could, and rested one foot on top of the other.
"That's it..." And the rhino slowly lowered him, focusing on his meatus.
The toes pushed through the slit, squishing into the fleshy tunnel. Enzo grumbled in pleasure, watching his normal-sized cock relative to his size, at least bulge outward with those squirrel feet. His hard member almost seemed pliable from the inside, distending to make a notable bulge of the sinking squirrel's features.
"A-Ah...!" Rafa gasped. "It's...wet..."
"Heh. The fun didn't get SOILED, but your fur sure will! Mm..."
More of those furry rodent legs disappeared in him. In turn, the visible lumps shifted further down. It was surprising to see the ordinary member expand so effortlessly to consume Rafa. The videos that he'd watched on the Internet of other people doing it all seemed fake, but this was definitely the real thing. There was no faking the pressure of the engorged flesh around his ankles, nor the sticky warmth creeping up his coat.
His feet had now disappeared past the base of the rhino's cock, getting trapped in a corner. It felt like some sort of sphincter, and Rafa tried to push his feet through it...
"Agh, slow down!" The rhino suddenly exclaimed with a twinge of pain, pulling him up a bit. "Never had anything this deep before..."
"Oh, sorry... W-Wait, you mean you had something _else_ in your cock before?"
"Just some toys for practice, heh... Just be slow, alright?"
With that, Enzo started lowering him again, making sure to slow down to a halt when the squirrel's paws hit the wall again. Being more mindful of the sensitive walls, Rafa wiggled his toes cautiously, trying to ease their way forward. It felt tight, sticky, and warm, but not scary. Inviting, even. He wanted to see how deep Enzo could take him and as the sphincter opened to welcome his paws, he was on his way to find out.
"Mmf, there you go, Rafael. You're much better than any toy. Down you go..."
He kept his grip on the squirrel to prevent him from falling out, while also keeping him steady for the slow descent. Rafa was down past the knees, watching the bulges of his legs disappearing into the rhino's gray body. He could feel his feet slipping straight down _somewhere_ in there, but how far would they even go...?
Then, he felt his paws squeeze into a much roomier place than the tubes preceding it. The walls felt softer and cushier too, though not as warm. And the sticky fluids were much more pronounced here. Testing the waters, Rafa pressed his feet against them and he saw the bulges they formed in his boss's ball sac. Enzo closed his eyes and convulsed at the intrusion to his sensitive area.
"Mm, you're so deep...! C-Can't wait to feel you all the way in your new BURROW."
"B-But I'm an arboreal squirrel, not a burrowing one..." Rafa corrected him.
"Mrf... In that case, it's fitting that you're going into my TREE TRUNK..."
His cock flexed around his prey, slipping him in to his waist. The rodent was too distracted by the sensations to react to the pun, as his own bits were snagged by the hungry meatus. The base of his cock was already past the edge, pinched as to press his member against his fluffy belly. His lower half was already soaked in the rhino's sexual fluids. His butt was pressed against the glans, stopping his progress for a moment, while his paws pressed against the wall of his destination.
"I-I don't think I'm gonna fit."
"What? I thought squirrels loved NUTS, heh. Besides, if you've seen the vids online that I did, you know that a small fry like you will definitely fit."
The enormous hand pushed him down, and his entire waist slid in within a second. The rhino groaned, shaking the walls around Rafa's lower limbs, though his utterance was quiet enough that nobody outside his office should've been able to hear. Just as he'd hoped, the sac easily expanded to accommodate Rafa's paws up to the ankles. The squirrel could definitely feel the pressure from the cum-covered flesh against his stained fur, but it was hardly resisting the intrusion or becoming tighter in turn. It felt more like an enveloping velvety cocoon than a rubber balloon, welcoming but sultry.
With most of his legs bulging out, it'd easily doubled its size, with no signs of nearing its limit. The rhino's large hand released him once he was belly-deep, now that his trouser snake could easily support Rafa's weight. Gravity was aiding in his descent, and the squirrel placed his paws against the upper side of the shaft. He could've tried to push himself out or at least halted his progress , but that's not what he was interested in. Instead, he decided to explore how his own bulge under that gray skin felt. It was a weird feeling, having his own cock completely hidden within the rhino's, and not being able to discern its shape from the outside.
"Hnng...d-don't get COCKY..." His boss blurted out, flustered by the squirrel's touch. "I don't want you to CUM OUT so soon."
Rafa lifted his hands, realizing what he was doing. He was accidentally stroking his boss's cock...! Which was weird, because the whole situation didn't register as sexual to him until now. Despite the obvious fact that both of them were aroused, the act had been more like satisfying a morbid curiosity. As more of his body got drenched by the semen stirring in his nuts, he was imagining how it'd be like to be trapped inside his predator. His legs had to bend to fit into the testes, and he let his limbs hang limp. Closing his eyes, he decided to enjoy this massage with his other senses.
"Heh, don't tell me you're BORED with getting VORED..." His boss teased.
With the squirrel up to his chest down his urethra, Enzo didn't want to rush the act. There was no telling if his body would decide to be a nuisance again. Besides, it was all that he could do to prevent himself from climaxing right then. He definitely enjoyed the rodent right where he was, and how thicker his cock had gotten as a result it was exactly what he'd pictured. For now, Enzo wanted to savor his prey, until he was tucked away right where he wanted him.
Another lurch from his pulsing member pulled Rafa to his shoulders, nudging his triceps upwards. The only parts still outside were his head, neck, arms, and last but not least, the tip of his long and fluffy tail. The weight between his legs increased as his balls drooped lower, his prey's soaked fur titillating his insides. It felt like he hadn't released a load in weeks, with how heavy they were, and the sensation only got stronger as nature took its course.
With his prey's neck slipping into his ravenous urethra, he propped up his cock, careful as to not climax. His rugged fingers could feel the distinct bulges on the underside as they slipped from his grasp. When the squirrel bumped his chin against the glans, he raised his face and opened his eyes, finding the excited rhino staring right back at him.
"Mind your teeth."
With that, there was a 'shlick!' over his ears as his head slipped in. Rafa still stared up at the outside, at his extended arms and his boss's face, but more of his vision was becoming occluded by the smooth, fleshy tube. Despite Enzo's joke about his teeth, he had no plans of opening his mouth and risk taking in these musky fluids so there wasn't any chance of doing harm with his large rodent incisors. As his body drifted away from the light and into the warmth, he watched his arms disappear with him, as he turned into nothing more than a prominent set of bulges to the outside world.
Enzo watched as the fingers were lazily slurped by the pink slit, leaving behind only the squirrel's puffy tail. Despite its volume at least for the section not dowsed in pre , it was mostly fur, tickling his flesh as it inevitably sank with the body it was attached to. He could clearly feel the outline of Rafa, his head still halfway down his cock. The sensation was murkier further down, for the half curling up in his sack replaced instead by an increasingly deprived arousal.
"Hf... Looks like you're on the TAIL END of your journey."
His finger flicked the fuzzy tail tip playfully, until it, too, slipped into his dick. Rafa's weight had become too much for the slippery tunnel to bear, and instead of a gradual drop, he slumped down into the sack awaiting him. His head and arms were welcomed by the seed-laden walls, their musky coating unavoidable and syrupy. The pliable walls forced him to curl up, and he began pushing out to adjust himself.
"M-Mff... Getting CUM-fortable in there?" Enzo's voice reverberated in a lower register.
The rhino watched his squirming, bloated ball sac. In fact, the bulges were so clear, that the question of what was inside wasn't _what_, but _who_. Sometimes, Rafa's head would appear; then, a knee and an elbow, along with five smaller lumps for his fingertips. As Enzo huffed, he admired his handiwork; for the first time, he had a whole person inside him. The slender squirrel actually seemed smaller within his scrotum his balls were still huge, but they didn't droop to his knees or obscured his burly legs. On the other hand, the weight was very manageable, even as he swung his hips suggestively and watched the sack sway as a result. He snickered.
"I could get the HANG of this... What about you?" There was no response, even though he could clearly see his employee haplessly writhing inside. "Hf... What, rhino got your tongue?"
Rafa still didn't answer. While his boss played around with his new toy, he was too busy struggling to find footing as the chamber tossed him. The walls were loose and slick enough that he couldn't find any way to keep himself steady. The squirrel refused to open his maw, as he quickly learned that, with so much cum sharing his space, this was the only way to avoid getting a mouthful of it. Even worse, the spongy walls seemed to secrete more semen whenever his limbs squeezed them in his desperate balancing act, only causing more to appear.
As the rhino's numbness from taking in a whole person down his dick wore off, a new need arose. His pent-up body eager to devour Rafa moments ago now begged for release, confusing the mass in his balls for the mother of all loads. The weight on his crotch that had been somewhat manageable was becoming a nuisance, and he realized that his balls swung more slowly, sloshing as more seed was produced. But he didn't want to cum just yet still, it'd be impossible to ignore his sensitive cock, aching to eject the rodent intruder.
"F-Fuck me... Oof, you're making my NUTS go nuts!"
With his legs gently spread and knees straightened out, and pre-cum drooling from his penis, he slowly wobbled around his desk, groaning as he felt his heavy balls sway into the cool air with each step. He only walked as far to reach the drawers behind his desk, but before opening the first one, he pressed the intercom button on his phone. After a single dial tone, a voice spoke through the line.
"Mr. Labra?" The feminine tone was undoubtedly Pilar's. "Is everything alright? Rafa has been there in for a while now."
"Y-Yeah, he's definitely IN here..." He grunted, slamming the first drawer shut, after remembering that he wanted to check the second drawer instead.
"Did you fire him or something...?"
"Well, I SACKED him alright... Just hf! not in the way you think." He pulled a foil wrapper from his drawer. "Did everyone else leave? Can you come in?"
The secretary chuckled, and her tone changed. "Don't tell me you had a threesome in mind, Enzito..."
"Come in and you'll see."
Another press of the intercom button silenced it. As he tore the foil between his large fingers, Enzo looked down at his other package.
"Well, Rafael," he spoke out loud, "if I keep quiet about this fetish of _yours_, I'm sure you can keep mine and Pilar's extra-official relationship a SECRET-ary, eh?"
Rafa didn't know how to respond especially with his boss pretending that this wasn't all _his_ idea so he tossed himself around. Of course, that quickly turned out to be a mistake; the sludgy pool of semen sloshed and splashed onto his body, smearing that aggressively masculine aroma on his snout and lips. At least, Rafa managed to get a funny surprised grunt out of his predator from this, as a reminder that he still had some form of power in this odd dynamic.
The door to the office opened, and in came Pilar on her high heels. The sight of her boss in full nude, holding a condom in his hand, didn't make her flinch in the slightest. Instead, the beaver smirked.
"Well, now. I thought Rafa would be joining us tonight..."
"He will...mmrf... In a way."
As if she didn't get the hint, he pointed at his enlarged ball sac, at the precise moment Rafa decided to push his paws out in response. But Pilar was busy adjusting her rectangular glasses.
"What do you mean byOOH MY GOD!! I-Is he...?!"
"He's fine. More than fine, even Hff...!"
He bit his lip as his cock throbbed, never having gone any softer since Enzo had fed it.
"_You_ don't sound fine." She retorted. "How is that even possible...?"
"Don't worry about it. It's just mf, fuck HARD to k-keep him in... I'm trying my best not to release him too soon. But it's all safe."
She crossed her arms. "I-I wouldn't know about safe. It sounds like a lawsuit in the making, at best..."
"Well, I'm certainly MAKING something big... And I feel like FILING it in your archives."
Her eyes widened, and her whiskers seemed to jolt in disbelief. "Y-You mean... You want to do it?! With him in there? But what if you push him out?"
Enzo smirked. "That's the fun of it! One way or the other, he's gotta c-CUM out... I promise you that it feels amazing, dear. What do you say?"
The beaver thought of it for a while. Seeing the rhino's faltering smile, as he tried to convince her to be his accomplice... No, much more than that! But... if it was actually safe... and Rafa was actually fine with it... Besides, she was actually kind of curious as to how it'd feel, as Enzo seemed to enjoy it plenty enough.
"...Fine." She blurted out, as she started to remove her dress. "But you're still wearing protection this time! I don't want to get pregnant."
"Of course!" He smugly shook the semi-transparent rubber in his fingers. "I wouldn't have it any other way. RUBBER before you love her!"
She scoffed. "You've told that one before."
Enzo chuckled as she continued to disrobe. In the meantime, he was careful to put on his condom, his sensitive dick twitching as the white latex was unwrapped over its head. The only thing stopping him from going over the edge was the thought of thrusting his spear into the gorgeous beaver soon even so, globs of pre already dribbled in droves into the condom's tip.
"Actually," Pilar pondered, "is a condom even gonna work for this?"
"Don't worry. I bought a special one just for the occasion. It's the LATEX trend!"
Standing by the side of his desk, the rhino admired the naked beaver in all her mahogany-furred beauty. She was smaller than him, but her voluptuous breasts stole all attention to her bust. In comparison, her waist was much more modest at first glance, but appearances weren't everything. If the shorter woman could easily take him, Enzo imagined that she'd have no trouble with guys better endowed than him or, at least, a certain squirrel.
Pilar approached him on the side of his desk, flat tail following behind. The boss leaned forward, lifted her bespectacled face with a single finger under her chin, and gave her a kiss to her lips. Her big incisors got in the way, but for a simple smooch, it was worth it. Then, as she leaned back against the furniture, he helped her up, getting Pilar to lie down on his desk in the space he always left empty on purpose.
"That's my boob you're grabbing, pervert." She teased as his big hand caressed it gently. "Do you always grope your secretaries?"
"Mm, just this one I really like." The rhino leaned forward, gently nibbling on her neck and rubbing her clitoris, causing her to moan.
"M-Mmmf... You're good at this."
"Heh, I know..." He started planting kisses progressively lower down her body.
"Remind me, why do we have to keep our relationship a secret...? We're both single."
"Well, I don't want the rest of the department to think I play favorites..."
Pilar raised her head, displaying a sarcastic smirk. "Then you admit that I'm your favorite."
"You sure are HHHF...!" The rhino interrupted himself, as the squirrel trapped in his balls squirmed against the rising tide within. "B-Better watch out, though. It seems that Rafael is fighting for a spot at the podium..."
She looked down at his burdened balls. It was still hard to believe that the whole squirrel fit in there, in such a tight space. But the bulges occasionally appearing through the gray skin were undeniably his.
"Is this your idea of firing people, Enzito?"
He took a step back, carefully holding his junk. "Oh, I wasn't ever gonna fire him... _Especially_ now that he's being so helpful to this FIRM. Hmm, on second thought, I think I'll be FIRING him into"
The beaver tossed her head back and groaned. "Uuugh, alright, that's enough talk out of you! How about you find a better use for that mouth of yours, before you kill the mood."
Satisfied with himself, the smug rhino slowly kneeled, bringing his horned snout to her crotch as she opened her legs. He was surprised to feel the carpet under his nuts, now that they were drooping low enough with the extra weight to reach the floor. Still, he didn't want to rush things for his sake. His tongue started to lap at her labia, eager to find that Pilar was already getting wet as it dug in. Under his hand on her busty chest, he felt her squirm and moan. His balls also churned in tandem, which was his body's way of telling him that Rafa was overstaying his welcome. The beaver managed to even hear the testicles sloshing from where she was.
"M-Mmph, screw foreplay," Pilar barked dominantly. "I need you in me right now."
"As you wish."
He gave her clitoris another lick that made her shiver, before standing up. His gray hands moved to her thighs, gripping the thin limbs. Her beaver tail was pointing straight down, flat along the side of his desk, as to not get in the way of their fun. He positioned the protected tip of his cock right against her glistening pink entrance and looked down to his legs.
"Hey, Rafael! If you thought that your boss doesn't work HARD, I'm about to prove you wrong, hah!"
Then, he pushed his hips forward, simultaneously pulling Pilar towards him. For a rhino his size, his circumcised cock was average by all accounts but given that the beaver was somewhere between him and Rafa in height, it was quite a decent stretch for her. However, this wasn't unfamiliar territory for her. As the head of the penis disappeared into her welcoming vulva, her midriff bulged upward and Pilar howled.
Trapped in the creamy confines of Enzo's sac, Rafa was surprised to hear the beaver's raspy but high-pitched moan. He'd never imagined the two of them to have a hidden relationship of this sort. Pilar always had a collected demeanor, and seemed friendly but reserved though right now, she sounded like a whole new person. And the rhino, well... The squirrel was always a bit intimidated by his boss and his hulking stature, and rarely spoke with him alone. He would never have called him a close acquaintance.
Now, he was getting to be violently intimate with him. After all, Rafa couldn't be any closer than almost completely submerged in his cum, stuck inside his balls. Pushing at the bottom was all he could do to keep himself above the surface, leaving his nose outside to inhale the stifling miasma instead. Though as the rhino thrust his hips back and forward, he was fully engulfed by the milky fluid at times. At least the liquid was breathable, so there wasn't any risk of drowning but Rafa preferred not to ingest it if he could avoid it. In fairness, the rank musk should've been more offensive to his mouth and nose. The environs and its pulsing folds were clearly not made to hold a living person. And yet, here he was, finding some pleasure in its snug embrace.
Another thrust, and Enzo felt his heavy balls lag behind. His waist felt sluggish, but it was a small price to pay for having someone slosh in his cum tanks. Why hadn't he thought to do this before...? The condom he was wearing was likely being filled with more pre, but it was too deep in the secretary's belly to see. Pilar's velvety and snug vagina felt much better against the skin of his hypersensitive cock, even with protection he found that the rubber always made him last longer, which she enjoyed. He gritted his teeth, thrusting forward as he felt a contraction in his testicles.
"S-Such a HRMPH! t-tight beaver's BEAVER..." He still managed to crack jokes in spite of the situation.
"Sh-Shut up..." Pilar replied, flustered and short on breath.
As his cock slipped in and out, Enzo felt a novel sensation: His balls clenched from the inside, trying but failing to expel the intruder. With the vaginal folds grasping his cock, his body wanted to unleash all of that pent-up seed into her. His hips moved faster, and his hairless crotch constantly bumped into her furry one. His nuts were stirring, solid and liquid matters both rushing to the top, plugging and stretching the seminal tract.
"Mmmm yeah... HF! G-Get ready for a turbulent RIVER, dear... This d-DAM is about to break...!"
"Ah-h...! With what, that little BRANCH of yours?"
With her clapback, his boss stretched her legs even wider, thrusting his spear as deep as he could and roaring like a beast, all at the same time. He felt his nuts compress and launch their prey, sending Rafa back up the way he came, much more quickly than he'd been devoured. Soon enough, the mass in his balls moved up towards the base of his cock. Since it was planted completely inside Pilar, the squirrel's head started to stretch out her canal as well.
She squirmed and screamed, reaching her own climax at the unrelenting intrusion to her tunnel. It felt like Enzo's cock was growing at an alarming rate. Then, the weight shifted, with a mass coming out of its tip and expanding her walls. Her body tried to resist the surprising pressure, but the external force was unbeatable. It was all too fast, but even through a thin layer of latex, she could loosely discern the shape of Rafa's head.
A second orgasm immediately rocked her body before the rhino's prey had fully left his nuts. Squirrel and semen barreled continuously up his throbbing shaft, forcing Pilar's flesh to make way. Her mahogany-colored belly grew as quickly as Enzo's sac shrunk, and the phallic bulge that her midriff sported was transforming into a squirrel-shaped one then changing once more, growing wider and rounder.
Being squeezed out of his boss's cock into yet another tight hammock of flesh, Rafa found it even harder to keep his balance. His body was forcing its way into the seemingly tighter walls, with no chance of struggling against the creamy tide, as Pilar's cries won over the rhino's moans. But he couldn't directly touch the vaginal folds, as a slippery layer completely encased him. After his body was launched in a straight position, to worm his way up the rhino's ducts and urethra, Rafa was forced to curl once again within his second predator. But as realized that the copious amounts of rhino cum had the same destination in sight, and that it had nowhere else to go, he suspected that he'd still be struggling to keep his head above the potent mix for longer.
Finally, Enzo felt the last of Rafa's paws pop out from his spent cockslit. Once again, the squirrel's long, sloppy tail tickled the inside of his urethra, though his dick would be quick to wash it out along with the last couple of spurts. His balls, drenched in the beaver's squirts, were back to their normal size. In fact, they now felt strangely light.
As both partners recovered their breath, the rhino was the first to break the silence with a lengthy chortle.
"Little branch... Pfah hah hah...! That was a good one! I'll... huff... I'll have to remember that."
Releasing her thighs, he took the chance to admire his accomplishment. His dick was still buried deep in her, somewhere in that sludgy mass that was her belly. She looked way beyond pregnant as if she was about to have triplets , and the musky liquid caused her swollen skin to splay to the sides. The outlines of Rafa's limbs pushing her fur out were less discernible than within his ball sac likely due to the extra limitations imposed by the condom.
He placed his paw on her belly, careful not to put any weight. "Guess I RUBBED off on you in more than one way, dear."
"Aah... hf. Phew... Ugh, I-I'm glad there's no one else to hear all my screaming... They'd think I was getting murdered or something."
On the opposite side of her skin, the world was very different to Rafa. The rugae brushed against the filled condom, wet licks filling the space left by the otter's reverberating words. It was, somehow, much more soothing than the chaos within Enzo's nuts, even if he couldn't feel her flesh directly. But the torrent of cum from the rhino's orgasm had collected into the balloon, so the smell was pretty much the same. His paws were seeped into that placid lake, but he realized that something was missing: His toes could no longer find the penis from which he emerged.
Enzo's paw push against Pilar's thigh as he carefully pulled his spent shaft out. His other hand was holding the base of his condom, as he felt that his deflating cock was slipping out of the ballooned protection after all, he didn't want any of his seed to end up on the wrong side. Finally, he pulled himself free, with just the base of the condom sticking out from her vulva. He was quick to tie it into a knot, leaving her there as he fetched some towels from the first drawer behind his desk.
"Mmm, I can't believe it, Enzito..." Her hands rubbed over her distended skin. "Rafa is _really_ in there. Hmnf... It's amazing."
"I know." He gently closed his first drawer, after remembering that he kept spare towels in the third drawer, and not the first. "It's called 'vore', by the way. Have you heard of it be-VORE?"
"Vore...? No, never. Mm, I think I'll look it up when I get home."
Pilar tried to turn around towards the rhino, with the extra weight making it difficult. Her sluggish belly didn't seem to cooperate, wobbling like a furry slime. She moaned as the condom filling her up was finally dislodged to the side, belly plopping onto the wooden desk like a water balloon and knocking over some office supplies. Rafa, in turn, wiggled more vigorously once his entire world shifted, and Pilar's skin showed it all. Enzo smiled as he cleaned himself, watching the whole scene unfold.
"Heh, the condom didn't break, but I still got you PREGNANT."
"Har har." She mocked him. "I'll admit, though, this feels nice... Hmf, I don't think I ever came that hard before."
"Me neither." He brought his snout close to hers for a smooch. "Well, now that you're pregnant, are you ready to carry to term?"
Pilar's eyes nearly jumped off her face. "WHAT?! B-But Enzito, I can't show up like this anywhere...! And And Rafa is still!"
"Shh, it was a joke, dear... A bad one, I'll admit."
The blushing beaver scoffed as he smooched her forehead. "So you won't admit that the other ones were bad."
"No, I won't. Look, I'll help you push him out now. The condom shouldn't be too deep inside, right?"
"I-I don't think so, no..."
As she struggled to heave her belly and lie on her back again, the rhino also positioned himself back between her legs. She planted both of her feet against the hard surface, knees high up as if she was about to give birth which wasn't completely inaccurate. With one hand, Enzo grabbed the knotted end of the condom, which was still sticking out from her opening. The other cupped the top of her swaying belly.
"Rafael?" He called out. "If you can hear me, try to stay still. And Pilar, start pushing now."
Rafa heard him loud and clear, despite the layers of flesh and latex dampening any external sounds plus the thick globs of cum that stuck to his ears and body. Unfortunately, as the walls began to contract around the egg-shaped balloon that he was in, the salty pool started rising, and he had to adjust himself ever so slightly. Not a good start, but he'd rather avoid accidentally swallowing more of it if he could help it.
However, as the other rodent continued to grunt and tried to push him out of her canal, and as Enzo pressed down on her belly to help, the squirrel felt his feet slip out the end opposite to his head. As more of the condom started to get squeezed out, her vulva seemed to keep a tight grip on his ankles, thus preventing any liquid from slipping out. The total space that he occupied inside Pilar's vagina was decreasing which meant that he was being sucked into a whirlpool of rhino seed...!
With no other choice, Rafa took a deep breath of the pungent air, and closed his eyes as he was dunked into it. At the very least, Pilar seemed to be making progress, as more of his legs could move freely over time. He heard Enzo giving her words of encouragement, or perhaps telling more puns he could only speculate as to which. Time seemed to pass slower, and his whole upper body felt weightless as it floated in jizz. There was a bit of a snag when the squirrel felt her vent pinching around his waist but since the rubber walls were pretty smooth, he was able to easily swing his hips, hoping to dislodge himself.
And he did, with a notable PLOP! All at once, everything in the condom was launched outwards, thanks to the vacuum that had built up everywhere in the vagina. Like a white rubbery slug, it slipped out between her legs, poised to fall to the ground. Thankfully, the strong rhinoceros was there to catch it. Rafa kept fighting the roiling fluid throughout not helped by the fact that Enzo was also turning the bag around at the same time!
Once it had finally settled, Rafa managed to swim back to the surface. He regained his breath while his eyes slowly readjusted themselves to the light. Staring straight up, the first thing that he could see...was a closed sphincter. Well, something that resembled one... The squirrel realized that it was the bottom of the condom's knot, viewed from the inside. And just outside the frosty latex barrier, he could see his boss's larger hand, clutching that knot hoisting the entire condom in the air.
As he looked around, he saw an ivory horn outside the translucent wall and then, the rest of Enzo's grinning face around it.
"Well-CUM back, Rafael! Are you doing alright in there?"
Staring back at him, the squirrel's first reaction was to say 'yes'. As much as the thought of being lifted inside his boss's own condom brought a flush to his cheeks, now he had room to keep his shoulders above the spunk, and it wasn't as tight as Enzo's balls or the beaver's vagina. But the thought of accidentally ingesting more cum made him reconsider opening his mouth.
Choosing to stay silent instead, his arm surfaced from the white pool next to him. After the creamy goo slowly dripped down from his paw, it revealed a thumbs up sign.
"Hah, good! I'm glad you had fun too."
Fun... Hearing the word seemed to strike a chord within him. Yeah... Despite all that he'd gone through, he _did_ have fun. Rafa had never thought that he would participate in vore in his lifetime even less so with Enzo and his secretary, of all people...! Still, the squirrel felt that he'd warmed up to his boss and his dominating demeanor, strange as though their bonding experience was.
"What _isn't_ fun," Pilar shouted in a poignant tone as she wiped her legs with a towel, "is the bath that I'm gonna take to get rid of all this smell. Ow, my muscles... Now I'm certain that I'm never getting pregnant. Enzito, do you mind if I take a sick day tomorrow...?"
"No can do."
"WHAT? Why not?!"
He pointed at the condom. "Because I'm giving _him_ a paid day off already. He has gone through a lot... literally. And if both you and Rafael take the day off, it's gonna raise suspicions."
The naked beaver adjusted her glasses, then crossed her arms. "...Fine. But I'm going home early tomorrow. As nice as this whole vore thing was, my pussy is going to be sore for days, which means no sex for you, Enzito."
"Alright, dear. You can let it have its CAT nap. Have a good night!"
She collected her neat pile of clothes, then waved goodbye to both her boss and Rafa as she headed to the showers. But she stopped by the door and turned around to the rhino.
"Oh... I got that. Good one." She turned back and closed the door behind her.
"Well!" Enzo spoke up, looking at the small soaked squirrel. It was somewhat easier to see the actual walnut color of his fur, now that he wasn't constantly splashed over the head with spunk. "Good thing the condom actually did its JOB, unlike us, and didn't leak! Pilar and I both care a lot about having safe sex, you see. And by that, I mean sex where I'm SAFE from her ire, hah hah!"
The joke didn't land, and Rafa's brows only furrowed as he let out a groan. However, knowing his boss, perhaps that _was_ the intended reaction...
"What? Don't tell me that you didn't like your BIRTHDAY surprise? Heh heh..."
Was this his punishment for letting his boss know about his fetish? Rafa was cringing hard enough that burrowing his head in the salty pond started to sound appealing...
"Anyway," the rhino's tone was much sober all of a sudden, "I'm glad we tried this out. I was looking forward to it for a while. And I'm sorry that I had to _really_ nudge you into doing it... But you not getting a raise had nothing to do with it! That was my honest mistake, I must have skipped you over by accident... I'll make sure to set things right. Okay?"
Rafa let out a small smile and nodded.
"Phew, alright! Well... This feels weird, doesn't it? Here I am, all naked in my office, late at night, talking to a used condom... Maybe you were thinking that we should WRAP things up! But you know, Rafael, this is a special kind of condom! Not all of them can hold a whole person inside, so I had to pay quite a bit for this one. Many PENNIES, even. I'm just wondering..." Enzo flashed him a devious look. "It would be a waste to just throw it out, you see? Besides, I was told that this particular condom tastes like vanilla..."
The squirrel couldn't believe it. His boss wasn't seriously suggesting what he thought he was...right? But when Enzo licked his lips teasingly, it didn't leave any doubts: The rhino wanted to devour him while he was still in his filled condom!
Somehow, Rafa felt himself again in the same position as before that this had been his boss's plan from the start. That he was being played; first as his toy; then, as his load; and finally, as his snack. But the idea of subjecting himself to the rhino's whims, to do as he pleased, felt so alluring. Even if it felt a bit embarrassing, there was a deep instinct to serve his boss or better yet, his predator...
He looked at the unpleasant seed that surrounded his body. But...at least like this, when it wasn't getting tossed onto his face at every turn, it wasn't such terrible company. Pushing aside its nature, perhaps it wasn't so different from a warm and relaxing mud bath. Plus, he'd get to savor it through his paid day off tomorrow if he hadn't misinterpreted the rhino , and enjoy a stay inside his stomach all the while! Somehow, it all sounded tempting enough for the small vorarephile... After pondering it over, he simply nodded in response.
"Really? I thought I'd have to fight to convince you, hah!" The rhino laughed, proud of himself and his knack for convincing others, causing ripples to form around Rafa. "You're just full of surprises... Well, then. Normally, I'm a HERBIVORE... But who am I to say no to such an eager snack?"
With the jokes out of the way, Enzo raised his hand as high above his head as it could reach. They couldn't see each other, with the opaque milky mixture in the way. From below, he just saw the teat-like end of the condom, swollen with cum, pointing directly towards him. There was a pun about breastfeeding to be made, but his post-sex hunger couldn't wait.
Pointing his snout straight up, he parted his jaws, easing the bottom between his teeth until it touched his tongue. Surely enough, the vanilla flavor he'd expected was there, though nearly overshadowed by the taste of Pilar's juices. He gently suckled on the rubbery skin, and it easily deformed to enter his maw. The rhino could feel the liquid within the surface of the balloon stir from the pull of his suction, being drawn into his mouth and filling up the space between his cheeks before it reached his throat.
Rafa couldn't really see or do much, other than wait for the inevitable. In hindsight, his boss could've easily devoured him even if the squirrel wasn't willing. The sheer helplessness of his predicament made his cheeks blush. Hidden underneath the warm and sticky jizz, his paws and back felt the interior of the condom, placidly sitting along the curves. But the smooshy latex was turning tauter, and the portion above the surface seemed to stretch downward. With time, his relaxed body was being moved along with the currents, and his legs started to stretch out downward into a pocket that was quickly deepening.
As the plastic bladder flowed with gravity and filled his throat, Enzo gulped. He could feel the suspended liquid inside his neck, bulging it out. But with the otter's natural lubes, it was hard for his esophagus to get a good grip on the slippery condom. Instead, he'd have to wait for it to stream inside, letting the fluid slowly fill up the space temporarily created by peristalsis. The rhino could feel his muscles pinching weakly around the rubber, giving him a slight discomfort as his body interpreted it as choking. In turn, his erection had back in full force. Keeping his gag reflex in check as he deepthroated the condom, he continued to calmly keep his jaws open and relaxed.
The squirrel could feel the oval room become more oblong, as a familiar squeeze cascaded up his legs. He could feel that the bottom was getting warmer, the only indication that he was actually getting swallowed. He was almost upright by now, hearing the deep sloshing of fluid below. There was another sound, too a thrumming heartbeat, reverberating and amplified through the pool. As the rubber started to hug his waist, a big horn came into his limited field of vision.
Enzo watched Rafa's head slowly appear into view, locking eyes with him. By now, the employee's chest must've been inside his maw, but he had no way to discern it. If he didn't know any better, his snack could've been passed off as a slime-filled blob. His throat was completely stuffed by now, with the bottom end slipping easily through his cardiac sphincter.
Their brief staredown was interrupted just as quickly, with the condom sliding further down. Rafa watched the rhino's flat teeth come into view, keeping their distance from the semi-transparent wall to avoid puncturing it. He couldn't turn around to see Enzo's tongue, as most his body was snugly held in place by the muscles outside the bubble. He could see the rhino's breath fog the outer wall, further obscuring his view of the glistening palate. The last of his head slipped into the maw, but there was still the remainder of the air-filled top of the condom to go down, giving him a few precious moments of light to admire the pink flesh.
The knot that Enzo had tied disappeared behind his snout, at the same time that the sturdy condom spilled along the bottom of his stomach. But with his mouth still full, he couldn't relax his mandible just yet. His rippling throat hugged the widest parts of the slender squirrel, allowing him to better feel the obstruction caused by his prey. Enzo was already stroking himself, not long after the biggest load he'd ever had. His tongue reached over the tied end of the flavorful condom, and carefully nudged it inward, cutting off the light from reaching the rodent passenger as he vanished down the back of his mouth.
A careful swallow cleared his maw of the remaining rubbery membrane, sending it down as a single piece into his stomach. The rhino huffed as his throat relaxed, replaced by a growing tightness in his gut as it grew outward subtly. But unlike Pilar, his potbelly was naturally bigger, and had the perfect shape to conceal the snack that was more liquid than solid. Nonetheless, he could feel Rafa inside him, adjusting himself within the snug confines of the condom in his gut. As he masturbated, Enzo realized that his motions were sloshing the contents of his full stomach but the layers of flesh completely muffled any sounds to his ears. He felt the squirrel get jostled and push at the hardy walls, but this time, there weren't any conspicuous bulges. The latex completely filled the space available, and it seemed stuck in place a perfect fit.
He groaned as he climaxed, but his cock was too spent to let out anything more than pre. As the desire wore out, he huffed and rubbed both hands over his belly and the squirrel concealed within. His stomach whined about the lack of nutrients, but to Enzo, the condom was like a full-course meal, and he couldn't have asked for a more filling one.
"Hoo... That's the Urp!" He cleared his throat after burping. "Excuse me. That's the best condom I've ever had, and with the best CONDOM-ment to boot! Heh, now you're all SQUIRRELED away, hidden and barely making a bulge... I hope you can STOMACH the stay, because I don't think I can hear you from here. But at least you should be well PROTECTED!"
Within the organ, Rafa was left in total darkness. All around him, the stomach groaned as it rubbed against the outside of the condom, making wet squelches while holding it snugly in place. In contrast, the natural motions of the organ constantly stirred the pool of semen, only intensifying the trade of heat as the walls and fluid warmed up to the temperature of the surroundings. That really started to sell the illusion of being in a private jacuzzi although his boss would've probably called it a 'jizzcuzzi' or something equally corny.
He realized that there was the slightest tinge of acidity in the air, maybe because he'd grown so accustomed to the pungent aroma. The squirrel thought that there could be a leak, but his surroundings stayed the same... Perhaps this wasn't just an ordinary condom Enzo had said something along those lines, no? Then it wasn't far-fetched that it was made of some material that allowed him to breath indefinitely. That was a relief... But it begged the question: For how long did his boss intend to keep him...?
Everything lurched forward, turning and churning as rhino seed lapped against his face once more. There wasn't much room to move, although it was the more comfortable of the three places that he'd slipped into tonight. The condom conformed so well to the rugged walls, taking their shape somewhat. But Rafa was mostly pressed into a fetal position, with his knees being pressed close to his chest for him. It felt easier to hug them than explore his space and dowsing himself in more cum.
As much as he tried not to wreak havoc onto the squirrel while he dressed back up, Enzo could feel the shifting fluids in his core. It'd have to be something they'd both have to grow used to. He also recovered the pants that he'd taken off before Rafa came into his office, along with his other clothes. Before fastening the belt, he carefully buttoned his shirt. And, to his surprise, his size still fit! It was definitely tighter, and it also compressed his bulge a bit more but nobody would even be able to tell that there was something different about him.
Enzo checked his wrist and buttoned his sleeves. "Sorry about the commotion in there, Rafael. I didn't mean to TAKE-OUT on you... Either way, do you remember what day it is?" He grabbed the spent towels, and tossed them in a basket hidden by the corner of his office. "It's Thursday. And tomorrow is Friday, that's your day off." He tucked his shirt into his pants, taking the opportunity to press his hand against his soft belly. "Which means you only have to be back at the office on Monday. That's more than three days from now. More than enough for my body to push you all the way out the other end..."
He put on his shoes, then picked his phone and car key. He could feel the writhing in reaction to his words. "Here's some FOOD for thought. I'll give you that raise I promised, plus overtime. But! If you manage to get that condom all the way through my guts, without it leaking or bursting, I'll give you an even bigger bonus to your paycheck. How does that sound? Don't worry, I'll give you plenty of time to RUMINATE on it!"
The rhino laughed, patting his belly over his shirt. He felt some pressure coming from his gut, before he released a loud belch. He smacked his lips, noticing that his breath vaguely tasted like vanilla.
"...I'll take that as a yes."

View file

@ -32,6 +32,7 @@ tags:
- hyper
- inflation
- gay sex
- netorare
- commission
commissioner: yolkmonkey
copyrightedCharacters:

View file

@ -8,7 +8,7 @@ tags:
- name: cock vore
description: Scenarios where prey are consumed by the predator through their penis.
- name: unbirth
description: Scenarios where prey are consumed by the predator through their vagina/vulva.
description: Scenarios where prey are consumed by the predator through their vagina/vulva, sometimes also called "vaginal vore".
- name: tail vore
description: Scenarios where prey are consumed by the predator through an opening or mouth in their tail.
- name: slit vore

View file

@ -65,3 +65,5 @@ tags:
- cock vore
- name: soul vore
description: Scenarios where predators consume a soul instead of their prey's body.
- name: Vore Day
description: Stories created in commemoration of Vore Day, which is celebrated on August 8ᵗʰ, and/or are set in said day.

View file

@ -3,3 +3,4 @@ lang:
eng: anonymous
tok: jan pi nimi ala
links: {}
preferredLink: ~

View file

@ -15,3 +15,4 @@ links:
twitter: https://twitter.com/BadManners__
mastodon: https://meow.social/@BadManners
bluesky: https://bsky.app/profile/badmanners.xyz
preferredLink: ~

View file

@ -16,8 +16,15 @@ const UI_STRINGS = {
eng: (text: string) => (text.length > 0 ? `${text[0].toUpperCase()}${text.slice(1)}` : ""),
},
"util/enumerate": {
eng: (count: number, nounSingular: string, nounPlural: string | undefined) =>
count !== 1 ? `${count !== 0 ? count : "zero"} ${nounPlural ?? nounSingular}` : `one ${nounSingular}`,
eng: (count: number, nounSingular: string, nounPlural: string | undefined) => {
if (count == 0) {
return `no ${nounPlural ?? nounSingular}`;
}
if (count == 1) {
return `one ${nounSingular}`;
}
return `${count} ${nounPlural ?? nounSingular}`;
},
tok: (count: number, nounSingular: string, nounPlural: string | undefined) =>
`${(count > 1 && nounPlural) || nounSingular} ${["ala", "wan", "tu"][count] || "mute"}`,
},
@ -26,10 +33,10 @@ const UI_STRINGS = {
tok: (authorsList: string[]) => `lipu ni li tan jan ni: ${authorsList.join(" en ")}`,
},
"export_story/request_for": {
eng: (requesterList: string | string[]) => `Request for: ${[requesterList].flat().join(" ")}`,
eng: (requesterList: string[]) => `Request for: ${requesterList.join(" ")}`,
},
"export_story/commissioned_by": {
eng: (commissionerList: string | string[]) => `Commissioned by: ${[commissionerList].flat().join(" ")}`,
eng: (commissionerList: string[]) => `Commissioned by: ${commissionerList.join(" ")}`,
},
"story/return_to_stories": {
eng: "Return to stories",
@ -91,12 +98,10 @@ const UI_STRINGS = {
: `lipu ni li tan ${authorsList[0]}`,
},
"story/commissioned_by": {
eng: (commissionersList: string | string[]) =>
`Commissioned by ${UI_STRINGS["util/join_names"].eng([commissionersList].flat())}`,
eng: (commissionersList: string[]) => `Commissioned by ${UI_STRINGS["util/join_names"].eng(commissionersList)}`,
},
"story/requested_by": {
eng: (requestersList: string | string[]) =>
`Requested by ${UI_STRINGS["util/join_names"].eng([requestersList].flat())}`,
eng: (requestersList: string[]) => `Requested by ${UI_STRINGS["util/join_names"].eng(requestersList)}`,
},
"story/draft_warning": {
eng: "DRAFT VERSION DO NOT REDISTRIBUTE",
@ -122,7 +127,7 @@ const UI_STRINGS = {
}
return platformLang;
});
return `A game for ${UI_STRINGS["util/join_names"].eng(translatedPlatforms)}`;
return `A game for ${UI_STRINGS["util/join_names"].eng(translatedPlatforms)}.`;
},
},
"game/platform_web": {
@ -145,7 +150,7 @@ const UI_STRINGS = {
},
"game/warnings": {
eng: (platforms: GamePlatform[], contentWarning: string) =>
platforms.length > 0 ? `${UI_STRINGS["game/platforms"].eng(platforms)}. ${contentWarning}` : contentWarning,
platforms.length > 0 ? `${UI_STRINGS["game/platforms"].eng(platforms)} ${contentWarning}` : contentWarning,
},
"tag/total_works_with_tag": {
eng: (tag: string, storiesCount: number, gamesCount: number) => {
@ -165,19 +170,17 @@ const UI_STRINGS = {
} as const;
type TranslationKey = keyof typeof UI_STRINGS;
type Translation<A extends any[]> = string | ((...args: A) => string);
type TranslationArgs<T extends Translation<any[]>> = T extends (...args: infer A) => string ? A : [];
type TranslationEntry<T extends Translation<any[]>> = { [DEFAULT_LANG]: T } & {
type TranslationEntry<T> = { [DEFAULT_LANG]: T } & {
[L in Exclude<Lang, typeof DEFAULT_LANG>]?: T;
};
type TranslationKeyArgs<K extends TranslationKey> =
(typeof UI_STRINGS)[K] extends TranslationEntry<infer T> ? TranslationArgs<T> : never;
type TranslationArgs<K extends TranslationKey> =
(typeof UI_STRINGS)[K] extends TranslationEntry<infer T> ? (T extends (...args: infer A) => string ? A : []) : never;
export function t<K extends TranslationKey>(lang: Lang, key: K, ...args: TranslationKeyArgs<K>): string {
export function t<K extends TranslationKey>(lang: Lang, key: K, ...args: TranslationArgs<K>): string {
if (key in UI_STRINGS) {
const translation: Translation<TranslationKeyArgs<K>> =
const translation: string | ((...args: TranslationArgs<K>) => string) =
(UI_STRINGS[key] as any)[lang] || UI_STRINGS[key][DEFAULT_LANG];
return typeof translation === "function" ? translation(...args) : translation;
}
throw new Error(`No translation map found for "${key}"`);
throw new Error(`No translation entry found for key "${key}"`);
}

View file

@ -16,7 +16,7 @@ type Props = CollectionEntry<"games">["data"];
const { props } = Astro;
const series = props.series && (await getEntry(props.series));
const authors = await getEntries([props.authors].flat());
const authorsList = await getEntries(props.authors);
const copyrightedCharacters = await formatCopyrightedCharacters(props.copyrightedCharacters);
// const relatedStories = (await getEntries(props.relatedStories)).filter((story) => !story.data.isDraft);
// const relatedGames = (await getEntries(props.relatedGames)).filter((game) => !game.data.isDraft);
@ -37,7 +37,7 @@ const tags = props.tags.map<{ id: string; name: string }>((tag) => {
console.warn(`No "${props.lang}" translation for tag "${tag}"`);
return { id, name: tag };
}
return { id, name: categorizedTags[tag]! };
return { id, name: categorizedTags[tag] };
});
const thumbnail =
props.thumbnail &&
@ -128,7 +128,7 @@ const thumbnail =
class="mt-1 space-y-2 px-2 font-serif font-light italic text-stone-600 dark:text-stone-200"
>
<Authors lang={props.lang}>
{authors.map((author) => <UserComponent lang={props.lang} user={author} />)}
{authorsList.map((author) => <UserComponent user={author} lang={props.lang} />)}
</Authors>
<div id="platforms">
<p>{t(props.lang, "game/platforms", props.platforms)}</p>
@ -140,9 +140,13 @@ const thumbnail =
</p>
) : null
}
<div id="content-warning">
<p>{props.contentWarning}</p>
</div>
{
props.contentWarning ? (
<div id="content-warning">
<p>{props.contentWarning}</p>
</div>
) : null
}
</section>
{
thumbnail ? (

View file

@ -26,9 +26,9 @@ if (next && next.data.isDraft) {
next = undefined;
}
const series = props.series && (await getEntry(props.series));
const authors = await getEntries([props.authors].flat());
const commissioner = props.commissioner && (await getEntry(props.commissioner));
const requester = props.requester && (await getEntry(props.requester));
const authorsList = await getEntries(props.authors);
const commissionersList = props.commissioner && (await getEntries(props.commissioner));
const requestersList = props.requester && (await getEntries(props.requester));
const copyrightedCharacters = await formatCopyrightedCharacters(props.copyrightedCharacters);
const relatedStories = (await getEntries(props.relatedStories)).filter((story) => !story.data.isDraft);
// const relatedGames = (await getEntries(props.relatedGames)).filter((game) => !game.data.isDraft);
@ -49,7 +49,7 @@ const tags = props.tags.map<{ id: string; name: string }>((tag) => {
console.warn(`No "${props.lang}" translation for tag "${tag}"`);
return { id: tagSlug, name: tag };
}
return { id: tagSlug, name: categorizedTags[tag]! };
return { id: tagSlug, name: categorizedTags[tag] };
});
const thumbnail =
props.thumbnail &&
@ -60,7 +60,7 @@ const wordCount = props.wordCount?.toString();
<BaseLayout pageTitle={props.title}>
<Fragment slot="head">
<meta property="og:title" content={props.title} data-pagefind-meta="title[content]" />
<meta property="og:description" content={t(props.lang, "story/warnings", wordCount, props.contentWarning.trim())} />
<meta property="og:description" content={t(props.lang, "story/warnings", wordCount, props.contentWarning)} />
<meta property="og:url" content={Astro.url} data-pagefind-meta="url[content]" />
{
thumbnail ? (
@ -178,7 +178,7 @@ const wordCount = props.wordCount?.toString();
class="mt-1 space-y-2 px-2 font-serif font-light italic text-stone-600 dark:text-stone-200"
>
<Authors lang={props.lang}>
{authors.map((author) => <UserComponent lang={props.lang} user={author} />)}
{authorsList.map((author) => <UserComponent user={author} lang={props.lang} />)}
</Authors>
{
props.isDraft ? (
@ -188,22 +188,26 @@ const wordCount = props.wordCount?.toString();
) : null
}
{
commissioner && (
<Commissioners lang={props.lang}>
<UserComponent user={commissioner} lang={props.lang} />
</Commissioners>
requestersList && (
<Requesters lang={props.lang}>
{requestersList.map((requester) => (
<UserComponent user={requester} lang={props.lang} />
))}
</Requesters>
)
}
{
requester && (
<Requesters lang={props.lang}>
<UserComponent user={requester} lang={props.lang} />
</Requesters>
commissionersList && (
<Commissioners lang={props.lang}>
{commissionersList.map((commissioner) => (
<UserComponent user={commissioner} lang={props.lang} />
))}
</Commissioners>
)
}
<div id="content-warning">
<p>
{t(props.lang, "story/warnings", wordCount, props.contentWarning.trim())}
{t(props.lang, "story/warnings", wordCount, props.contentWarning)}
</p>
</div>
</section>

View file

@ -84,7 +84,8 @@ function getUsernameForWebsite(user: CollectionEntry<"users">, website: Website)
}
break;
default:
throw new Error(`Unhandled Website "${website}"`);
let _: never = website;
throw new Error(`Unhandled website "${website}"`);
}
} else {
return link[1].replace(/^@/, "");
@ -174,9 +175,9 @@ export const getStaticPaths: GetStaticPaths = async () => {
export const GET: APIRoute<Props, Params> = async ({ props: { story }, site }) => {
const { lang } = story.data;
const copyrightedCharacters = await formatCopyrightedCharacters(story.data.copyrightedCharacters);
const authorsList = await getEntries([story.data.authors].flat());
const commissioner = story.data.commissioner && (await getEntry(story.data.commissioner));
const requester = story.data.requester && (await getEntry(story.data.requester));
const authorsList = await getEntries(story.data.authors);
const commissionersList = story.data.commissioner && (await getEntries(story.data.commissioner));
const requestersList = story.data.requester && (await getEntries(story.data.requester));
const description = Object.fromEntries(
WEBSITE_LIST.map<[ExportWebsiteName, string]>(({ website, exportFormat }) => {
@ -185,14 +186,24 @@ export const GET: APIRoute<Props, Params> = async ({ props: { story }, site }) =
const storyDescription = (
[
story.data.description,
`*${t(lang, "story/warnings", story.data.wordCount, story.data.contentWarning.trim())}*`,
`*${t(lang, "story/warnings", story.data.wordCount, story.data.contentWarning)}*`,
t(
lang,
"export_story/writing",
authorsList.map((author) => u(author)),
),
requester && t(lang, "export_story/request_for", u(requester)),
commissioner && t(lang, "export_story/commissioned_by", u(commissioner)),
requestersList &&
t(
lang,
"export_story/request_for",
requestersList.map((requester) => u(requester)),
),
commissionersList &&
t(
lang,
"export_story/commissioned_by",
commissionersList.map((commissioner) => u(commissioner)),
),
...copyrightedCharacters.map(([user, characterList]) =>
characterList[0] == ""
? t(lang, "characters/all_characters_are_copyrighted_by", u(user))
@ -206,12 +217,7 @@ export const GET: APIRoute<Props, Params> = async ({ props: { story }, site }) =
(_, group1, group2) => `[${group1}](${new URL(group2, site).toString()})`,
);
if (exportFormat === "bbcode") {
return [
website,
markdownToBbcode(storyDescription)
.replaceAll(/\n\n\n+/g, "\n\n")
.trim(),
];
return [website, markdownToBbcode(storyDescription).replaceAll(/\n\n\n+/g, "\n\n")];
} else if (exportFormat === "markdown") {
return [website, storyDescription.replaceAll(/\n\n\n+/g, "\n\n").trim()];
} else {
@ -227,8 +233,20 @@ export const GET: APIRoute<Props, Params> = async ({ props: { story }, site }) =
"story/authors",
authorsList.map((author) => getUsernameForLang(author, lang)),
)}\n` +
(commissioner ? `${t(lang, "story/commissioned_by", getUsernameForLang(commissioner, lang))}\n` : "") +
(requester ? `${t(lang, "story/requested_by", getUsernameForLang(requester, lang))}\n` : "");
(requestersList
? `${t(
lang,
"story/requested_by",
requestersList.map((requester) => getUsernameForLang(requester, lang)),
)}\n`
: "") +
(commissionersList
? `${t(
lang,
"story/commissioned_by",
commissionersList.map((commissioner) => getUsernameForLang(commissioner, lang)),
)}\n`
: "");
const storyText = `${storyHeader}\n===\n\n${story.body.replaceAll(/\\([=*])/g, "$1")}`
.replaceAll(/\n\n\n+/g, "\n\n")

View file

@ -1,10 +1,12 @@
import type { APIRoute } from "astro";
const content = { isAlive: true };
const headers = { "Content-Type": "application/json; charset=utf-8" };
export const GET: APIRoute = () => {
if (import.meta.env.PROD) {
return new Response(null, { status: 404 });
}
return new Response(JSON.stringify({ isAlive: true }), {
headers: { "Content-Type": "application/json; charset=utf-8" },
});
return new Response(JSON.stringify(content), { headers });
};

View file

@ -1,6 +1,6 @@
import rss, { type RSSFeedItem } from "@astrojs/rss";
import type { APIRoute } from "astro";
import { getCollection, type CollectionEntry } from "astro:content";
import { getCollection, getEntries, type CollectionEntry, type CollectionKey } from "astro:content";
import { markdown } from "@astropub/md";
import sanitizeHtml from "sanitize-html";
import { t } from "../i18n";
@ -8,11 +8,12 @@ import type { Lang } from "../content/config";
import { markdownToPlaintext } from "../utils/markdown_to_plaintext";
import { getUsernameForLang } from "../utils/get_username_for_lang";
type FeedItem = RSSFeedItem & {
pubDate: Date;
};
type FeedItem = RSSFeedItem &
Required<Pick<RSSFeedItem, "title" | "pubDate" | "link" | "description" | "categories" | "content">>;
const MAX_ITEMS = 8;
type EntryWithPubDate<C extends CollectionKey> = CollectionEntry<C> & { data: { pubDate: Date } };
const MAX_ITEMS = 6;
function toNoonUTCDate(date: Date) {
const adjustedDate = new Date(date);
@ -30,13 +31,19 @@ const getLinkForUser = (user: CollectionEntry<"users">, lang: Lang) => {
};
export const GET: APIRoute = async ({ site }) => {
const stories = (await getCollection("stories", (story) => !story.data.isDraft && story.data.pubDate))
.sort((a, b) => b.data.pubDate!.getTime() - a.data.pubDate!.getTime())
const stories = (
(await getCollection(
"stories",
(story) => !story.data.isDraft && story.data.pubDate,
)) as EntryWithPubDate<"stories">[]
)
.sort((a, b) => b.data.pubDate.getTime() - a.data.pubDate.getTime())
.slice(0, MAX_ITEMS);
const games = (await getCollection("games", (game) => !game.data.isDraft && game.data.pubDate))
.sort((a, b) => b.data.pubDate!.getTime() - a.data.pubDate!.getTime())
const games = (
(await getCollection("games", (game) => !game.data.isDraft && game.data.pubDate)) as EntryWithPubDate<"games">[]
)
.sort((a, b) => b.data.pubDate.getTime() - a.data.pubDate.getTime())
.slice(0, MAX_ITEMS);
const users = await getCollection("users");
return rss({
title: "Gallery | Bad Manners",
@ -46,34 +53,38 @@ export const GET: APIRoute = async ({ site }) => {
await Promise.all(
stories.map<Promise<FeedItem>>(async ({ data, slug, body }) => ({
title: `New story! "${data.title}"`,
pubDate: toNoonUTCDate(data.pubDate!),
pubDate: toNoonUTCDate(data.pubDate),
link: `/stories/${slug}`,
description:
`${t(data.lang, "story/warnings", data.wordCount, data.contentWarning.trim())}\n\n${markdownToPlaintext(data.description)}`
.replaceAll(/[\n ]+/g, " ")
.trim(),
`${t(data.lang, "story/warnings", data.wordCount, data.contentWarning)}\n\n${markdownToPlaintext(data.description)}`.replaceAll(
/[\n ]+/g,
" ",
),
categories: ["story"],
content: sanitizeHtml(
`<h1>${data.title}</h1>` +
`<p>${t(
data.lang,
"story/authors",
[data.authors].flatMap((authorArray) => {
if (!Array.isArray(authorArray)) {
authorArray = [authorArray];
}
return authorArray.map((author) =>
getLinkForUser(users.find((user) => user.id === author.id)!, data.lang),
);
}),
(await getEntries(data.authors)).map((author) => getLinkForUser(author, data.lang)),
)}</p>` +
(data.requester
? `<p>${t(data.lang, "export_story/request_for", getLinkForUser(users.find((user) => user.id === data.requester!.id)!, data.lang))}</p>`
? `<p>${t(
data.lang,
"story/requested_by",
(await getEntries(data.requester)).map((requester) => getLinkForUser(requester, data.lang)),
)}</p>`
: "") +
(data.commissioner
? `<p>${t(data.lang, "export_story/commissioned_by", getLinkForUser(users.find((user) => user.id === data.commissioner!.id)!, data.lang))}</p>`
? `<p>${t(
data.lang,
"story/commissioned_by",
(await getEntries(data.commissioner)).map((commissioner) =>
getLinkForUser(commissioner, data.lang),
),
)}</p>`
: "") +
`<hr><p><em>${t(data.lang, "story/warnings", data.wordCount || "???", data.contentWarning.trim())}</em></p>` +
`<hr><p><em>${t(data.lang, "story/warnings", data.wordCount, data.contentWarning)}</em></p>` +
`<hr>${await markdown(body)}` +
`<hr>${await markdown(data.description)}`,
),
@ -82,29 +93,23 @@ export const GET: APIRoute = async ({ site }) => {
await Promise.all(
games.map<Promise<FeedItem>>(async ({ data, slug, body }) => ({
title: `New game! "${data.title}"`,
pubDate: toNoonUTCDate(data.pubDate!),
pubDate: toNoonUTCDate(data.pubDate),
link: `/games/${slug}`,
description:
`${t(data.lang, "game/warnings", data.platforms, data.contentWarning)}\n\n${markdownToPlaintext(data.description)}`
.replaceAll(/[\n ]+/g, " ")
.trim(),
`${t(data.lang, "game/warnings", data.platforms, data.contentWarning)}\n\n${markdownToPlaintext(data.description)}`.replaceAll(
/[\n ]+/g,
" ",
),
categories: ["game"],
content: sanitizeHtml(
`<h1>${data.title}</h1>` +
`<p>${t(
data.lang,
"story/authors",
[data.authors].flatMap((authorArray) => {
if (!Array.isArray(authorArray)) {
authorArray = [authorArray];
}
return authorArray.map((author) =>
getLinkForUser(users.find((user) => user.id === author.id)!, data.lang),
);
}),
(await getEntries(data.authors)).map((author) => getLinkForUser(author, data.lang)),
)}</p>` +
`<hr><p>${t(data.lang, "game/platforms", data.platforms)}</p>` +
`<hr><p><em>${data.contentWarning.trim()}</em></p>` +
`<hr><p><em>${data.contentWarning}</em></p>` +
`<hr>${await markdown(body)}` +
`<hr>${await markdown(data.description)}`,
),

View file

@ -1,12 +1,14 @@
---
import { Image } from "astro:assets";
import { getCollection } from "astro:content";
import { getCollection, type CollectionEntry } from "astro:content";
import GalleryLayout from "../layouts/GalleryLayout.astro";
import { t } from "../i18n";
const games = (await getCollection("games", (game) => !game.data.isDraft && game.data.pubDate)).sort(
(a, b) => b.data.pubDate!.getTime() - a.data.pubDate!.getTime(),
);
type GameWithPubDate = CollectionEntry<"games"> & { data: { pubDate: Date } };
const games = (
(await getCollection("games", (game) => !game.data.isDraft && game.data.pubDate)) as GameWithPubDate[]
).sort((a, b) => b.data.pubDate.getTime() - a.data.pubDate.getTime());
---
<GalleryLayout pageTitle="Games">
@ -20,7 +22,7 @@ const games = (await getCollection("games", (game) => !game.data.isDraft && game
<a
class="text-link hover:underline focus:underline"
href={`/games/${game.slug}`}
title={t(game.data.lang, "game/warnings", game.data.platforms, game.data.contentWarning.trim())}
title={t(game.data.lang, "game/warnings", game.data.platforms, game.data.contentWarning)}
>
{game.data.thumbnail ? (
<div class="flex aspect-[630/500] max-w-[288px] justify-center">
@ -32,7 +34,7 @@ const games = (await getCollection("games", (game) => !game.data.isDraft && game
<span>{game.data.title}</span>
<br />
<span class="italic">
{game.data.pubDate!.toLocaleDateString("en-US", { month: "short", day: "numeric", year: "numeric" })}
{game.data.pubDate.toLocaleDateString("en-US", { month: "short", day: "numeric", year: "numeric" })}
</span>
</>
</div>

View file

@ -18,6 +18,17 @@ export const getStaticPaths: GetStaticPaths = async () => {
};
const game = Astro.props;
if (!game.data.isDraft) {
if (!game.data.pubDate) {
throw new Error(`Missing "pubDate" for published game ${game.data.title} ("${game.slug}")`);
}
if (!game.data.thumbnail) {
throw new Error(`Missing "thumbnail" for published game ${game.data.title} ("${game.slug}")`);
}
if (game.data.tags.length == 0) {
throw new Error(`Missing "tags" for published game ${game.data.title} ("${game.slug}")`);
}
}
const { Content } = await game.render();
---

View file

@ -1,5 +1,5 @@
---
import { type CollectionEntry, getCollection } from "astro:content";
import { type CollectionEntry, getCollection, type CollectionKey } from "astro:content";
import { Image } from "astro:assets";
import GalleryLayout from "../layouts/GalleryLayout.astro";
import { t } from "../i18n";
@ -15,11 +15,20 @@ interface LatestItemsEntry {
pubDate: Date;
}
const stories = (await getCollection("stories", (story) => !story.data.isDraft && story.data.pubDate))
.sort((a, b) => b.data.pubDate!.getTime() - a.data.pubDate!.getTime())
type EntryWithPubDate<C extends CollectionKey> = CollectionEntry<C> & { data: { pubDate: Date } };
const stories = (
(await getCollection(
"stories",
(story) => !story.data.isDraft && story.data.pubDate,
)) as EntryWithPubDate<"stories">[]
)
.sort((a, b) => b.data.pubDate.getTime() - a.data.pubDate.getTime())
.slice(0, MAX_ITEMS);
const games = (await getCollection("games", (game) => !game.data.isDraft && game.data.pubDate))
.sort((a, b) => b.data.pubDate!.getTime() - a.data.pubDate!.getTime())
const games = (
(await getCollection("games", (game) => !game.data.isDraft && game.data.pubDate)) as EntryWithPubDate<"games">[]
)
.sort((a, b) => b.data.pubDate.getTime() - a.data.pubDate.getTime())
.slice(0, MAX_ITEMS);
const latestItems: LatestItemsEntry[] = [
@ -28,16 +37,16 @@ const latestItems: LatestItemsEntry[] = [
thumbnail: story.data.thumbnail,
href: `/stories/${story.slug}`,
title: story.data.title,
altText: t(story.data.lang, "story/warnings", story.data.wordCount, story.data.contentWarning.trim()),
pubDate: story.data.pubDate!,
altText: t(story.data.lang, "story/warnings", story.data.wordCount, story.data.contentWarning),
pubDate: story.data.pubDate,
})),
games.map<LatestItemsEntry>((game) => ({
type: "Game",
thumbnail: game.data.thumbnail,
href: `/games/${game.slug}`,
title: game.data.title,
altText: t(game.data.lang, "game/warnings", game.data.platforms, game.data.contentWarning.trim()),
pubDate: game.data.pubDate!,
altText: t(game.data.lang, "game/warnings", game.data.platforms, game.data.contentWarning),
pubDate: game.data.pubDate,
})),
]
.flat()
@ -48,11 +57,18 @@ const latestItems: LatestItemsEntry[] = [
<GalleryLayout pageTitle="Gallery">
<meta slot="head-description" property="og:description" content="Bad Manners || Welcome to my gallery!" />
<h1 class="m-2 text-2xl font-semibold text-stone-800 dark:text-stone-100">My gallery</h1>
<p class="my-4">Welcome to my gallery! Use the navigation menu to navigate through my content.</p>
<p class="my-4 block md:hidden">
Welcome to my gallery! You can expect lots of safe vore/endosoma ahead. Use the navigation menu above to navigate
through my content.
</p>
<p class="my-4 hidden md:block" aria-hidden>
Welcome to my gallery! You can expect lots of safe vore/endosoma ahead. Use the navigation menu to the left to
navigate through my content.
</p>
<ul class="list-disc pl-8">
<li><a class="text-link underline" href="/stories/1">Read my stories.</a></li>
<li><a class="text-link underline" href="/games/crossing-over">Play my visual novel.</a></li>
<li><a class="text-link underline" href="/tags">Find all content with a certain tag.</a></li>
<li><a class="text-link underline" href="/stories/1">Read my stories!</a></li>
<li><a class="text-link underline" href="/games/crossing-over">Play my visual novel!</a></li>
<li><a class="text-link underline" href="/tags">Find all content with a certain tag!</a></li>
</ul>
<p class="my-4">
For more information about me, please check out <a

View file

@ -3,6 +3,8 @@ import type { APIRoute } from "astro";
const licenses = `
The briefcase logo and any unattributed characters are copyrighted and trademarked by me.
The source code of this website is licensed under the MIT License. The content hosted on it (i.e. stories, games, and respective thumbnails/images) is copyrighted by me and distributed under the CC BY-NC-ND 4.0 license.
The Noto Sans and Noto Serif typefaces are copyrighted to the Noto Project Authors and distributed under the SIL Open Font License v1.1.
The generic SVG icons were created by Font Awesome and are distributed under the CC-BY-4.0 license.
@ -10,8 +12,8 @@ The generic SVG icons were created by Font Awesome and are distributed under the
All third-party trademarks and attributed characters belong to their respective owners, and I'm not affiliated with any of them.
`.trim();
const headers = { "Content-Type": "text/plain; charset=utf-8" };
export const GET: APIRoute = () => {
return new Response(licenses, {
headers: { "Content-Type": "text/plain; charset=utf-8" },
});
return new Response(licenses, { headers });
};

View file

@ -1,6 +1,7 @@
---
import type { GetStaticPaths } from "astro";
import { type CollectionEntry, getCollection } from "astro:content";
import getReadingTime from "reading-time";
import StoryLayout from "../../layouts/StoryLayout.astro";
type Props = CollectionEntry<"stories">;
@ -18,6 +19,28 @@ export const getStaticPaths: GetStaticPaths = async () => {
};
const story = Astro.props;
const readingTime = getReadingTime(story.body);
if (!story.data.isDraft) {
if (!story.data.wordCount) {
throw new Error(`Missing "wordCount" for published story ${story.data.title} ("${story.slug}")`);
}
if (!story.data.pubDate) {
throw new Error(`Missing "pubDate" for published story ${story.data.title} ("${story.slug}")`);
}
if (!story.data.thumbnail) {
throw new Error(`Missing "thumbnail" for published story ${story.data.title} ("${story.slug}")`);
}
if (story.data.tags.length == 0) {
throw new Error(`Missing "tags" for published story ${story.data.title} ("${story.slug}")`);
}
}
if (story.data.wordCount && Math.abs(story.data.wordCount - readingTime.words) >= 135) {
console.warn(
`"wordCount" differs greatly from actual word count for published story ${story.data.title} ("${story.slug}") ` +
`(expected ~${story.data.wordCount}, found ${readingTime.words})`,
);
}
const { Content } = await story.render();
---

View file

@ -6,14 +6,16 @@ import GalleryLayout from "../../layouts/GalleryLayout.astro";
import type { CollectionEntry } from "astro:content";
import { t } from "../../i18n";
type StoryWithPubDate = CollectionEntry<"stories"> & { data: { pubDate: Date } };
type Props = {
page: Page<CollectionEntry<"stories">>;
page: Page<StoryWithPubDate>;
};
export const getStaticPaths: GetStaticPaths = async ({ paginate }) => {
const stories = (await getCollection("stories", (story) => !story.data.isDraft && story.data.pubDate)).sort(
(a, b) => b.data.pubDate!.getTime() - a.data.pubDate!.getTime(),
);
const stories = (
(await getCollection("stories", (story) => !story.data.isDraft && story.data.pubDate)) as StoryWithPubDate[]
).sort((a, b) => b.data.pubDate.getTime() - a.data.pubDate.getTime());
return paginate(stories, { pageSize: 30 }) satisfies { props: Props }[];
};
@ -71,7 +73,7 @@ const totalPages = Math.ceil(page.total / page.size);
<a
class="text-link hover:underline focus:underline"
href={`/stories/${story.slug}`}
title={t(story.data.lang, "story/warnings", story.data.wordCount, story.data.contentWarning.trim())}
title={t(story.data.lang, "story/warnings", story.data.wordCount, story.data.contentWarning)}
>
{story.data.thumbnail ? (
<div class="flex aspect-square max-w-[192px] justify-center">
@ -87,7 +89,7 @@ const totalPages = Math.ceil(page.total / page.size);
<span>{story.data.title}</span>
<br />
<span class="italic">
{story.data.pubDate!.toLocaleDateString("en-US", { month: "short", day: "numeric", year: "numeric" })}
{story.data.pubDate.toLocaleDateString("en-US", { month: "short", day: "numeric", year: "numeric" })}
</span>
</div>
</a>

View file

@ -1,20 +1,22 @@
---
import { getCollection, getEntry } from "astro:content";
import { getCollection, getEntry, type CollectionEntry } from "astro:content";
import { Image } from "astro:assets";
import GalleryLayout from "../../layouts/GalleryLayout.astro";
import mapImage from "../../assets/images/tlotm_map.jpg";
type StoryWithPubDate = CollectionEntry<"stories"> & { data: { pubDate: Date } };
const series = await getEntry("series", "the-lost-of-the-marshes");
const stories = await getCollection(
const stories = (await getCollection(
"stories",
(story) => !story.data.isDraft && story.data.pubDate && story.data.series?.id === series.id,
);
)) as StoryWithPubDate[];
const mainChapters = stories
.filter((story) => story.slug.startsWith("the-lost-of-the-marshes/chapter-"))
.sort((a, b) => a.data.pubDate!.getTime() - b.data.pubDate!.getTime());
.sort((a, b) => a.data.pubDate.getTime() - b.data.pubDate.getTime());
const bonusChapters = stories
.filter((story) => story.slug.startsWith("the-lost-of-the-marshes/bonus-"))
.sort((a, b) => a.data.pubDate!.getTime() - b.data.pubDate!.getTime());
.sort((a, b) => a.data.pubDate.getTime() - b.data.pubDate.getTime());
const mainChaptersWithSummaries = mainChapters.filter((story) => story.data.summary);
---

View file

@ -48,7 +48,7 @@ const categorizedTags = tagCategories
})
.map((category) => {
const tagList = category.data.tags.map<Tag>(({ name, description }) => {
description = description && markdownToPlaintext(description).replaceAll(/\n+/g, " ").trim();
description = description && markdownToPlaintext(description).replaceAll(/\n+/g, " ");
const tag = typeof name === "string" ? name : name["eng"];
const id = slug(tag);
return { id, name: tag, description };

View file

@ -0,0 +1,28 @@
---
import type { GetStaticPaths } from "astro";
import { slug } from "github-slugger";
import GalleryLayout from "../../layouts/GalleryLayout.astro";
type Props = {
badTag: string;
};
type Params = {
badSlug: string;
};
export const getStaticPaths: GetStaticPaths = () => {
return ["digestion", "fatal vore"].map((badTag) => ({
params: { badSlug: slug(badTag) } satisfies Params,
props: { badTag } satisfies Props,
}));
};
const { badTag } = Astro.props;
---
<GalleryLayout pageTitle={`Works tagged "${badTag}"`}>
<meta slot="head-description" content="No." property="og:description" />
<h1 class="m-2 text-2xl font-semibold text-stone-800 dark:text-stone-100">Works tagged "{badTag}"</h1>
<p class="my-4">No.</p>
</GalleryLayout>

View file

@ -1,7 +1,7 @@
---
import type { GetStaticPaths } from "astro";
import { Image } from "astro:assets";
import { type CollectionEntry, getCollection } from "astro:content";
import { type CollectionEntry, getCollection, type CollectionKey } from "astro:content";
import { Markdown } from "@astropub/md";
import { slug } from "github-slugger";
import GalleryLayout from "../../layouts/GalleryLayout.astro";
@ -9,12 +9,14 @@ import Prose from "../../components/Prose.astro";
import { t } from "../../i18n";
import { DEFAULT_LANG } from "../../i18n";
type EntryWithPubDate<C extends CollectionKey> = CollectionEntry<C> & { data: { pubDate: Date } };
type Props = {
tag: string;
description?: string;
related?: string[];
stories: CollectionEntry<"stories">[];
games: CollectionEntry<"games">[];
stories: EntryWithPubDate<"stories">[];
games: EntryWithPubDate<"games">[];
};
type Params = {
@ -74,12 +76,16 @@ export const getStaticPaths: GetStaticPaths = async () => {
tag,
description: tagDescriptions[tag]?.description,
related: tagDescriptions[tag]?.related,
stories: stories
.filter((story) => !story.data.isDraft && story.data.pubDate && story.data.tags.includes(tag))
.sort((a, b) => b.data.pubDate!.getTime() - a.data.pubDate!.getTime()),
games: games
.filter((game) => !game.data.isDraft && game.data.pubDate && game.data.tags.includes(tag))
.sort((a, b) => b.data.pubDate!.getTime() - a.data.pubDate!.getTime()),
stories: (
stories.filter(
(story) => !story.data.isDraft && story.data.pubDate && story.data.tags.includes(tag),
) as EntryWithPubDate<"stories">[]
).sort((a, b) => b.data.pubDate.getTime() - a.data.pubDate.getTime()),
games: (
games.filter(
(game) => !game.data.isDraft && game.data.pubDate && game.data.tags.includes(tag),
) as EntryWithPubDate<"games">[]
).sort((a, b) => b.data.pubDate.getTime() - a.data.pubDate.getTime()),
} satisfies Props,
}));
};
@ -119,7 +125,7 @@ const totalWorksWithTag = t(DEFAULT_LANG, "tag/total_works_with_tag", tag, stori
<a
class="text-link hover:underline focus:underline"
href={`/stories/${story.slug}`}
title={t(story.data.lang, "story/warnings", story.data.wordCount, story.data.contentWarning.trim())}
title={t(story.data.lang, "story/warnings", story.data.wordCount, story.data.contentWarning)}
>
{story.data.thumbnail ? (
<div class="flex aspect-square max-w-[192px] justify-center">
@ -151,7 +157,7 @@ const totalWorksWithTag = t(DEFAULT_LANG, "tag/total_works_with_tag", tag, stori
<a
class="text-link hover:underline focus:underline"
href={`/games/${game.slug}`}
title={t(game.data.lang, "game/warnings", game.data.platforms, game.data.contentWarning.trim())}
title={t(game.data.lang, "game/warnings", game.data.platforms, game.data.contentWarning)}
>
{game.data.thumbnail ? (
<div class="flex aspect-[630/500] max-w-[192px] justify-center">

View file

@ -1,11 +0,0 @@
---
import GalleryLayout from "../../layouts/GalleryLayout.astro";
const tag = "Digestion";
---
<GalleryLayout pageTitle={`Works tagged "${tag}"`}>
<meta slot="head-description" content="No." property="og:description" />
<h1 class="m-2 text-2xl font-semibold text-stone-800 dark:text-stone-100">Works tagged "{tag}"</h1>
<p class="my-4">No.</p>
</GalleryLayout>

View file

@ -2,14 +2,14 @@ import type { CollectionEntry } from "astro:content";
import { DEFAULT_LANG, type Lang } from "../content/config";
export function getUsernameForLang(user: CollectionEntry<"users">, lang: Lang): string {
if (user.data.lang[DEFAULT_LANG]) {
if (user.data.lang) {
if (user.data.lang[lang]) {
return user.data.lang[lang];
}
throw new Error(`No "${lang}" translation for username "${user.data.name}" ("${user.id}")`);
}
if (lang !== DEFAULT_LANG) {
console.warn(`User "${user.data.name}" ("${user.id}") has no "lang" property`);
console.warn(`User "${user.data.name}" ("${user.id}") has no "lang" property for a "${lang}" translation`);
}
return user.data.name;
}

View file

@ -1,6 +1,6 @@
import type { CollectionEntry } from "astro:content";
import { ANONYMOUS_USER } from "../content/config";
import { ANONYMOUS_USER_ID as ID } from "../content/config";
const ANONYMOUS_USER_ID: CollectionEntry<"users">["id"] = ANONYMOUS_USER;
const ANONYMOUS_USER_ID: CollectionEntry<"users">["id"] = ID;
export const isAnonymousUser = (user: CollectionEntry<"users">) => user.id == ANONYMOUS_USER_ID;