This demo is also build in Hugo:
https://demo.cms.usecue.com/
The original application is a PHP application with a closed source (Usecue CMS). This demo is a mockup of that application. A counterintuitive choice, but it works pretty well for me.
This demo is also build in Hugo:
https://demo.cms.usecue.com/
The original application is a PHP application with a closed source (Usecue CMS). This demo is a mockup of that application. A counterintuitive choice, but it works pretty well for me.
Here is another one… a very minimalistic website (just 130kb): https://www.martijnroelandse.dev/
… and another small (Dutch) website (170kb with a perfect Google Lighthouse score): https://www.tandartspraktijkderoos.preview.usecue.com/
These pages load in about 150ms from Frankfurt (according to Pingdoms synthetic test).
I like it. Impressive CV; let the content talk. Any reason you’re not running with hugo --minify
to save some … more bytes?
Thank you! And a great suggestion!
In THIS case I can safely omit the minify
command, but I will benchmark it on other websites as well. Thank you for pointing me to it!
I’ve got an interesting use case here. My personal blog is running Hugo: https://cosmiccoding.com.au/
However, the book review list.html
template here is actually a fusion of both Hugo and arrow.js
, where Hugo generates the JS datastructure and arrow.js uses html templates to create an interactive layout that would have been very painful with vanilla JS.
Dunno if it’s cool, but I’m pretty proud of the docs site I’ve built: Pachyderm Docs: 2.5.x
I built this one too, but it’s undergone some significant changes since I took another job. Still Hugo though https://help.bolt.com/
A generator meta element would be nice.
Done!