1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# mblog My personal blog Requires node14+ ## Run locally ``` npx @11ty/eleventy --formats=html,gif,jpg,css,js,webp,png,md,svg,liquid,woff2 --serve ``` ## Compile ``` npx @11ty/eleventy --formats=html,gif,jpg,css,js,webp,png,md,svg,liquid,woff2 ```