diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2024-06-12 20:28:22 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-06-15 01:30:30 +0200 |
| commit | ca36308936ade48c6ecd89711890712d0b0c5e58 (patch) | |
| tree | 5fdb6ec38ffbe0825cb94f8a24d21fc6fb2b69ca /README | |
| parent | 3b14fd98f1b155357aacd49691eef61c42095035 (diff) | |
| download | haunt-blog-ca36308936ade48c6ecd89711890712d0b0c5e58.tar.gz haunt-blog-ca36308936ade48c6ecd89711890712d0b0c5e58.tar.bz2 haunt-blog-ca36308936ade48c6ecd89711890712d0b0c5e58.zip | |
markdown: Add blog post about the first online Replicant meeting.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'README')
| -rw-r--r-- | README | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -34,9 +34,11 @@ Reimporting articles in WordPress ================================= If for some reasons you then need to import back some of the markdown -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. +articles in WordPress, after modifying the Makefile to add the html of +your article below the 'generate-wordpress-articles' part, you can 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 @@ -60,4 +62,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this program. If not, see <https://www.gnu.org/licenses/>.
\ No newline at end of file +along with this program. If not, see <https://www.gnu.org/licenses/>. |
