CODECHECK is a process for independent execution of computations underlying scholarly research articles.
This repository contains the sources for the project website at codecheck.org.uk
and graphic files of the project.
Note: the website currently must be built by GitHub pages, and therefore is named codecheckers.github.io
, because only then can project repositories easily be built as subpages, e.g., https://codecheck.org.uk/register.
Pages cannot be built with Travis CI from master
branch into a gh-pages
branch.
Find the source files for the CODECHECK logo and badge in the following directories in this repository:
logo
badge
All graphics unless noted otherwise are published under a Creative Commons Attribution 4.0 International license (CC BY 4.0).
The "CODECHECK green" is #008033
, or CMYB(100%, 0%, 60%, 50%), HSL(144, 100%, 25%), RGBA(0, 128, 51, 1), \rgb{0, 0.5, 0.2}
.
The figures used on the website are at https://drive.google.com/drive/folders/1XUsfF9ZlZ_dwLTJxu_PIcq-3hEldI3d-?usp=sharing
See Makefile
for commands to build and view the site locally with Jekyll.
If you want to override a file from the minima-reboot
template, run bundle info minima-reboot
to see where the bundle files are and copy it into this project.
minima-reboot
theme: https://github.com/aterenin/minima-rebootPrerequisites:
ruby
and ruby-dev
bundler
Use one of
make preview
make build
Run
docker compose up
and open the website at http://localhost.
More details at jekyll/jekyll
image documentation.
Except where otherwise this repository is licensed under a Creative Commons Attribution Share-Alike 4.0 International License.