diff options
author | Marc Coquand <marcc0000@pm.me> | 2023-09-10 07:49:49 -0300 |
---|---|---|
committer | Marc Coquand <marcc0000@pm.me> | 2023-09-10 07:49:49 -0300 |
commit | 30a031edc5c5f161ba487822a4adb3c60a9864b1 (patch) | |
tree | a9c64d6d4059029b4554fba47d6d19e04728c1a2 /README.md | |
parent | 22a335754035ae9ee8d1bbdfc65ad83f8bbe834f (diff) | |
download | mccd.space-30a031edc5c5f161ba487822a4adb3c60a9864b1.tar.gz mccd.space-30a031edc5c5f161ba487822a4adb3c60a9864b1.tar.bz2 mccd.space-30a031edc5c5f161ba487822a4adb3c60a9864b1.zip |
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -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 -``` - |