diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2024-03-01 19:19:06 +0100 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-06-15 01:30:23 +0200 |
| commit | 7cb145b2d54fcdf934d0c470ce490ab9318e5b31 (patch) | |
| tree | 220fedde008a9732958cb8be8e7728e3ade28cd8 /README | |
| parent | 77685b747a4ae18be0a28201092f586faad5904e (diff) | |
| download | haunt-blog-7cb145b2d54fcdf934d0c470ce490ab9318e5b31.tar.gz haunt-blog-7cb145b2d54fcdf934d0c470ce490ab9318e5b31.tar.bz2 haunt-blog-7cb145b2d54fcdf934d0c470ce490ab9318e5b31.zip | |
Automatize haunthtml2wordpress.py.
Without that, on another computer with Parabola, we end up with a
</div> line being printed at the end. So we need a more reliable
process and this is done by using guix shell with a fixed revision.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'README')
| -rw-r--r-- | README | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -32,10 +32,9 @@ Reimporting articles in WordPress ================================= If for some reasons you then need to import back some of the markdown -articles in WordPress, you can generate the HTML pages with 'make -build' like explained above, and then use haunthtml2wordpress.py on -the generated page. It will print out the article title and the HTML -code that you will need to copy-paste into WordPress. +articles in WordPress, you use the 'make generate-wordpress-articles' +command, it will print out the article title and the HTML code that +you will need to copy-paste into WordPress. By default, when creating an article in WordPress, you are presented with a visual editor that is intended for people to create articles |
