diff options
| author | alex <alex@pdp7.net> | 2021-03-12 19:31:03 +0100 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2021-03-12 19:31:03 +0100 |
| commit | 6ecf037c543147ac52f72566a92f3630cb6e1605 (patch) | |
| tree | 026656a6114c3877d953b08a681516166acd42fa /README | |
Draft conversion from Wordpress to gmi
Diffstat (limited to 'README')
| -rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 '{}' ';' |
