Skip to content

Commit

Permalink
Provide descriptions for most pages
Browse files Browse the repository at this point in the history
  • Loading branch information
rradczewski committed Jul 28, 2020
1 parent 879a846 commit e7162cf
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 7 deletions.
5 changes: 2 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ title: Coderetreat
tagline: A free community event to practice professional software development
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
An open workshop format to practice the fundamentals of software engineering.
Learn more about the workshop format, where the next event takes place or how to host your own coderetreat!
A free community event to practice professional software development
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://www.coderetreat.org/" # the base hostname & protocol for your site, e.g. http://example.com
url: "https://www.coderetreat.org" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: coderetreat

# SEO Tags
Expand Down
2 changes: 1 addition & 1 deletion facilitators/facilitation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ toc: true
comments: true
audience: facilitators
title: Facilitation Guide
intro: This page outlines what the structure of a Coderetreat day should look like, as well as tips for effective facilitation.
description: This guide outlines what the structure of a Coderetreat day should look like, as well as tips for effective facilitation.
---

# Overview
Expand Down
1 change: 1 addition & 0 deletions facilitators/gameoflife.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
comments: true
audience: facilitators
title: Conway's Game of Life
description: The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970.
---
<h1 class="display-1">Game Of Life</h1>
<div class="ratio-16-9 my-5">
Expand Down
1 change: 1 addition & 0 deletions facilitators/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: base
title: For facilitators
audience: facilitators
description: Hundreds of volunteers organize a coderetreat in their community each year. Join us!
---

<div
Expand Down
2 changes: 1 addition & 1 deletion facilitators/remote.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ comments: true
toc: true
audience: facilitators
title: Remote Tips
intro: The world has changed, and so has Coderetreat. With a lot of events going remote this year, we want to provide you with some guidance on how a remote Coderetreat works.
description: The world has changed, and so has Coderetreat. With a lot of events going remote this year, we want to provide you with some guidance on how a remote Coderetreat works.
---

# Facilitation Advice
Expand Down
4 changes: 4 additions & 0 deletions facilitators/training-sessions.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
title: Training Sessions
comments: true
audience: facilitators
description: |
Running a coderetreat is a challenging, but rewarding endeavour.
We're here to help you to make sure your coderetreat is an
inspiring, inclusive and exciting event.
---

<div class="bg-primary text-dark py-5">
Expand Down
1 change: 1 addition & 0 deletions getting-started/guides.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: base
audience: participants
title: Setup Guides
description: Setting up a modern development environment is difficult. Check out our guides on how to get your device ready for a coderetreat!
---

<div id="guides"></div>
Expand Down
2 changes: 1 addition & 1 deletion getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: guide
title: Getting Started
audience: participants
intro: |
description: |
It doesn't take much to join a coderetreat, not even necessarily bringing your own computer. We'll try to cover some frequently asked questions here and provide you with everything you need for your first coderetreat!
---
## Why should I care?
Expand Down
4 changes: 4 additions & 0 deletions globalday/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
title: Global Day Of Coderetreat
audience: participants
extraStyles: ["/js/bundled/map.css"]
description: |
Global Day Of Coderetreat is a community event happening on November 6 - November 7 2020.
Join this year and practice your skills, embrace new paradigms and get to meet new people
from all over the world!
---
<div class="jumbotron jumbotron-fluid m-0 p-0">
<div class="w-100" style="max-height: 500px; height: 500px; position: relative; z-index: 0" id="map">
Expand Down
2 changes: 1 addition & 1 deletion the-workshop/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: guide
title: The Workshop
audience: participants
toc: true
intro: |
description: |
Coderetreat is a pattern for deliberate practice of software development. We create a safe-to-fail environment free from the pressures of software delivery. Participants learn through working with each other, developing their habits for Test-Driven Development, XP practices, new languages, communication skills, and mentoring.
---

Expand Down

0 comments on commit e7162cf

Please sign in to comment.