diff options
author | Marc Coquand <marc@mccd.space> | 2023-12-14 20:36:43 -0600 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2023-12-14 20:36:43 -0600 |
commit | 81d772e6cfeae2c4e9d96ada35a175464b51596d (patch) | |
tree | d2b7681c7ef9fba3aedb1679d497f6a296d2a2ef /README.md | |
parent | c1b284052b4d0bc54f47e1adfe6870a26b050db7 (diff) | |
download | mccd.space-81d772e6cfeae2c4e9d96ada35a175464b51596d.tar.gz mccd.space-81d772e6cfeae2c4e9d96ada35a175464b51596d.tar.bz2 mccd.space-81d772e6cfeae2c4e9d96ada35a175464b51596d.zip |
Add my pgp public key
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ``` |