Commit d5491970 authored by Raniere Silva's avatar Raniere Silva
Browse files

Add "Offline" Capable

parent 0f19db66
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
---
layout: page
title: "Contributor Code of Conduct"
permalink: /conduct/
---
As contributors and maintainers of this project,
we pledge to respect all people who contribute through reporting issues,
+0 −1
Original line number Diff line number Diff line
---
layout: page
title: "Licenses"
permalink: /license/
---
## Instructional Material

+7 −2
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ pre_survey: "https://www.surveymonkey.com/r/swc_pre_workshop_v1?workshop_id="
post_survey: "https://www.surveymonkey.com/r/swc_post_workshop_v1?workshop_id="

#------------------------------------------------------------
# Generic settings (should not need to change).
# Lesson Generic settings (should not need to change).
#------------------------------------------------------------

# What kind of thing is this ("workshop" or "lesson")?
@@ -50,9 +50,10 @@ start_time: 0
collections:
  episodes:
    output: true
    permalink: /:path/
    permalink: /:path/index.html
  extras:
    output: true
    permalink: /:path/index.html

# Set the default layout for things in the episodes collection.
defaults:
@@ -64,6 +65,10 @@ defaults:
    values:
      layout: episode

#------------------------------------------------------------
# Jekyll Generic settings (should not need to change).
#------------------------------------------------------------

# Files and directories that are not to be copied.
exclude:
  - Makefile
+0 −1
Original line number Diff line number Diff line
---
layout: page
title: About
permalink: /about/
---
{% include carpentries.html %}
+0 −1
Original line number Diff line number Diff line
---
layout: page
title: Discussion
permalink: /discuss/
---
Readers may be interested in:

Loading