Skip to content

Commit 65a4fc0

Browse files
author
Armagan Ersoz
committed
rename the workshop
1 parent 741b387 commit 65a4fc0

File tree

20 files changed

+395
-395
lines changed

20 files changed

+395
-395
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ workshopname: "Intro to Javascript"
1818
email: your-email@domain.com
1919
description: > # this means to ignore newlines until "baseurl:"
2020
This is an introductory workshop for Javascript.
21-
baseurl: "/intro-to-js" # the subpath of your site, e.g. /blog
21+
baseurl: "/js-intro-workshop" # the subpath of your site, e.g. /blog
2222
url: "" # the base hostname & protocol for your site, e.g. http://example.com
2323

2424
# Build settings

_site/cheat-sheet.html

+23-23
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<title>Intro to Javascript: JavaScript Cheatsheet</title>
1010
<meta name="description" content="This is an introductory workshop for Javascript.">
1111
<link rel="icon" type="image/x-icon" href="/express-workshop-2/favicon.ico" />
12-
<link rel="stylesheet" href="/intro-to-js/assets/main.css">
12+
<link rel="stylesheet" href="/js-intro-workshop/assets/main.css">
1313
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
14-
<link rel="canonical" href="http://localhost:4000/intro-to-js/cheat-sheet.html">
15-
<link rel="alternate" type="application/rss+xml" title="Node Girls" href="/intro-to-js/feed.xml">
14+
<link rel="canonical" href="http://localhost:4000/js-intro-workshop/cheat-sheet.html">
15+
<link rel="alternate" type="application/rss+xml" title="Node Girls" href="/js-intro-workshop/feed.xml">
1616

1717
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
1818
<script>
@@ -42,7 +42,7 @@
4242
<div class="wrapper">
4343

4444

45-
<a class="site-title" href="/intro-to-js/">Node Girls <small>Intro to Javascript</small></a>
45+
<a class="site-title" href="/js-intro-workshop/">Node Girls <small>Intro to Javascript</small></a>
4646

4747

4848
<nav class="site-nav">
@@ -58,8 +58,8 @@
5858
</label>
5959

6060
<div class="trigger">
61-
<a class="page-link" href="/intro-to-js/">Home</a>
62-
<a class="page-link go-link" href="/intro-to-js/step0/"><i class="fa fa-rocket" aria-hidden="true"></i> Start</a>
61+
<a class="page-link" href="/js-intro-workshop/">Home</a>
62+
<a class="page-link go-link" href="/js-intro-workshop/step0/"><i class="fa fa-rocket" aria-hidden="true"></i> Start</a>
6363
</div>
6464
</nav>
6565

@@ -73,39 +73,39 @@
7373

7474
<div class="step-nav">
7575
<ul class="main">
76-
<li class=""><a href="/intro-to-js/">Home</a></li>
76+
<li class=""><a href="/js-intro-workshop/">Home</a></li>
7777
</ul>
7878

7979
<h3>Part 0 - Getting Started</h3>
8080
<ul>
8181

8282

8383
<li class=''>
84-
<a href="/intro-to-js/step0/">
84+
<a href="/js-intro-workshop/step0/">
8585
0 - Tools of the Trade
8686
</a>
8787
</li>
8888

8989

9090

9191
<li class=''>
92-
<a href="/intro-to-js/step1/">
92+
<a href="/js-intro-workshop/step1/">
9393
1 - Making a webpage
9494
</a>
9595
</li>
9696

9797

9898

9999
<li class=''>
100-
<a href="/intro-to-js/step2/">
100+
<a href="/js-intro-workshop/step2/">
101101
2 - Adding some JavaScript
102102
</a>
103103
</li>
104104

105105

106106

107107
<li class=''>
108-
<a href="/intro-to-js/step3/">
108+
<a href="/js-intro-workshop/step3/">
109109
3 - Congratulations
110110
</a>
111111
</li>
@@ -147,63 +147,63 @@ <h3>Part 1 - Basics</h3>
147147

148148

149149
<li class=''>
150-
<a href="/intro-to-js/step4/">
150+
<a href="/js-intro-workshop/step4/">
151151
4 - Variables
152152
</a>
153153
</li>
154154

155155

156156

157157
<li class=''>
158-
<a href="/intro-to-js/step5/">
158+
<a href="/js-intro-workshop/step5/">
159159
5 - Operators
160160
</a>
161161
</li>
162162

163163

164164

165165
<li class=''>
166-
<a href="/intro-to-js/step6/">
166+
<a href="/js-intro-workshop/step6/">
167167
6 - Functions
168168
</a>
169169
</li>
170170

171171

172172

173173
<li class=''>
174-
<a href="/intro-to-js/step7/">
174+
<a href="/js-intro-workshop/step7/">
175175
7 - Conditional Statements
176176
</a>
177177
</li>
178178

179179

180180

181181
<li class=''>
182-
<a href="/intro-to-js/step8/">
182+
<a href="/js-intro-workshop/step8/">
183183
8 - Arrays
184184
</a>
185185
</li>
186186

187187

188188

189189
<li class=''>
190-
<a href="/intro-to-js/step9/">
190+
<a href="/js-intro-workshop/step9/">
191191
9 - Loops
192192
</a>
193193
</li>
194194

195195

196196

197197
<li class=''>
198-
<a href="/intro-to-js/step10/">
198+
<a href="/js-intro-workshop/step10/">
199199
10 - Exercise: FizzBuzz
200200
</a>
201201
</li>
202202

203203

204204

205205
<li class=''>
206-
<a href="/intro-to-js/step11/">
206+
<a href="/js-intro-workshop/step11/">
207207
11 - Congratulations
208208
</a>
209209
</li>
@@ -244,15 +244,15 @@ <h3>Part 2 - The Browser</h3>
244244

245245

246246
<li class=''>
247-
<a href="/intro-to-js/step12/">
247+
<a href="/js-intro-workshop/step12/">
248248
12 - html
249249
</a>
250250
</li>
251251

252252

253253

254254
<li class=''>
255-
<a href="/intro-to-js/step13/">
255+
<a href="/js-intro-workshop/step13/">
256256
13 - Congratulations
257257
</a>
258258
</li>
@@ -266,8 +266,8 @@ <h3>Part 2 - The Browser</h3>
266266
</ul> -->
267267

268268
<ul class="main">
269-
<!-- <li class=""><a href="/intro-to-js/troubleshooting/">Troubleshooting</a></li> -->
270-
<li class=""><a href="/intro-to-js/journey-continues/">The Journey Continues</a></li>
269+
<!-- <li class=""><a href="/js-intro-workshop/troubleshooting/">Troubleshooting</a></li> -->
270+
<li class=""><a href="/js-intro-workshop/journey-continues/">The Journey Continues</a></li>
271271
</ul>
272272

273273

_site/feed.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.6.0">Jekyll</generator><link href="http://localhost:4000/intro-to-js/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/intro-to-js/" rel="alternate" type="text/html" /><updated>2018-03-04T22:37:17+10:00</updated><id>http://localhost:4000/intro-to-js/</id><title type="html">Node Girls</title><subtitle>This is an introductory workshop for Javascript.
1+
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.6.0">Jekyll</generator><link href="http://localhost:4000/js-intro-workshop/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/js-intro-workshop/" rel="alternate" type="text/html" /><updated>2018-03-04T22:37:17+10:00</updated><id>http://localhost:4000/js-intro-workshop/</id><title type="html">Node Girls</title><subtitle>This is an introductory workshop for Javascript.
22
</subtitle></feed>

_site/index.html

+23-23
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<title>Intro to Javascript: </title>
1010
<meta name="description" content="This is an introductory workshop for Javascript.">
1111
<link rel="icon" type="image/x-icon" href="/express-workshop-2/favicon.ico" />
12-
<link rel="stylesheet" href="/intro-to-js/assets/main.css">
12+
<link rel="stylesheet" href="/js-intro-workshop/assets/main.css">
1313
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
14-
<link rel="canonical" href="http://localhost:4000/intro-to-js/">
15-
<link rel="alternate" type="application/rss+xml" title="Node Girls" href="/intro-to-js/feed.xml">
14+
<link rel="canonical" href="http://localhost:4000/js-intro-workshop/">
15+
<link rel="alternate" type="application/rss+xml" title="Node Girls" href="/js-intro-workshop/feed.xml">
1616

1717
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
1818
<script>
@@ -42,7 +42,7 @@
4242
<div class="wrapper">
4343

4444

45-
<a class="site-title" href="/intro-to-js/">Node Girls <small>Intro to Javascript</small></a>
45+
<a class="site-title" href="/js-intro-workshop/">Node Girls <small>Intro to Javascript</small></a>
4646

4747

4848
<nav class="site-nav">
@@ -58,8 +58,8 @@
5858
</label>
5959

6060
<div class="trigger">
61-
<a class="page-link" href="/intro-to-js/">Home</a>
62-
<a class="page-link go-link" href="/intro-to-js/step0/"><i class="fa fa-rocket" aria-hidden="true"></i> Start</a>
61+
<a class="page-link" href="/js-intro-workshop/">Home</a>
62+
<a class="page-link go-link" href="/js-intro-workshop/step0/"><i class="fa fa-rocket" aria-hidden="true"></i> Start</a>
6363
</div>
6464
</nav>
6565

@@ -73,39 +73,39 @@
7373

7474
<div class="step-nav">
7575
<ul class="main">
76-
<li class="active"><a href="/intro-to-js/">Home</a></li>
76+
<li class="active"><a href="/js-intro-workshop/">Home</a></li>
7777
</ul>
7878

7979
<h3>Part 0 - Getting Started</h3>
8080
<ul>
8181

8282

8383
<li class=''>
84-
<a href="/intro-to-js/step0/">
84+
<a href="/js-intro-workshop/step0/">
8585
0 - Tools of the Trade
8686
</a>
8787
</li>
8888

8989

9090

9191
<li class=''>
92-
<a href="/intro-to-js/step1/">
92+
<a href="/js-intro-workshop/step1/">
9393
1 - Making a webpage
9494
</a>
9595
</li>
9696

9797

9898

9999
<li class=''>
100-
<a href="/intro-to-js/step2/">
100+
<a href="/js-intro-workshop/step2/">
101101
2 - Adding some JavaScript
102102
</a>
103103
</li>
104104

105105

106106

107107
<li class=''>
108-
<a href="/intro-to-js/step3/">
108+
<a href="/js-intro-workshop/step3/">
109109
3 - Congratulations
110110
</a>
111111
</li>
@@ -147,63 +147,63 @@ <h3>Part 1 - Basics</h3>
147147

148148

149149
<li class=''>
150-
<a href="/intro-to-js/step4/">
150+
<a href="/js-intro-workshop/step4/">
151151
4 - Variables
152152
</a>
153153
</li>
154154

155155

156156

157157
<li class=''>
158-
<a href="/intro-to-js/step5/">
158+
<a href="/js-intro-workshop/step5/">
159159
5 - Operators
160160
</a>
161161
</li>
162162

163163

164164

165165
<li class=''>
166-
<a href="/intro-to-js/step6/">
166+
<a href="/js-intro-workshop/step6/">
167167
6 - Functions
168168
</a>
169169
</li>
170170

171171

172172

173173
<li class=''>
174-
<a href="/intro-to-js/step7/">
174+
<a href="/js-intro-workshop/step7/">
175175
7 - Conditional Statements
176176
</a>
177177
</li>
178178

179179

180180

181181
<li class=''>
182-
<a href="/intro-to-js/step8/">
182+
<a href="/js-intro-workshop/step8/">
183183
8 - Arrays
184184
</a>
185185
</li>
186186

187187

188188

189189
<li class=''>
190-
<a href="/intro-to-js/step9/">
190+
<a href="/js-intro-workshop/step9/">
191191
9 - Loops
192192
</a>
193193
</li>
194194

195195

196196

197197
<li class=''>
198-
<a href="/intro-to-js/step10/">
198+
<a href="/js-intro-workshop/step10/">
199199
10 - Exercise: FizzBuzz
200200
</a>
201201
</li>
202202

203203

204204

205205
<li class=''>
206-
<a href="/intro-to-js/step11/">
206+
<a href="/js-intro-workshop/step11/">
207207
11 - Congratulations
208208
</a>
209209
</li>
@@ -244,15 +244,15 @@ <h3>Part 2 - The Browser</h3>
244244

245245

246246
<li class=''>
247-
<a href="/intro-to-js/step12/">
247+
<a href="/js-intro-workshop/step12/">
248248
12 - html
249249
</a>
250250
</li>
251251

252252

253253

254254
<li class=''>
255-
<a href="/intro-to-js/step13/">
255+
<a href="/js-intro-workshop/step13/">
256256
13 - Congratulations
257257
</a>
258258
</li>
@@ -266,8 +266,8 @@ <h3>Part 2 - The Browser</h3>
266266
</ul> -->
267267

268268
<ul class="main">
269-
<!-- <li class=""><a href="/intro-to-js/troubleshooting/">Troubleshooting</a></li> -->
270-
<li class=""><a href="/intro-to-js/journey-continues/">The Journey Continues</a></li>
269+
<!-- <li class=""><a href="/js-intro-workshop/troubleshooting/">Troubleshooting</a></li> -->
270+
<li class=""><a href="/js-intro-workshop/journey-continues/">The Journey Continues</a></li>
271271
</ul>
272272

273273

0 commit comments

Comments
 (0)