From: alex Date: Fri, 12 Mar 2021 18:31:03 +0000 (+0100) Subject: Draft conversion from Wordpress to gmi X-Git-Tag: 20240214-emacs~226^2~127 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=6ecf037c543147ac52f72566a92f3630cb6e1605;p=alex.git Draft conversion from Wordpress to gmi --- 6ecf037c543147ac52f72566a92f3630cb6e1605 diff --git a/README b/README new file mode 100644 index 0000000..68200d0 --- /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 '{}' ';'