aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarc Coquand <marcc0000@pm.me>2023-08-13 11:28:37 +0530
committerMarc Coquand <marcc0000@pm.me>2023-08-13 11:28:37 +0530
commit22a335754035ae9ee8d1bbdfc65ad83f8bbe834f (patch)
treefb40a0e860995d9f6655d0520d115346e3e5aa94 /README.md
downloadmccd.space-22a335754035ae9ee8d1bbdfc65ad83f8bbe834f.tar.gz
mccd.space-22a335754035ae9ee8d1bbdfc65ad83f8bbe834f.tar.bz2
mccd.space-22a335754035ae9ee8d1bbdfc65ad83f8bbe834f.zip
initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
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
+```
+