From 22a335754035ae9ee8d1bbdfc65ad83f8bbe834f Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Sun, 13 Aug 2023 11:28:37 +0530 Subject: initial commit --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..efc965b --- /dev/null +++ b/README.md @@ -0,0 +1,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 +``` + -- cgit v1.2.3