Add site selection and config override

This commit is contained in:
Dejvino
2026-07-30 17:55:58 +02:00
parent 160388194a
commit 8d1488f354
5 changed files with 78 additions and 5 deletions
+4
View File
@@ -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