Skip to content

Commit

Permalink
fix: workaround jekyll tags bug
Browse files Browse the repository at this point in the history
  • Loading branch information
maxandersen committed Dec 12, 2024
1 parent 6b4c872 commit 123b111
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _posts/2019-09-23-quarkus-developer-joy-for-vs-code.adoc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion _posts/2021-06-08-quarkus-deploys-apps-on-openshift.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-06-06-quarkus-infinispan-new.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
9 changes: 5 additions & 4 deletions _posts/2024-11-29-quarkus-jlama.adoc
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down

0 comments on commit 123b111

Please sign in to comment.