aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2021-03-12 19:31:03 +0100
committeralex <alex@pdp7.net>2021-03-12 19:31:03 +0100
commit6ecf037c543147ac52f72566a92f3630cb6e1605 (patch)
tree026656a6114c3877d953b08a681516166acd42fa /README
Draft conversion from Wordpress to gmi
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000..68200d07
--- /dev/null
+++ b/README
@@ -0,0 +1,8 @@
+$ cmdocker add-wrapper node_15 /bin/bash node:15
+$ node_15
+
+$ npx wordpress-export-to-markdown --input elblogesmo.WordPress.2021-03-12.xml --year-folders true --month-folders true --post-folders=false --wizard false --output md
+
+$ pipx install md2gemini
+
+$ find md -name '*.md' -execdir md2gemini -l at-end -w '{}' ';'