aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md11
1 files changed, 2 insertions, 9 deletions
diff --git a/README.md b/README.md
index efc965b..33e9b31 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,11 @@
# mblog
-My personal blog
+My personal blog, mccd.space
Requires node14+
## Run locally
```
-npx @11ty/eleventy --formats=html,gif,jpg,css,js,webp,png,md,svg,liquid,woff2 --serve
+npx @11ty/eleventy --formats=html,gif,jpg,css,js,webp,png,md,svg,liquid,woff2,njk,ttf --serve
```
-
-## Compile
-
-```
-npx @11ty/eleventy --formats=html,gif,jpg,css,js,webp,png,md,svg,liquid,woff2
-```
-