Skip to content
Snippets Groups Projects
Unverified Commit 99be104d authored by Raniere Silva's avatar Raniere Silva Committed by GitHub
Browse files

Merge pull request #206 from rgaiacs/remove-root-and-page

Remove root and page from YAML header

Close swcarpentry/lesson-example#205
parents 9758fd80 ab1ea985
Branches
Tags
No related merge requests found
---
layout: page
title: "Contributor Code of Conduct"
---
As contributors and maintainers of this project,
......
---
layout: page
title: "Licenses"
root: .
---
## Instructional Material
......
......@@ -59,12 +59,20 @@ collections:
# Set the default layout for things in the episodes collection.
defaults:
- values:
root: ..
root: .
layout: page
- scope:
path: ""
type: episodes
values:
layout: episode
root: ..
- scope:
path: ""
type: extras
values:
root: ..
layout: page
#------------------------------------------------------------
# Jekyll Generic settings (should not need to change).
......
---
layout: page
title: About
---
......
---
layout: page
title: Discussion
---
......
---
layout: page
title: Figures
---
<script>
......
---
layout: page
title: "Instructor Notes"
---
......
---
layout: page
root: .
---
<script>
window.onload = function() {
......
---
layout: lesson
root: .
root: . # Is the only page that don't follow the partner /:path/index.html
permalink: index.html # Is the only page that don't follow the partner /:path/index.html
---
......
---
layout: page
title: Setup
root: .
---
Our lesson template is kept in the [`swcarpentry/styles` repository][styles]. The `styles` repository is carefully curated so that
......
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