Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denoland/deploy_lume_example
An example demonstrating using static site generators on Deno Deploy
https://github.com/denoland/deploy_lume_example
Last synced: 3 months ago
JSON representation
An example demonstrating using static site generators on Deno Deploy
- Host: GitHub
- URL: https://github.com/denoland/deploy_lume_example
- Owner: denoland
- Created: 2022-02-10T09:23:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-14T10:33:17.000Z (almost 2 years ago)
- Last Synced: 2024-09-28T06:24:30.987Z (3 months ago)
- Language: TypeScript
- Homepage: https://lume-example.deno.dev
- Size: 8.79 KB
- Stars: 20
- Watchers: 17
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.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].
```shell
deno run -A https://deno.land/x/lume/install.ts
```Then build the site:
```shell
lume
```Then start the server:
```shell
deno run -A server/main.ts
```[lume]: https://lumeland.github.io