File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -31,19 +31,23 @@ it's opinionated. You'll notice these choices:
31
31
thing
32
32
- No creepy analytics
33
33
34
- ## Running
34
+ ## Running
35
35
36
36
### With Deno
37
+
37
38
1 . Get [ Deno] ( https://deno.land )
39
+ 1 . Get [ Lume] ( https://lume.land )
38
40
1 . ` cd ` to local clone or fork
39
- 1 . ` deno task serve`
41
+ 1 . ` lume serve`
40
42
41
43
### With Docker Compose
44
+
42
45
1 . Get [ Docker] ( https://www.docker.com )
43
46
1 . ` cd ` to local clone or fork
44
47
1 . ` docker-compose up `
45
48
46
- ## Deploying
49
+ ## Manual Deployment
50
+
47
51
1 . Get [ Deno] ( https://deno.land )
48
52
1 . ` cd ` to local clone or fork
49
53
1 . ` deno run --allow-all --unstable deploy.ts `
@@ -53,6 +57,7 @@ to modify it for your purposes, along with configuration and metadata. And
53
57
remember to replace the content!
54
58
55
59
## Configuring
60
+
56
61
- ` src/_data.yml ` file for customizing general data across the site.
57
62
- ` src/blog ` folder for the blog content.
58
63
You can’t perform that action at this time.
0 commit comments