An example for using my for Deno Deploy, a copy of https://github.com/denoland/deploy_lume_example https://drone-deploy.deno.dev/
Find a file
Sam Therapy aec6acbcca
Some checks failed
continuous-integration/drone/push Build is failing
Fix mistakes
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-10-10 22:18:54 +02:00
.vscode Add GH Actions 2022-02-10 10:32:52 +01:00
server Added custom server 2022-02-10 13:42:27 +01:00
.drone.yml Fix mistakes 2022-10-10 22:18:54 +02:00
.gitignore Add project files 2022-02-10 10:30:05 +01:00
_config.ts Add project files 2022-02-10 10:30:05 +01:00
index.njk Improve index page and readme 2022-02-10 13:51:21 +01:00
README.md Improve index page and readme 2022-02-10 13:51:21 +01:00

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