Created
August 16, 2024 15:59
-
-
Save judell/fa99b54a72bec9d10692bb8ca11e4308 to your computer and use it in GitHub Desktop.
wordpress.spc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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