Add site selection and config override
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
#!/bin/bash
|
||||
# Shared defaults, loaded before any --site NAME file. If you only ever post
|
||||
# to one WordPress instance, fill in USER/PASSWORD/SERVER here too and skip
|
||||
# --site entirely. If you post to more than one, leave those three blank
|
||||
# here and put them in per-site files instead (see README).
|
||||
EDITOR=vim
|
||||
TRANSFORM=('title' 'markdown') # empty or a subset of: 'title' 'markdown'
|
||||
USER="" # WP user to create the post
|
||||
|
||||
Reference in New Issue
Block a user