Page With Sidebar

A demo page with a sidebar

This is a demo page showing the sidebar.

To show the sidebar set show_sidebar to true in the page’s frontmatter.

title: Page With Sidebar
subtitle: A demo page with a sidebar
layout: page
show_sidebar: true

Latest Posts

ActiveMQ Custom Distribution

In this tutorial, I will show you how to create a custom Apache ActiveMQ distribution ready to deploy. We will use the karaf-maven-plugin to build the distribution and the jib-maven-plugin to build the docker image.

Karaf Custom Distribution

In this tutorial, I will show you how to create a custom Apache Karaf distribution. We will use the karaf-maven-plugin to build the distribution and the jib-maven-plugin to build the docker image.