Add post title extraction
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
EDITOR=vim
|
||||
TRANSFORM="" # '' / 'markdown'
|
||||
TRANSFORM=('title' 'markdown') # empty or a subset of: 'title' 'markdown'
|
||||
USER="" # WP user to create the post
|
||||
PASSWORD="" # application password generated for your WP user
|
||||
SERVER="" # server hostname, optionally with subdirectories
|
||||
|
||||
Reference in New Issue
Block a user