An example for using my for Deno Deploy, a copy of https://github.com/denoland/deploy_lume_example https://drone-deploy.deno.dev/
Go to file
Sam Therapy c1d62aac00
continuous-integration/drone/push Build is failing Details
continuous-integration/drone Build is failing Details
fix: change GitHub to Gitea
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-10-11 15:18:09 +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 RIP 2022-10-10 23:40:13 +02:00
.gitignore Add project files 2022-02-10 10:30:05 +01:00
README.md README: update it 2022-10-11 00:16:19 +02:00
_config.ts Add project files 2022-02-10 10:30:05 +01:00
index.njk fix: change GitHub to Gitea 2022-10-11 15:18:09 +02:00

README.md

deploy_lume_example

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

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

Development

First, install Lume.0

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