Skip to content

Commit

Permalink
Set jekyll theme and update repository readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dnskr committed Jul 15, 2024
1 parent d97b705 commit 6c3db45
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,24 @@

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Repository for Presto Helm charts.
Repository for official Presto Helm charts.

## Helm charts repository
Use the following command to add the repository to Helm client configuration:
```shell
helm repo add presto https://prestodb.github.io/presto-helm-charts
```
List the latest stable versions of available Helm charts with the command:
```shell
helm search repo presto
```

## Contributing
Presto welcomes contributions from everyone.

Feel free to create an issue with a bug report, feature request or submit a PR.

Check out [development guidelines](https://github.com/prestodb/presto-helm-charts/blob/main/DEVELOPMENT.md) for local development and testing.

## Questions
Join [PrestoDB on Slack](https://communityinviter.com/apps/prestodb/prestodb) to ask questions to the community.
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
theme: jekyll-theme-cayman
title: Presto Helm Charts
description: The official Helm charts repository for Presto
9 changes: 9 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
---

@import "{{ site.theme }}";

.page-header {
background-image: linear-gradient(90deg, #5d88d6 0%, #32dbfc 100%);
padding: 2rem 1rem;
}

0 comments on commit 6c3db45

Please sign in to comment.