What it serves
A single place for every static asset
Instead of polluting all of my projects with the dreaded assets/ folder I wanted a simple way to have everything in once place (with static internet links!).
Website assets
The mascot art, icons, social images and Markdown content for this very site are all grouped under /relaxy/website.
Bot assets
Shared images the Discord bot renders and reuses live under /relaxy/bot.
Scam censoring flags
The bot directly uses /relaxy/bot/text/scams.txt to determine whether messages/images are scams, if you've found a new scam, please report it and I'll add it here!
How it's all laid out
The directory tree
This is read straight off cdn.relaxy.xyz, handy real-time guide.
cdn.relaxy.xyz/ ├── THIS IS A PLACEHOLDER, THE CDN COULD NOT BE REACHED └── relaxy/ ├── website/ # everything this site uses │ ├── icons/ # favicon │ ├── img/ │ │ ├── mascot/ # Relaxy character art │ │ ├── social/ # og-image, top.gg badge │ │ └── people/ # owner / supporter / collab art │ ├── scripts/ # commands.min.js, marked.min.js │ └── text/ # changelog, devlog, upcoming ├── common/ # shared bot images └── music/ # audio & media assets