Kogito website

Clone this repo:

Branches

  1. 1d8954f Bump nokogiri from 1.14.3 to 1.16.2 (#74) by dependabot[bot] · 3 months ago main
  2. dee4b2d kie-issues#565: Add apache license headers (#71) by Jozef Marko · 6 months ago
  3. caa238f NO-ISSUE: Remove obsolete desktop modeler hub documentation (#70) by Jozef Marko · 9 months ago
  4. a469e2c Bump commonmarker from 0.23.9 to 0.23.10 (#69) by dependabot[bot] · 9 months ago
  5. 6939d90 Bump commonmarker from 0.23.7 to 0.23.9 (#67) by dependabot[bot] · 1 year ago

Upstream Community Theme

The Upstream Community Theme is a ready-to-use Jekyll theme to help you create a basic static site for your project. It was designed with the Red Hat Upstream Community in mind, but can be used by anyone looking to create a simple, lightweight site.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development purposes. See deployment for notes on how to deploy the project on GitHub Pages.

Prerequisites

  • Install a full Ruby development environment. Ruby version 2.4.0 or above is required, including all development headers. You can run ruby -v to check your current Ruby version.
  • RubyGems. You can run gem -v to check if you have RubyGems installed.
  • GCC and Make. You can run gcc -v,g++ -v and make -v to see if your system already has them installed.

Installing the theme

Jekyll documentation pages

  1. The Jekyll site provides detailed installation instructions for each operating system:
  1. Fork this repository by clicking the Fork button at the top right corner of this page.
  2. Clone your fork (please ensure you have current version of git installed) by running: git clone git@github.com:YOUR_USER_NAME/community-theme.git
  3. Change into the project directory cd community-theme
  4. Build the site and make it available on a local server bundle exec jekyll serve
  5. To preview your site, browse to http://localhost:4000
  6. Before sending a PR, run bundle exec jekyll build

If you encounter any unexpected errors during the above, please refer to the troubleshooting page or the requirements page, as you might be missing development headers or other prerequisites.

For more information regarding the use of Jekyll, please refer to the Jekyll Step by Step Tutorial.

Using Docker to run Jekyll

Alternatively you can use Docker to test your changes locally.

To run it, simply execute the following Docker command from the project root directory:

docker run --rm --volume="$PWD:/srv/jekyll" -it -p 4000:4000 jekyll/jekyll:3 jekyll serve

To preview your site, browse to http://localhost:4000

Deployment on GitHub Pages

To deploy your site using GitHub Pages you will need to add the github-pages gem.

Note that GitHub Pages runs in safe mode and only allows a set of whitelisted plugins.

To use the github-pages gem, you'll need to add the following on your Gemfile:

source "https://rubygems.org"
gem "github-pages", group: :jekyll_plugins

And then run bundle update.

To deploy a project page that is kept in the same repository as the project they are for, please refer to the Project Pages section in Deploying Jekyll to GitHub Pages.

Contributing

Please read CONTRIBUTING.md for details on the process for submitting pull requests to us.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details.