An open API service indexing awesome lists of open source software.

https://github.com/git-cola/git-cola.github.io

Webpage for the git-cola project
https://github.com/git-cola/git-cola.github.io

Last synced: 4 months ago
JSON representation

Webpage for the git-cola project

Awesome Lists containing this project

README

        

# Git Cola's Website

This is the source code for for the [Git Cola website](https://git-cola.github.io/).

[Git Cola is a sleek and powerful Git GUI](https://github.com/git-cola/git-cola).

## Building the website

The website is built using [jekyll](https://github.com/jekyll/jekyll).

Build and install the web site using `jekyll`.

make

Alternatively, you can build the website under docker by using the `docker` target to
build the website.

make docker