I have been following https://jekyllrb.com/tutorials/video-walkthroughs tutorials to create a static website.
I wanted to publish “minima” themed website with just one blog post.
In the repo settings menu I see “Your site is ready to be published at https://tastyminerals.github.io/tasty-blog/.” and I follow the link.
What I see is
If I build the website locally with bundle exec jekyll serve
everything works correctly.
What am I missing?