Skip to content

Commit

Permalink
Changed urls and paths to lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
mikakruschel authored Oct 28, 2019
1 parent e9634fe commit 90630ad
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

To contribute your remixed version of the tree.

1. Add a folder in the Code directory with your sketch. Must have an index.html containing your sketch. You can also duplicate the `Original` and modify it.
1. Add a folder in the Code directory with your sketch. Must have an index.html containing your sketch. You can also duplicate the `original` and modify it.

2. Then add to index.md under sketches with the following format.

Expand All @@ -18,7 +18,7 @@ sketches:
- name: "Whatever you want to name it."
description: "A brief description this is optional."
creator: "Your name."
url: "DirectoryName" # This has to be the exact directory name that you created under Code.
url: "directoryName" # This has to be the exact directory name that you created under /code.
```

3. Create a pull request with the your changes.
4 changes: 2 additions & 2 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ <h3>{{sketch.name}}</h3>
{% endif %}
</div>
<div class="four columns mt-1">
<a class="button u-pull-right" href="Code/{{ sketch.url | default: '#' }}">Check it out!</a>
<a class="button u-pull-right" href="https://github.com/CodingTrain/TeamTrees/tree/master/Code/{{ sketch.url | default: '#' }}">Source Code</a>
<a class="button u-pull-right" href="code/{{ sketch.url | default: '#' }}">Check it out!</a>
<a class="button u-pull-right" href="https://github.com/CodingTrain/teamtrees/tree/master/code/{{ sketch.url | default: '#' }}">Source Code</a>
</div>
</div>
</li>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ layout: home
title: Home

sketches:
- name: "Original"
- name: "Original Tree"
description: "Code from the live stream!"
creator: "The Coding Train"
url: "Original"
url: "original"
---

This is a site a site based around The Coding Train's \#TeamTrees live stream. <a href="https://www.youtube.com/watch?v=HhceJ5xxl-4">Here is a link</a> to the original live stream. Below you will find the original code from that stream as well as community created remixes. For more information on \#TeamTrees you can go to <a href="https://teamtrees.org/">teamtrees.org</a>. Learn how to contribute your code <a href="https://github.com/CodingTrain/TeamTrees">here</a>!
This is a site a site based around The Coding Train's \#TeamTrees live stream. <a href="https://www.youtube.com/watch?v=HhceJ5xxl-4">Here is a link</a> to the original live stream. Below you will find the original code from that stream as well as community created remixes. For more information on \#TeamTrees you can go to <a href="https://teamtrees.org/">teamtrees.org</a>. Learn how to contribute your code <a href="https://github.com/CodingTrain/teamtrees">here</a>!

0 comments on commit 90630ad

Please sign in to comment.