thuliteio / thulite

Web framework designed for speed, security, and SEO — all powered by Hugo and npm.
https://thulite.io
MIT License
356 stars 37 forks source link

Add --renderToDisk scripts #411

Closed h-enk closed 6 months ago

h-enk commented 1 year ago

Summary

Brief explanation of the feature.

--renderToDisk: serve all files from disk (default is from memory)

See also:

Basic example

Include a basic example or links here.

Motivation

Why are we doing this? What use cases does it support? What is the expected outcome?

ytrepidorosonomous commented 8 months ago

Render to Disk is now the default from Hugo 0.123.0.

h-enk commented 8 months ago

Resource: hugo server

h-enk commented 6 months ago

Now using hugo server --disableFastRender --noHTTPCache" with v2.3.0