diff --git a/README.md b/README.md index 49a42d3..85ab38a 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # deploy_lume_example This is an example of a static site generated by the [Lume][lume] static site -generator being deployed to Deno Deploy via GitHub Actions. +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][lume]. +First, install [Lume][lume].0 ```shell deno run -A https://deno.land/x/lume/install.ts @@ -26,4 +26,4 @@ Then start the server: deno run -A server/main.ts ``` -[lume]: https://lumeland.github.io +[lume]: https://lume.land