Explore >> Select a destination


You are here

www.andrlik.org
| | piszek.com
1.5 parsecs away

Travel
| | I have been relying on Github actions to publish my plugins to the .org repositiory for some now. It feels magical - you publish a release and it builds, zips and uploads the plugin wherever it needs to go. With WP Playground, you can take that process to another level - the moment you hitContinue reading "Live demo of your WP Plugin with GH releases and WP Playground"
| | www.sethvargo.com
1.8 parsecs away

Travel
| | This post explores how to code and publish GitHub Actions using Docker so you can write in any language - including Go.
| | lukehansford.me
1.6 parsecs away

Travel
| |
| | popey.com
5.8 parsecs away

Travel
| My blog at popey.com/blog is hosted on a Bitfolk VPS, built from the Hugo source code in a public GitHub repo. My workflow for publishing a post goes like this: ? Use whatever machine Im sat at ? Clone the repo ? Add a new page, edit until ready ? Push directly to the main branch Early on in my use of Hugo, I was manually using hugo and rsync over SSH directly on the VPS.