Overview
The Kuma website repository contains the source content and tooling for the Kuma website, which is a control plane for service mesh. It is built on Jekyll and is published with Netlify. The website is open-source, allowing the community to contribute.
Features
- Source Content and Tooling: The repository contains the source content and necessary tools for the Kuma website.
- Supports Kubernetes and VM Environments: Kuma provides a control plane for service mesh that supports both Kubernetes and VM environments.
- Built on Jekyll: The website is built using Jekyll, a popular static site generator.
- Published with Netlify: The Kuma website is published and hosted on Netlify.
- Open-Source: The repository is open-source, allowing the community to contribute to it.
Installation
To install the Kuma website theme, follow these steps:
- Clone the repository:
$ git clone <repository-url>
- Navigate to the cloned repository:
$ cd <repository-name>
- Install the necessary dependencies:
$ bundle install
- Build the website:
$ bundle exec jekyll build
- The built website will be available in the
_site
directory. You can deploy it using any hosting platform like Netlify.
Summary
The Kuma website repository hosts the source content and tooling for the Kuma website, which is a control plane for service mesh. It is built on Jekyll and published with Netlify. The website is open-source, inviting the community to contribute to its development.