aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2023-12-14 20:36:43 -0600
committerMarc Coquand <marc@mccd.space>2023-12-14 20:36:43 -0600
commit81d772e6cfeae2c4e9d96ada35a175464b51596d (patch)
treed2b7681c7ef9fba3aedb1679d497f6a296d2a2ef /README.md
parentc1b284052b4d0bc54f47e1adfe6870a26b050db7 (diff)
downloadmccd.space-81d772e6cfeae2c4e9d96ada35a175464b51596d.tar.gz
mccd.space-81d772e6cfeae2c4e9d96ada35a175464b51596d.tar.bz2
mccd.space-81d772e6cfeae2c4e9d96ada35a175464b51596d.zip
Add my pgp public key
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 33e9b31..b5699f2 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# mblog
+# mblog
My personal blog, mccd.space
@@ -7,5 +7,5 @@ Requires node14+
## Run locally
```
-npx @11ty/eleventy --formats=html,gif,jpg,css,js,webp,png,md,svg,liquid,woff2,njk,ttf --serve
+npx @11ty/eleventy --formats=html,gif,jpg,css,js,webp,png,md,svg,liquid,woff2,njk,ttf,asc --serve
```