https://github.com/redhat-cop/redhat-cop.github.io
Global docs and contribution guidelines for the Red Hat Communities of Practice GitHub space
https://github.com/redhat-cop/redhat-cop.github.io
core-cop
Last synced: 9 months ago
JSON representation
Global docs and contribution guidelines for the Red Hat Communities of Practice GitHub space
- Host: GitHub
- URL: https://github.com/redhat-cop/redhat-cop.github.io
- Owner: redhat-cop
- Created: 2018-04-10T14:11:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T17:18:13.000Z (about 1 year ago)
- Last Synced: 2025-03-23T23:51:12.227Z (10 months ago)
- Topics: core-cop
- Language: CSS
- Homepage: https://redhat-cop.github.io
- Size: 283 KB
- Stars: 6
- Watchers: 7
- Forks: 10
- Open Issues: 6
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= redhat-cop.github.io
image::https://github.com/redhat-cop/redhat-cop.github.io/workflows/build-test-site/badge.svg?branch=master[link="https://github.com/redhat-cop/redhat-cop.github.io/actions?workflow=build-test-site"]
Global site for publishing docs and contribution guidelines for the Red Hat Communities of Practice
== Testing the site
Prerequisites:
- link:https://rubygems.org/pages/download[Install Rubygems]
[source,bash]
----
git clone git@github.com:redhat-cop/redhat-cop.github.io.git
cd redhat-cop.github.io
gem install bundler
bundle install
bundle exec jekyll serve
----
Once running, the site should be available at http://localhost:4000