Skip to content

Commit 5eb0c0c

Browse files
authored
Remove plaintext dupes of names in project pages (ev3dev#173)
* Remove plaintext dupes of names in project pages * Remove second author in project template
1 parent 1fbf708 commit 5eb0c0c

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

docs/tutorials/adding-new-project.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ It should take a second, but when GitHub finishes processing your request you
3737
should be at a page very similar to where you started, except now you are
3838
looking at your own copy.
3939

40-
##Step 2: Setting Up A Preview (Optional)
40+
## Step 2: Setting Up A Preview (Optional)
4141

4242
If you want to be able to preview your new page before you submit it, and you are
4343
willing to add a bit of extra complexity, you can do so by using the `./publish.rb`
@@ -46,7 +46,7 @@ computer and installing ruby. See the ev3dev.github.io [README] for more info.
4646

4747
[README]: https://github.com/ev3dev/ev3dev.github.io#readme
4848

49-
##Step 3: Adding Your Page
49+
## Step 3: Adding Your Page
5050

5151
Now that you have your own copy the site, it's time to create your page. To
5252
start, use the file list and choose the `projects/_posts` folder. Select the
@@ -88,7 +88,7 @@ file" button to save your changes. This is when you should go and preview your
8888
page if you created a `gh-pages` branch earlier.
8989

9090

91-
##Step 4: Submitting Your Changes
91+
## Step 4: Submitting Your Changes
9292

9393
Now that you have made your changes to your copy of the site, you need to
9494
submit your changes for review.

projects/_posts/2014-03-21-Example-Project.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
# Fill out as many of these as you can, and delete the rest.
33
# Text on a line after a "#" is a comment and is ignored for the published page.
44

5-
author: [ "@wasabifan", "The ev3dev Team" ] # The person(s) who created this project.
6-
# Any author that starts with "@" will pull information from github.
5+
author: [ "@wasabifan" ] # your GitHub user name
6+
# or make a list if there is more than one author
7+
# author: [ "@person1", "@person2", "person without GitHub account" ]
8+
79
programming_language: "JavaScript" # The programming language used in this project
810

911
youtube_video_id: rrNaLfE9PWA # The video ID of the YouTube video to be displayed with this post

projects/_posts/2016-02-26-PIX3L-PLOTT3R.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
author: [ "@droidsrobotics", "Sanjay and Arvind Seshan" ]
2+
author: [ "@droidsrobotics" ]
33
programming_language: "Python"
44

55
youtube_video_id: 3YJsQhX7oHM

projects/_posts/2016-03-10-Gamepad-Omnibot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
author: [ "@antonvh", "Anton Vanhoucke" ]
2+
author: [ "@antonvh" ]
33
programming_language: "Python"
44

55
youtube_video_id: AReDOM4fdA0

projects/_posts/2016-06-08-PATHFIND3R.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
author: [ "@okanulas", "Okan Ulas Gezeroglu" ]
2+
author: [ "@okanulas" ]
33
programming_language: "Python"
44

55
youtube_video_id: tg4IwxdkICM

0 commit comments

Comments
 (0)