Skip to content

Commit

Permalink
Added intro
Browse files Browse the repository at this point in the history
  • Loading branch information
jduckles authored Mar 27, 2017
1 parent cc18cb1 commit f6b168e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ title: Setup
permalink: /setup/
---

Our lesson template is kept in the `swcarpentry/styles` repository. The `styles` repository is carefully curated so that
changes made to it are easily mergable by downstream lessons. The `styles` repository contains various
bits that take Markdown files and render them as a lesson web page. For more information on how to develop
lessons and maintain them, see our [lesson-example](lesson-example). It will walk you through the basics of lesson
design and how to use GitHub, Markdown and Jekyll for lesson development. Follow the instructions below to make
your own empty lesson in your own GitHub account. Once you've done that you can just write Markdown code and have
lesson web pages just like the [lesson-example](lesson-example) and all of our other lessons.

Requirements:
* A GitHub account
* A working python environment to run the lesson initialization script
* (Optional) A local install of [Jekyll](https://jekyllrb.com/) which will require the Ruby language to be installed

## Creating a New Lesson

We will assume that your user ID is `timtomch` and the name of your
Expand Down

0 comments on commit f6b168e

Please sign in to comment.