Skip to content

PaulRMellor/strimzi.github.io

 
 

Repository files navigation

Strimzi website

This repository contains the Strimzi website.

Prerequisites

Ruby and Rubygems are needed in order to build the web site.

Install bundler

gem install bundler

Build

In order to build and serve the web site locally, run :

bundle install
bundle exec jekyll serve

Blog posts

We try to use the following process for blog posts:

  1. You should start by asking us whether your proposed subject is a good fit for the strimzi.io blog. The aim of this step is to prevent you wasting your time writing a post which isn't going to interest Strimzi users. If your proposal is not perfect from the off, we might suggest ways to make it more relevent to our audience. Even if we don't think it will be relevant we might be able to recommend a better site for your proposed content.

  2. You write your post and open a PR. To start a new blog post, just create a new file in the _posts subdirectory and name it <date>-<title>.md. For the date, you can use the current date (after your blog post is reviewed and approved, we will change it to the actual publishing date when merging the PR). See this blog post for a detailed overview of the mechanics of writing a blog post.

  3. We'll do a content review, checking for technical accuracy, logical structure etc. Sometimes this can be an iterative process, but we'll try not to keep you waiting.

  4. Once the content is good we'll do a final review pass focussing on things like spelling and grammar. Don't worry if you're not a native English speaker; our main intent here isn't necessarily perfect English, but to ensure the content is easily understood.

About

Strimzi web site project

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • HTML 88.9%
  • SCSS 9.6%
  • JavaScript 1.2%
  • Ruby 0.3%