ughbees,
appolinaire,
getcubed,
piescu,
consortingwithangels,
mittarulla,
ligea,
ufovictim,
babelofdreams,
arriana,
webmar27,
hypercrites,
sitcomtheory,
innohcolors,
visualculture,
diremptiness,
bessiebea,
rotten-rats-choir,
arlita,
banditlair,
tw33dlieweenie,
debentorba,
chilblands,
catgutstew,
universalmyth,
silicaspace,
distillation,
channelonion,
hazelsmodusoperandi,
caehdus,
tuyu2,
thefoxdurpy,
ellenrosewrites,
endlesscycles,
doorintosummer,
sophophobia,
taren
It fetches a json data file which you can see here: https://kadorath.github.io/resources/data/quotes.json This contains the quotes that I want to be randomly selected from, and I can just add data there and update my github repo and it will update on my website in turn. The code "randomly" selects from the list of quotes by randomly generating a number from 0-3 and moving forward in the list that amount.
There's some legacy, like... resample code there or something? The way I randomly sampled changed over time, so honestly that probably isn't necessary anymore, but I just haven't touched it. Really you can randomly sample however you wish. Hope that helps! And feel free to ask me if you have any more questions.