Skip to content

Commit 5842b83

Browse files
committed
update readme
1 parent ff289bf commit 5842b83

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,23 @@ it's opinionated. You'll notice these choices:
3131
thing
3232
- No creepy analytics
3333

34-
## Running
34+
## Running
3535

3636
### With Deno
37+
3738
1. Get [Deno](https://deno.land)
39+
1. Get [Lume](https://lume.land)
3840
1. `cd` to local clone or fork
39-
1. `deno task serve`
41+
1. `lume serve`
4042

4143
### With Docker Compose
44+
4245
1. Get [Docker](https://www.docker.com)
4346
1. `cd` to local clone or fork
4447
1. `docker-compose up`
4548

46-
## Deploying
49+
## Manual Deployment
50+
4751
1. Get [Deno](https://deno.land)
4852
1. `cd` to local clone or fork
4953
1. `deno run --allow-all --unstable deploy.ts`
@@ -53,6 +57,7 @@ to modify it for your purposes, along with configuration and metadata. And
5357
remember to replace the content!
5458

5559
## Configuring
60+
5661
- `src/_data.yml` file for customizing general data across the site.
5762
- `src/blog` folder for the blog content.
5863

0 commit comments

Comments
 (0)