All Projects → helm → Helm Www

helm / Helm Www

Licence: mit
The Helm website for docs, blog and project info.

Projects that are alternatives of or similar to Helm Www

Tabler Rubygem
Rubygem for https://tabler.github.io
Stars: ✭ 77 (-9.41%)
Mutual labels:  scss
Pixelperfectcss Scss
Pixel Perfect CSS (Scss)
Stars: ✭ 80 (-5.88%)
Mutual labels:  scss
Hexo Theme Even
🚀 A super concise theme for Hexo
Stars: ✭ 1,244 (+1363.53%)
Mutual labels:  scss
Interior
Design system for the modern web.
Stars: ✭ 77 (-9.41%)
Mutual labels:  scss
Armada
This project has moved to OpenStack.
Stars: ✭ 79 (-7.06%)
Mutual labels:  helm
Cooltipz.css
A modern, highly customisable, minimal, pure CSS tooltip library
Stars: ✭ 81 (-4.71%)
Mutual labels:  scss
Phantom Jekyll Theme
A Jekyll version of the "Phantom" theme by HTML5 UP.
Stars: ✭ 76 (-10.59%)
Mutual labels:  scss
Rust Toolstate
Records build and test status of external tools bundled with the Rust repository.
Stars: ✭ 84 (-1.18%)
Mutual labels:  scss
Blogophonic Hugo
Blogophonic – a Hugo blog theme by Formspree
Stars: ✭ 80 (-5.88%)
Mutual labels:  scss
Pwa Boilerplate
✨ PWA Boilerplate is highly scalable and is designed to help you kick-start your next project 🔭.
Stars: ✭ 82 (-3.53%)
Mutual labels:  scss
Devops Kompose
[DEPRECATED] DevOps tools on Kubernetes with Helm charts
Stars: ✭ 78 (-8.24%)
Mutual labels:  helm
Helm Kubeval
A Helm plugin for validating Charts against the Kubernetes schemas
Stars: ✭ 79 (-7.06%)
Mutual labels:  helm
Denali Css
Themeable CSS framework of Denali Ui components
Stars: ✭ 79 (-7.06%)
Mutual labels:  scss
Electric Book
A Jekyll template for creating books in multiple formats
Stars: ✭ 77 (-9.41%)
Mutual labels:  scss
Vertical Rhythm
Put some typographical vertical rhythm in your CSS. LESS, Stylus and SCSS/SASS versions included.
Stars: ✭ 83 (-2.35%)
Mutual labels:  scss
Ungmo2.github.io
Stars: ✭ 76 (-10.59%)
Mutual labels:  scss
Commudle Ng
World's first community management platform. And it's free!
Stars: ✭ 81 (-4.71%)
Mutual labels:  scss
Garth
🥁 A really basic theme for Jekyll
Stars: ✭ 85 (+0%)
Mutual labels:  scss
Pineapple
🍍 Jekyll Theme
Stars: ✭ 84 (-1.18%)
Mutual labels:  scss
Cessie
Transpile your CSS bundle to support CSS variables, calc, and future CSS for legacy browsers.
Stars: ✭ 81 (-4.71%)
Mutual labels:  scss

github-banner-helm-helmwww

This is where you'll find all of the assets that make up helm.sh, the website for the Helm project. If you'll looking to edit docs, report a website bug or write a new blog post, you've come to the right place!

Development

Helm.sh is a simple Hugo static site, built with a custom theme. To run the website locally, you'll need to first install Hugo and any dependencies.

brew install hugo
yarn install

You can then compile and run the site locally:

hugo serve

Deployment Netlify Status

Changes are automatically deployed to Netlify when merged to master. Build logs can be found here.


Contributing

Anyone can submit a PR to edit Helm.sh. We require commits be signed - please refer to the contributing guide.

Pull requests require maintainer approval before merge.

How to Edit The Helm Docs

Since the release of Helm 3, all project documentation is located in this repo under /content/en/docs/.

For earlier versions, see the dev-v2 branch of the main Helm repo here.

Updating the Helm CLI Reference Docs

The documentation for the list of Helm CLI Commands are exported from the main helm project repo and rendered here on the website as a reference.

To update these docs, you'll need to:

  1. Delete all plugins currently installed with helm plugin uninstall
  2. Navigate to content/en/docs/helm/
  3. Run helm docs --type markdown --generate-headers to generate the markdown docs files, replacing any prior markdown files. Note: Make sure you run the version of helm you want to build the docs for (for example, by checking out the correct tag and building it)
  4. Commit the changes and create a PR to update the website.

How to Write a Blog Post

Blog posts are created via pull requests. The following steps are used to add them:

  1. Add a new file to the content/en/blog/ directory whose name is the published date and the title. The files must be markdown formatted. See the existing titles for examples of the format
  2. Add the header meta-data to the file using this format (note the permalink structure). Recommended but optional fields are authorname which should be name(s); these are displayed verbatim. authorlink is the link used by authorname.
---
title: "A Fancy Title"
slug: "fancy-title"
authorname: "Captain Awesome"
authorlink: "https://example.com"
date: "yyyy-mm-dd"
---
  1. Add the content below the --- as Markdown. The title does not need to be included in this section
  2. Any images should be placed in the /content/en/blog/images/ directory. Images should be losslessly compressed to reduce their size. Tools, such as ImageOptim, can be used.
  3. To summarize the content on the blog index page, insert a <!--more--> break in your markdown. This will truncate the content with a Read More link.

Blog PRs require approval from the core Helm maintainers before merge.

Internationalization & Translation

We welcome content translations to our site and our docs, to help expand access to Helm around the world.

Helm.sh supports multiple languages. Please refer to the Localizing Helm Documentation for a guide on translating and configuring content for international users.


Code of Conduct

Participation in the Helm community is governed by the Helm Code of Conduct.

Thank You!

We appreciate your contributions to our website and our documentation! 👏

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].