Introduction
Overview
Teaching: 0 min
Exercises: 0 minQuestions
How do we edit this documentation?
Objectives
Understand how to create and configure additional documentation repositories.
These instructions are adapted from the Software Carpentry tooling guide.
- To start, we import (don’t clone!) the Software Carpentry styles repository using the GitHub Importer.
- for this project, we imported into graveslab/howto.
- Clone the new repo locally, e.g. with
git clone git@github.com:/graveslab/howto bc-lab-howto cdinto the repo directory and runbin/lesson_initialize.pyonce to generate an initial Jekyll configuration file (_config.yml) and some other files.- edit
_config.ymlto customize it for your project. - start creating lesson material in
_episodesand_extras!
Key Points
This documentation site was derived from templates prepared by Software Carpentry.
This site is built by
jekyll, a static site generator, and served using GitHub Pages.