How can I generate millions of static pages for restaurants using caddy

So I have data of 100k’s of restaurants and I want to generate static pages binded with that data for all the restaurants. Can you guide how can I do this with caddy?

Hi @ankurrsinghal, welcome to the Caddy community.

Caddy itself isn’t a static site generator, but it will happily serve the resulting files from one.

1 Like

If the data is formatted correctly you could use gatsby, jekyll, … as a static site generator by using caddys git plugin and usinf a webook as desribed in the docs of the plugin + the “then_long” directive to run “gatsby build” for example

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.