lumeland / lume

🔥 Static site generator for Deno 🦕
https://lume.land
MIT License
1.79k stars 77 forks source link

Show more information in console output #283

Closed paulrobertlloyd closed 1 year ago

paulrobertlloyd commented 1 year ago

Somewhat related to #282, it might be helpful to show more information about the site build in the console output. Possible information that’s currently missing:

[^1]: Worth noting that I’m currently doing some quite awful things with pagination, looping over many different pages and data sources, and Lume hasn’t broken a sweat!

oscarotero commented 1 year ago

When lume is out of date, you should see a warning once per day. Total time to build is a good idea. Aspects of build consuming high percentage of time is more difficult, but it's interesting. I'll think about that.

oscarotero commented 1 year ago

Added the message ${total} files generated in ${duration} seconds.