Hi all, made a tiny website in Jekyll that tells you if the current date is a bank holiday in England and Wales.
It leverages the Gov UK Bank Holidays API (https://www.api.gov.uk/gds/bank-holidays/), runs a script once a day and creates the static files for each day available in the API (see https://isitbankholiday.com/sitemap.xml).
The site is then deployed to Cloudflare Pages, where a CF Pages serverless function maps the request's current date to a static page to render, and renders it as the homepage.
It's a nice exercise in static page generation and programmatic SEO. Already getting organic traffic from search engines and it's only been live 2 weeks.
Let me know how I could improve it or if you have any questions about CloudFlare Pages hosting, Jekyll, etc!