Skip to content
Snippets Groups Projects
Commit f84c557a authored by Greg Wilson's avatar Greg Wilson
Browse files

Merge branch 'gh-pages' of github.com:gvwilson/new-template into gh-pages

parents 1752dad3 fb2085b8
Branches
Tags
No related merge requests found
......@@ -231,6 +231,20 @@ permalink: /setup/
FIXME
'''
EPISODES_INTRODUCTION_MD = '''\
---
title: "Introduction"
teaching: 0
exercises: 0
questions:
- "Key question"
objectives:
- "First objective."
keypoints:
- "First key point."
---
'''
EXTRAS_DISCUSS_MD = '''\
---
layout: page
......@@ -257,6 +271,7 @@ BOILERPLATE = (
('index.md', ROOT_INDEX_MD),
('reference.md', ROOT_REFERENCE_MD),
('setup.md', ROOT_SETUP_MD),
('_episodes/01-introduction.md', EPISODES_INTRODUCTION_MD),
('_extras/discuss.md', EXTRAS_DISCUSS_MD),
('_extras/guide.md', EXTRAS_GUIDE_MD)
)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment