Continuing Cool sites that run Hugo
Wow, the flip.to site is amazing. Had no idea any of this is even possible with HUGO.
What theme even comes close to this?
ATM, Just learning the basics of HUGO and “JAMstack”.
Anything that’s possible with HTML/JS/CSS/etc is possible with Hugo. Hugo is just a way to build static HTML websites faster.
Yes, that’s what I like about it so far.
Built my first website(s) in 1993 before all this crazy JavaScript and CSS stuff
But going from Markdown to site is pure genius with fast Golang builds … why didn’t I think of that?
Anyway, good job community!
I see I still have lots to learn, and catch up on.
Wow, was that for the Mosaic browser? Pretty much no layout back then apart from headings and inline images IIRC!
Yep, the Mosaic browser. SUN workstations. IRC chat.
Back then, there were so few websites, people would send you a message that something was misspelled on your site. So I guess before spell-checkers too!
people still do this
I thought at first that only the marketing splash page was in Hugo but, nope, so are all the documentation pages.
I’d say that was made with Docsy.
Hey there! I built 2 sites using Hugo/Tailwind/DaisyUI
1 - https://www.overmind-studios.de/
2 - https://www.dbmakeupartist.com
Hope you like them
PS: just wanted to add a big thank you - I don’t do websites professionally, but Hugo made it very straightforward to build (and maintain) those!
I just discovered that the mailcow project website
is built with Hugo.
(As you may have guessed I am looking at mailservers / groupware).
Seeing your ethnolog site, you’d probably find my new Hugo project interesting: 21 programming cookbooks, in 16 languages: https://forkful.ai/
We’ve done a full comparison website in hugo, totally custom theme with generated comparison pages:
All providers are stored in yaml files, and we iterate over them in our templates. Site is still building blazing fast locally with about 20 providers (and counting )
Open to answer any questions if you have any.