deploy_lume_example icon indicating copy to clipboard operation
deploy_lume_example copied to clipboard

An example demonstrating using static site generators on Deno Deploy

deploy_lume_example

This is an example of a static site generated by the Lume static site generator being deployed to Deno Deploy via GitHub Actions.

To learn more about static files on Deno Deploy, view this blog post: https://deno.com/blog/deploy-static-files

Development

First, install Lume.

deno run -A https://deno.land/x/lume/install.ts

Then build the site:

lume

Then start the server:

deno run -A server/main.ts