Skip to content

Container to publish a blog in asciidoc into a Wordpress blog

Notifications You must be signed in to change notification settings

jorgemoralespou/asciidoc-to-wordpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asciidoc to Wordpress blog publisher

Usage

docker run -it --rm -v $(pwd):/documents asciidoc-wp example.adoc

Or you can just run the convenience scripts:

./build
./publish example.adoc

Configuration

There is a configuration file required with the following 3 configuration variables:

  • URL: Wordpress XML_RPC URL (don’t forget to append /xmlrpc.php)

  • USERNAME: Wordpress login name

  • PASSWORD: Wordpress password

The file needs to be located within the current directory and needs to be named blogpost

There is an example file with sample contents. Just rename it to blogpost and edit appropriately.

About

Container to publish a blog in asciidoc into a Wordpress blog

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published