/jekyll-common

Sources for common Jekyll branding and looks.

Primary LanguageCSSOtherNOASSERTION

These sources are to be included in lesson repositories as Git submodules to simplify updates and avoid accidental code divergence.

The code under assets/ and includes/ has been copied from https://github.com/carpentries/styles which is copyright Software Carpentry and provided under a CC-BY-4.0/MIT license.

configuration options

To configure author information, add

author:
  name: 'Author'
  link: 'https://url.tld'

to your _config.yml.

The source code license can be set by

license:
  code: 'Apache-2.0'

or

license:
  code: 'MIT'