Skip to content

Commit 2e0cf15

Browse files
committed
-
1 parent e20df24 commit 2e0cf15

File tree

6 files changed

+40
-38
lines changed

6 files changed

+40
-38
lines changed

.DS_Store

0 Bytes
Binary file not shown.

_config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
title: CoderBot - An open, programmable robot
33
44
description: > # this means to ignore newlines until "baseurl:"
5-
CoderBot is an open source, raspberry pi robot specialized in teaching kids the basic of robotics and coding.
5+
CoderBot is an open source, raspberry pi robot specialized in teaching kids the basics of robotics and coding.
66
baseurl: "" # the subpath of your site, e.g. /blog/
77
url: "http://coderbot.org" # the base hostname & protocol for your site
88
twitter_username: coderbotorg
99
facebook_page: coderbot
10-
github_username: previ
10+
github_username: coderbotorg
11+
gplus_username: CoderBotOrgPage
12+
youtube_username: coderbot
1113

1214
# Build settings
1315
markdown: kramdown

en/contact.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ <h3>Contact Details</h3>
2626
</p>
2727
<ul class="list-unstyled list-inline list-social-icons list-social-icon-size">
2828
<li>
29-
<a href="https://github.com/CoderBotOrg" target="new"><i class="fa fa-github-square fa-2x"></i></a>
29+
<a href="https://github.com/{{github_username}}" target="new"><i class="fa fa-github-square fa-2x"></i></a>
30+
</li>
31+
<li>
32+
<a href="http://www.facebook.com/{{facebook_username}}" target="new"><i class="fa fa-facebook-square fa-2x"></i></a>
33+
</li>
34+
<li>
35+
<a href="http://twitter.com/{{twitter_username}}" target="new"><i class="fa fa-twitter-square fa-2x"></i></a>
36+
</li>
37+
<li>
38+
<a href="https://plus.google.com/+{{gplus_username}}" target="new"><i class="fa fa-google-plus-square fa-2x"></i></a>
39+
</li>
40+
<li>
41+
<a href="https://www.youtube.com/user/{{youtube_username}}" target="new"><i class="fa fa-youtube-square fa-2x"></i></a>
3042
</li>
31-
<li>
32-
<a href="http://www.facebook.com/coderbot" target="new"><i class="fa fa-facebook-square fa-2x"></i></a>
33-
</li>
34-
<li>
35-
<a href="http://twitter.com/coderbotorg" target="new"><i class="fa fa-twitter-square fa-2x"></i></a>
36-
</li>
37-
<li>
38-
<a href="https://plus.google.com/100258377718556176811" target="new"><i class="fa fa-google-plus-square fa-2x"></i></a>
39-
</li>
40-
<li>
41-
<a href="https://www.youtube.com/channel/UCw7SHwErtQadw4Gafe1xPVg" target="new"><i class="fa fa-youtube-square fa-2x"></i></a>
42-
</li>
4343
</ul>
4444
</div>
4545
</div>

en/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,19 +161,19 @@ <h4><i class="fa fa-fw fa-check"></i> Sound and speech synthesis</h4>
161161
<p>Follow CoderBot on:</p>
162162
<ul class="list-unstyled list-inline list-social-icons list-social-icon-size">
163163
<li>
164-
<a href="https://github.com/CoderBotOrg" target="new"><i class="fa fa-github-square fa-2x"></i></a>
164+
<a href="https://github.com/{{github_username}}" target="new"><i class="fa fa-github-square fa-2x"></i></a>
165165
</li>
166166
<li>
167-
<a href="http://www.facebook.com/coderbot" target="new"><i class="fa fa-facebook-square fa-2x"></i></a>
167+
<a href="http://www.facebook.com/{{facebook_username}}" target="new"><i class="fa fa-facebook-square fa-2x"></i></a>
168168
</li>
169169
<li>
170-
<a href="http://twitter.com/coderbotorg" target="new"><i class="fa fa-twitter-square fa-2x"></i></a>
170+
<a href="http://twitter.com/{{twitter_username}}" target="new"><i class="fa fa-twitter-square fa-2x"></i></a>
171171
</li>
172172
<li>
173-
<a href="https://plus.google.com/100258377718556176811" target="new"><i class="fa fa-google-plus-square fa-2x"></i></a>
173+
<a href="https://plus.google.com/+{{gplus_username}}" target="new"><i class="fa fa-google-plus-square fa-2x"></i></a>
174174
</li>
175175
<li>
176-
<a href="https://www.youtube.com/channel/UCw7SHwErtQadw4Gafe1xPVg" target="new"><i class="fa fa-youtube-square fa-2x"></i></a>
176+
<a href="https://www.youtube.com/user/{{youtube_username}}" target="new"><i class="fa fa-youtube-square fa-2x"></i></a>
177177
</li>
178178
</ul>
179179
</div>

it/contact.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ <h3>Contatta CoderBot</h3>
2626
</p>
2727
<ul class="list-unstyled list-inline list-social-icons list-social-icon-size">
2828
<li>
29-
<a href="https://github.com/CoderBotOrg" target="new"><i class="fa fa-github-square fa-2x"></i></a>
29+
<a href="https://github.com/{{github_username}}" target="new"><i class="fa fa-github-square fa-2x"></i></a>
30+
</li>
31+
<li>
32+
<a href="http://www.facebook.com/{{facebook_username}}" target="new"><i class="fa fa-facebook-square fa-2x"></i></a>
33+
</li>
34+
<li>
35+
<a href="http://twitter.com/{{twitter_username}}" target="new"><i class="fa fa-twitter-square fa-2x"></i></a>
36+
</li>
37+
<li>
38+
<a href="https://plus.google.com/+{{gplus_username}}" target="new"><i class="fa fa-google-plus-square fa-2x"></i></a>
39+
</li>
40+
<li>
41+
<a href="https://www.youtube.com/user/{{youtube_username}}" target="new"><i class="fa fa-youtube-square fa-2x"></i></a>
3042
</li>
31-
<li>
32-
<a href="http://www.facebook.com/coderbot" target="new"><i class="fa fa-facebook-square fa-2x"></i></a>
33-
</li>
34-
<li>
35-
<a href="http://twitter.com/coderbotorg" target="new"><i class="fa fa-twitter-square fa-2x"></i></a>
36-
</li>
37-
<li>
38-
<a href="https://plus.google.com/100258377718556176811" target="new"><i class="fa fa-google-plus-square fa-2x"></i></a>
39-
</li>
40-
<li>
41-
<a href="https://www.youtube.com/channel/UCw7SHwErtQadw4Gafe1xPVg" target="new"><i class="fa fa-youtube-square fa-2x"></i></a>
42-
</li>
4343
</ul>
4444
</div>
4545
</div>

it/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -185,19 +185,19 @@ <h2 class="page-header">CoderBot Features</h2>
185185
<p>Segui CoderBot su:</p>
186186
<ul class="list-unstyled list-inline list-social-icons list-social-icon-size">
187187
<li>
188-
<a href="https://github.com/CoderBotOrg" target="new"><i class="fa fa-github-square fa-2x"></i></a>
188+
<a href="https://github.com/{{github_username}}" target="new"><i class="fa fa-github-square fa-2x"></i></a>
189189
</li>
190190
<li>
191-
<a href="http://www.facebook.com/coderbot" target="new"><i class="fa fa-facebook-square fa-2x"></i></a>
191+
<a href="http://www.facebook.com/{{facebook_username}}" target="new"><i class="fa fa-facebook-square fa-2x"></i></a>
192192
</li>
193193
<li>
194-
<a href="http://twitter.com/coderbotorg" target="new"><i class="fa fa-twitter-square fa-2x"></i></a>
194+
<a href="http://twitter.com/{{twitter_username}}" target="new"><i class="fa fa-twitter-square fa-2x"></i></a>
195195
</li>
196196
<li>
197-
<a href="https://plus.google.com/100258377718556176811" target="new"><i class="fa fa-google-plus-square fa-2x"></i></a>
197+
<a href="https://plus.google.com/+{{gplus_username}}" target="new"><i class="fa fa-google-plus-square fa-2x"></i></a>
198198
</li>
199199
<li>
200-
<a href="https://www.youtube.com/channel/UCw7SHwErtQadw4Gafe1xPVg" target="new"><i class="fa fa-youtube-square fa-2x"></i></a>
200+
<a href="https://www.youtube.com/user/{{youtube_username}}" target="new"><i class="fa fa-youtube-square fa-2x"></i></a>
201201
</li>
202202
</ul>
203203
</div>

0 commit comments

Comments
 (0)