Unverified Commit 8e1b1065 authored by Raniere Silva's avatar Raniere Silva Committed by GitHub
Browse files

Merge pull request #272 from rgaiacs/remove-root-and-layout

Remove root and layout from YAML for boilerplate
parents 434abbeb 3ccc4063
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -61,12 +61,20 @@ collections:
# Set the default layout for things in the episodes collection.
defaults:
  - values:
      root: ..
      root: .
      layout: page
  - scope:
      path: ""
      type: episodes
    values:
      root: ..
      layout: episode
  - scope:
      path: ""
      type: extras
    values:
      root: ..
      layout: page

# Files and directories that are not to be copied.
exclude:
+1 −2
Original line number Diff line number Diff line
---
layout: page
title: About
---
{% include carpentries.html %}
+1 −2
Original line number Diff line number Diff line
---
layout: page
title: Discussion
---
FIXME
+1 −2
Original line number Diff line number Diff line
---
layout: page
title: Figures
---
<script>
+1 −2
Original line number Diff line number Diff line
---
layout: page
title: "Instructor Notes"
---
FIXME
Loading