Giter VIP home page Giter VIP logo

okd.io's Introduction

OKD.io

This repo contains the sources for the OKD.io.

Development

Note Node.js is a required dependency on Linux machines

Firstly install the necessary packages on your machine:

sudo apt-get install ruby-full
sudo gem install bundler
sudo bundle install

To develop on your local machine run the middleman server and you should be able to preview your changes at http://localhost:4567

bundle exec middleman server

Developing with a local container

To test a local version of the site using a containerized builder/server, please see the local containerized server instructions.

Create Blog article

Create a file in the directory source/blog.

The filename must be in the format: yyyy-mm-dd-<title>.html.markdown

The first lines of the file must contain this:

---
title: <TITLE>
date: yyyy-mm-dd (exactly the same date as for the filename!)
tags: upgrade (choose tags to categorize articles)
---

< MARKDOWN :-) >

Create a Guide

Create a Markdown file in the directory source/guides.

The filename must be in the format: yyyy-mm-dd-<title>.html.markdown. It is recommended that you reference the platform and deployment method in your title, for example 2021-12-31-vSphere-UPI-Disconnected-Network.html.markdown.

The first lines of the file must contain this frontmatter data:

---
title: <TITLE>
authors:
  - "@<Github handle>"
last-updated: "yyyy-mm-dd"
okd-version: "X.Y.Z"
---

< MARKDOWN :-) >

Deployment

To deploy your changes please submit a pull request while following our contribution guidelines

Make sure to populate the OPENSHIFT_GITHUB_ID and OPENSHIFT_GITHUB_SECRET env variables to ensure authenticated GitHub API usage (and prevent request throttling).

okd.io's People

Contributors

aliok avatar brenton avatar cgruver avatar coreydaley avatar danmcp avatar dependabot[bot] avatar developercorey avatar dmueller2001 avatar elmiko avatar fale avatar jaimemagiera avatar jiri-fiala avatar jomeier avatar jsvgoncalves avatar kahsurh avatar kowen-rh avatar luciddreamz avatar smarterclayton avatar thatdocslady avatar tylerkelly13 avatar vrutkovs avatar warmchang avatar wgordon17 avatar wking avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.