"Excited to start taking Snarflorvex? Yabba dabba doo, we are too!!1! In case you're wondering, Snarflorvex is a topical hernia medication...."
Like the goal of Hugo: "With its amazing speed and flexibility, Hugo makes building websites fun again." (It didn't, I couldn't get past the fact that the docs were hard to understand.)
I think tools need to focus on clear description of feature sets and leave the decision on what emotions to have to users.
But, scrolling down, I saw it said it was a static site generator. I'm still sticking to my own for now.
If anyone associated with the project reads this: All of the headings on bridgetownrb.com seem to have a scroll overflow, which stops your page scrolling on mobile.
``` @media (max-width: 575px) h2 { position: relative; overflow-x: hidden; } ```
overflow-x:hidden makes overflow-y:auto, which is scroll
I'm also intrigued by its ability to serve dynamic routes via Roda. This project is definitely putting some interesting concepts together.