From 2639c821fcf83a855c3e1adad24254b9ab259b5a Mon Sep 17 00:00:00 2001 From: Greg Wilson <gvwilson@third-bit.com> Date: Wed, 8 Jun 2016 09:56:52 -0400 Subject: [PATCH] Synchronizing template name and documentation --- index.md | 2 +- setup.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 7382830..9f51382 100644 --- a/index.md +++ b/index.md @@ -1,5 +1,5 @@ --- -layout: lesson_homepage +layout: lesson --- This lesson shows how to use the [Software Carpentry]({{ site.swc_site }}) and diff --git a/setup.md b/setup.md index 54b0f6b..e160e61 100644 --- a/setup.md +++ b/setup.md @@ -34,6 +34,6 @@ you must install the software described below. 3. **[Jekyll](https://jekyllrb.com/)**. You can install this by running `gem install jekyll`. -If you want to run `bin/check-lesson` (which is invoked by `make lesson-check`) +If you want to run `bin/lesson-check` (which is invoked by `make lesson-check`) you will need Jekyll (so that you have its Markdown parser, which is called Kramdown) and the [PyYAML](https://pypi.python.org/pypi/PyYAML) module for Python 3. -- GitLab