From 123b111a56d1655c994d1bfd3128d80306719354 Mon Sep 17 00:00:00 2001 From: Max Rydahl Andersen Date: Thu, 12 Dec 2024 13:36:05 +0100 Subject: [PATCH] fix: workaround jekyll tags bug --- _posts/2019-09-23-quarkus-developer-joy-for-vs-code.adoc | 2 +- _posts/2021-06-08-quarkus-deploys-apps-on-openshift.adoc | 2 +- _posts/2024-06-06-quarkus-infinispan-new.adoc | 2 +- _posts/2024-11-29-quarkus-jlama.adoc | 9 +++++---- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/_posts/2019-09-23-quarkus-developer-joy-for-vs-code.adoc b/_posts/2019-09-23-quarkus-developer-joy-for-vs-code.adoc index df5f04d9119..2fca34bee05 100644 --- a/_posts/2019-09-23-quarkus-developer-joy-for-vs-code.adoc +++ b/_posts/2019-09-23-quarkus-developer-joy-for-vs-code.adoc @@ -1,7 +1,7 @@ --- layout: post title: 'Quarkus developer joy for VS Code' -tags: announcement ide +tags: announcement ide date: 2019-09-23 synopsis: Showcasing the new Quarkus VS Code extension. author: dakwon diff --git a/_posts/2021-06-08-quarkus-deploys-apps-on-openshift.adoc b/_posts/2021-06-08-quarkus-deploys-apps-on-openshift.adoc index c5045d08b7f..ff90d740f12 100644 --- a/_posts/2021-06-08-quarkus-deploys-apps-on-openshift.adoc +++ b/_posts/2021-06-08-quarkus-deploys-apps-on-openshift.adoc @@ -2,7 +2,7 @@ layout: post title: How Quarkus has been used to deploy applications on OpenShift date: 2021-06-25 -tags: openShift user-story +tags: openshift user-story synopsis: Find out how Quarkus has been used to deploy application components in Kubernetes, and provision satellite systems such as Vault, adfs and others, with a low memory and CPU footprint, while providing a high level abstraction. author: vsevel --- diff --git a/_posts/2024-06-06-quarkus-infinispan-new.adoc b/_posts/2024-06-06-quarkus-infinispan-new.adoc index 64002417600..b6d6f3444d1 100644 --- a/_posts/2024-06-06-quarkus-infinispan-new.adoc +++ b/_posts/2024-06-06-quarkus-infinispan-new.adoc @@ -2,7 +2,7 @@ layout: post title: 'Quarkus and Infinispan: winner combo' date: 2024-06-06 -tags: ['infinispan', 'cache'] +tags: infinispan cache synopsis: 'Infinispan extension updates from Quarkus 3.9, 3.10 and 3.11' author: karesti --- diff --git a/_posts/2024-11-29-quarkus-jlama.adoc b/_posts/2024-11-29-quarkus-jlama.adoc index 1f563572a24..0741c53bc7f 100644 --- a/_posts/2024-11-29-quarkus-jlama.adoc +++ b/_posts/2024-11-29-quarkus-jlama.adoc @@ -1,9 +1,10 @@ --- layout: post -title: "Creating pure Java LLM infused application with Quarkus, Langchain4j and Jlama" -date: 2024-11-29 -tags: AI LLM local-inference Jlama -synopsis: "Creating pure Java LLM infused application with Quarkus, LangChain4j and Jlama" +title: Creating pure Java LLM infused application with Quarkus, Langchain4j and Jlama +date: 2024-11-29T00:00:00Z +tags: ai llm local-inference jlama +synopsis: Creating pure Java LLM infused application with Quarkus, LangChain4j and + Jlama author: mariofusco ---