Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: workaround jekyll tags bug #2193

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading