Skip to content

Instantly share code, notes, and snippets.

@judell
Created August 16, 2024 15:59
Show Gist options
  • Select an option

  • Save judell/fa99b54a72bec9d10692bb8ca11e4308 to your computer and use it in GitHub Desktop.

Select an option

Save judell/fa99b54a72bec9d10692bb8ca11e4308 to your computer and use it in GitHub Desktop.
wordpress.spc
connection "all_wordpress" {
plugin = "wordpress"
type = "aggregator"
connections = ["jon", "newstack"]
}
connection "jon" {
plugin = "wordpress"
endpoint = "https://blog.jonudell.net/wp-json/"
username = "..."
password = "..."
}
connection "newstack" {
plugin = "wordpress"
endpoint = "https://thenewstack.io/wp-json/"
username = "..."
password = "..."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment