diff options
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 -``` - |