ralphbean / konflux-ci.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

konflux.dev

This repository contains the source code for the konflux-ci website hosted at konflux-ci.dev.

The website is based on Hugo and hugo-universal-theme.

Contributing

When new code is pushed to the repository's main branch, it triggers a GitHub action that renders the website HTML and CSS files using Hugo, and pushes those artifacts to the repository's GitHub Page which is reachable at konflux-ci.dev.

See more details here: https://gohugo.io/hosting-and-deployment/hosting-on-github/

To deploy the website locally:

  1. Install Hugo: https://gohugo.io/installation/.
  2. Clone this repository and navigate to your clone.
  3. Fetch the hugo-universal-theme using the git submodule update --init -- command
  4. Run: hugo --source website server -D.

This will start a local web server and will provide you the link to your local website.

About

License:Apache License 2.0


Languages

Language:CSS 100.0%