Here's how I made a 'Quote of the Day' for one of my websites. It's very simple and you should be able to add it to your site just as quickly as I did.
First the HTML & CSS...
Quote of the Day
}
I prefer using custom html tags, but this still works perfectly if you use either id's or classes.
Then just a bit of Javascript...
;
;
;
;
;
;
;
quote.innerHTML = ` <br><br> - `;
The goal is to always pick the same quote for any given day. I create a random-feeling but deterministic shuffle using the seed value just to break up the sequence, to reduce repeating patterns in the quotes.
And then write your blog post about it...
That's all there is to it, very simple. I figure it took me about half an hour to whip together. This is a nice little feature to have. If you ever find an insightful, interesting, or funny quote that you like you can have a place to share it with others.