From 6ba0f356748d5e4943bbbc64bbd6bfcbf63b6196 Mon Sep 17 00:00:00 2001 From: Luke Roy Date: Mon, 6 Jul 2026 12:22:39 +0200 Subject: [PATCH] test changing author information from luke-roy-ibm to lukeroy Signed-off-by: Luke Roy --- content/authors/{luke-roy-ibm => lukeroy}/_index.md | 0 .../index.md | 2 +- .../index.md | 2 +- content/posts/From-Markdown-to-live-presentations/index.md | 2 +- .../posts/Getting-into-the-cloud-just-got-a-lot-easier/index.md | 2 +- .../index.md | 2 +- .../index.md | 2 +- .../index.md | 2 +- .../index.md | 2 +- .../index.md | 2 +- 10 files changed, 9 insertions(+), 9 deletions(-) rename content/authors/{luke-roy-ibm => lukeroy}/_index.md (100%) diff --git a/content/authors/luke-roy-ibm/_index.md b/content/authors/lukeroy/_index.md similarity index 100% rename from content/authors/luke-roy-ibm/_index.md rename to content/authors/lukeroy/_index.md diff --git a/content/posts/Creating-a-ibm-cloud-code-engine-function-code-bundle-FROM-scratch/index.md b/content/posts/Creating-a-ibm-cloud-code-engine-function-code-bundle-FROM-scratch/index.md index 0ed73402..1e0b332d 100644 --- a/content/posts/Creating-a-ibm-cloud-code-engine-function-code-bundle-FROM-scratch/index.md +++ b/content/posts/Creating-a-ibm-cloud-code-engine-function-code-bundle-FROM-scratch/index.md @@ -5,7 +5,7 @@ description: "Creating a IBM Cloud Code Engine Function Code Bundle FROM scratch tags: ["serverless", "code engine", "functions"] featureImage: "featured.jpg" draft: false -authors: ["luke-roy-ibm"] +authors: ["lukeroy"] --- Have you ever wanted to create a Code Engine Function code bundle that runs as a Python or Node.js function on [IBM Cloud Code Engine](https://www.ibm.com/products/code-engine), without relying on the Code Engine CLI to build it? diff --git a/content/posts/Deploying-apps-jobs-and-functions-using-github-actions/index.md b/content/posts/Deploying-apps-jobs-and-functions-using-github-actions/index.md index e2576ac4..c44c6583 100644 --- a/content/posts/Deploying-apps-jobs-and-functions-using-github-actions/index.md +++ b/content/posts/Deploying-apps-jobs-and-functions-using-github-actions/index.md @@ -4,7 +4,7 @@ date: 2024-02-23 description: "Deploying Apps, Jobs and Functions using GitHub Actions" tags: ["serverless", "code engine", "github actions"] draft: false -authors: ["luke-roy-ibm"] +authors: ["lukeroy"] --- ## Introduction: diff --git a/content/posts/From-Markdown-to-live-presentations/index.md b/content/posts/From-Markdown-to-live-presentations/index.md index 57fddcbd..3c1783a1 100644 --- a/content/posts/From-Markdown-to-live-presentations/index.md +++ b/content/posts/From-Markdown-to-live-presentations/index.md @@ -5,7 +5,7 @@ description: " Serverless Slidev Deployments with Code Engine Functions and GitH tags: ["serverless", "code engine", "functions", "slidev", "spa", "github actions"] featureImage: "featured.jpg" draft: false -authors: ["luke-roy-ibm"] +authors: ["lukeroy"] --- This post walks through a simple end-to-end workflow for turning a Markdown-based [Slidev](https://sli.dev) deck into a live presentation: create and preview the slides locally, push the project to GitHub, and automatically deploy the generated output to [IBM Cloud Code Engine](https://www.ibm.com/products/code-engine) as a Function using the official [Code Engine GitHub Action](https://github.com/marketplace/actions/code-engine-github-action). diff --git a/content/posts/Getting-into-the-cloud-just-got-a-lot-easier/index.md b/content/posts/Getting-into-the-cloud-just-got-a-lot-easier/index.md index 92714b9c..db119811 100644 --- a/content/posts/Getting-into-the-cloud-just-got-a-lot-easier/index.md +++ b/content/posts/Getting-into-the-cloud-just-got-a-lot-easier/index.md @@ -5,7 +5,7 @@ description: "Getting into the Cloud just got a lot easier!" tags: ["serverless", "code engine", "github actions"] featureImage: "featured.jpg" draft: false -authors: ["luke-roy-ibm"] +authors: ["lukeroy"] --- ## Introduction diff --git a/content/posts/Running-Binaries-inside-ibm-cloud-code-engine-function-runtimes/index.md b/content/posts/Running-Binaries-inside-ibm-cloud-code-engine-function-runtimes/index.md index 7126c474..6549a04d 100644 --- a/content/posts/Running-Binaries-inside-ibm-cloud-code-engine-function-runtimes/index.md +++ b/content/posts/Running-Binaries-inside-ibm-cloud-code-engine-function-runtimes/index.md @@ -5,7 +5,7 @@ description: "Dunning Binaries inside the IBM Cloud Code Engine Function Runtime tags: ["serverless", "code engine", "functions"] featureImage: "featured.jpg" draft: false -authors: ["luke-roy-ibm"] +authors: ["lukeroy"] --- In this blog post, we’ll explore how you can use [IBM Cloud Code Engine](https://www.ibm.com/de-de/products/code-engine) to run binaries inside the existing Node.js and Python runtimes. diff --git a/content/posts/Upscaling-videos-ibm-cloud-code-engine-serverless-fleets/index.md b/content/posts/Upscaling-videos-ibm-cloud-code-engine-serverless-fleets/index.md index acee4b61..06ba2e64 100644 --- a/content/posts/Upscaling-videos-ibm-cloud-code-engine-serverless-fleets/index.md +++ b/content/posts/Upscaling-videos-ibm-cloud-code-engine-serverless-fleets/index.md @@ -5,7 +5,7 @@ description: "Upscaling Videos with IBM Cloud Code Engine Serverless Fleets" tags: ["serverless", "code engine", "GPU", "AI", "serverless fleets", ] featureImage: "featured.jpg" draft: false -authors: ["luke-roy-ibm"] +authors: ["lukeroy"] --- [IBM Cloud Code Engine](https://www.ibm.com/products/code-engine) is IBM’s fully managed, strategic serverless platform that empowers developers to run container images, batch jobs, source code, and functions — all in one unified environment. It abstracts away the complexity of infrastructure management, automatically handling scaling, networking, and security so you can focus on building and deploying your applications. diff --git a/content/posts/Why-ibm-cloud-code-engine-is-the-perfect-home-for-linuxserverio-application/index.md b/content/posts/Why-ibm-cloud-code-engine-is-the-perfect-home-for-linuxserverio-application/index.md index f4470ae6..4e87182f 100644 --- a/content/posts/Why-ibm-cloud-code-engine-is-the-perfect-home-for-linuxserverio-application/index.md +++ b/content/posts/Why-ibm-cloud-code-engine-is-the-perfect-home-for-linuxserverio-application/index.md @@ -5,7 +5,7 @@ description: "Why IBM Cloud Code Engine Is the Perfect Home for LinuxServer.io A tags: ["serverless", "code engine", "functions", "typescript"] featureImage: "featured.jpg" draft: false -authors: ["luke-roy-ibm"] +authors: ["lukeroy"] --- [LinuxServer.io](https://www.linuxserver.io/) is a global community of open-source enthusiasts who maintain one of the most extensive collections of standardized Docker images. These images are designed with simplicity, consistency, and transparency in mind — making them ideal for everyone from curious beginners to seasoned self-hosters. Whether you’re looking to run a media server, a productivity tool, or a creative application, LinuxServer.io offers a rich catalog of ready-to-use containers that are well-documented and regularly updated. Just deploy an image, and you can access the application directly in your browser — no complex setup required. diff --git a/content/posts/Writing-typescript-functions-for-ibm-cloud-code-engien/index.md b/content/posts/Writing-typescript-functions-for-ibm-cloud-code-engien/index.md index 3bdf5d3e..df98caf8 100644 --- a/content/posts/Writing-typescript-functions-for-ibm-cloud-code-engien/index.md +++ b/content/posts/Writing-typescript-functions-for-ibm-cloud-code-engien/index.md @@ -5,7 +5,7 @@ description: "Writing TypeScript Functions for IBM Cloud Code Engine" tags: ["serverless", "code engine", "functions", "typescript"] featureImage: "featured.jpg" draft: false -authors: ["luke-roy-ibm"] +authors: ["lukeroy"] --- [IBM Cloud Code Engine](https://www.ibm.com/products/code-engine) is IBM’s serverless platform that allows developers to run apps, jobs, and functions at scale — without the hassle of managing infrastructure. Among its workload types are functions, which currently support Node.js and Python runtimes. diff --git a/content/posts/serverless-spa-deployment-with-code-engine-functions/index.md b/content/posts/serverless-spa-deployment-with-code-engine-functions/index.md index a37c5a86..4a624893 100644 --- a/content/posts/serverless-spa-deployment-with-code-engine-functions/index.md +++ b/content/posts/serverless-spa-deployment-with-code-engine-functions/index.md @@ -4,7 +4,7 @@ date: 2026-06-08 description: "Learn how to deploy Single Page Applications (SPAs) to IBM Cloud Code Engine Functions with automatic builds during deployment. No manual build steps, no infrastructure management—just point Code Engine at your source code and deploy." tags: ["serverless", "code engine", "functions", "spa", "react", "angular", "svelte"] draft: false -authors: ["luke-roy-ibm", "josip-ledic"] +authors: ["lukeroy", "josip-ledic"] --- # The Serverless Way to Auto-Build and Deploy React, Angular, and Any SPA with IBM Cloud Code Engine Functions