Skip to content

Commit 3819637

Browse files
committed
Move articles list to Learn page.
1 parent 75b65e4 commit 3819637

File tree

6 files changed

+20
-98
lines changed

6 files changed

+20
-98
lines changed

Diff for: articles/index.html

-87
This file was deleted.

Diff for: download/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ <h2>Menu</h2>
2424
<li><a href="../download/" class="active">Download</a></li>
2525
<li><a href="../learn/">Learn</a></li>
2626
<li><a href="../projects/">Projects</a></li>
27-
<li><a href="../articles/">Articles</a></li>
2827
</ul>
2928
</nav>
3029
</div>

Diff for: articles/getting-started/index.html renamed to learn/getting-started/index.html

+4-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="utf-8"/>
66
<meta name="viewport" content="width=device-width, initial-scale=1"/>
77

8-
<title>PureScript – Articles</title>
8+
<title>PureScript – Learn - Getting Started with PureScript</title>
99

1010
<link rel="stylesheet" href="../../css/style.css"/>
1111
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:400,300,700"/>
@@ -22,9 +22,8 @@ <h2>Menu</h2>
2222
<ul>
2323
<li><a href="../../">Home</a></li>
2424
<li><a href="../../download/">Download</a></li>
25-
<li><a href="../../learn/">Learn</a></li>
25+
<li><a href="../../learn/ class="active"">Learn</a></li>
2626
<li><a href="../../projects/">Projects</a></li>
27-
<li><a href="../../articles/" class="active">Articles</a></li>
2827
</ul>
2928
</nav>
3029
</div>
@@ -34,7 +33,7 @@ <h2>Menu</h2>
3433

3534
<section>
3635

37-
<h2>Getting Started with PureScript 0.7</h2>
36+
<h2>Getting Started with PureScript</h2>
3837

3938
<p>Welcome to the PureScript community blog! In this first post, I'm going to walk through the basics of getting set up to use the PureScript compiler <code>psc</code>, and its interactive mode <code>psci</code>.</p>
4039
<p>I'll start with the installation of the compiler, go through the basic commands of <code>psc</code> and <code>psci</code>, working towards a solution of problem 1 from <a href="http://projecteuler.net/problem=1">Project Euler</a>.</p>
@@ -199,9 +198,8 @@ <h3 id="conclusion">Conclusion</h3>
199198
<ul>
200199
<li><a href="../../">Home</a></li>
201200
<li><a href="../../download/" class="active">Download</a></li>
202-
<li><a href="../../learn/">Learn</a></li>
201+
<li><a href="../../learn/" class="active">Learn</a></li>
203202
<li><a href="../../projects/">Projects</a></li>
204-
<li><a href="../../articles/" class="active">Articles</a></li>
205203
</ul>
206204
<ul class="external">
207205
<li class="github"><a href="https://github.com/purescript/purescript" title="GitHub">GitHub</a></li>
File renamed without changes.

Diff for: learn/index.html

+16-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ <h2>Menu</h2>
2424
<li><a href="../download/">Download</a></li>
2525
<li><a href="../learn/" class="active">Learn</a></li>
2626
<li><a href="../projects/">Projects</a></li>
27-
<li><a href="../articles/">Articles</a></li>
2827
</ul>
2928
</nav>
3029
</div>
@@ -97,6 +96,22 @@ <h3>Pursuit</h3>
9796

9897
</section>
9998

99+
<section>
100+
101+
<h2>Articles</h2>
102+
103+
<ul class="cards">
104+
<li>
105+
<h3>Getting Started</h3>
106+
<p>How to set up a PureScript development environment and create a simple project.</p>
107+
<div class="link">
108+
<a href="getting-started/">Read</a>
109+
</div>
110+
</li>
111+
</ul>
112+
113+
</section>
114+
100115
<section>
101116

102117
<h2>Talks and slides</h2>
@@ -122,7 +137,6 @@ <h3>Strange Loop 2014</h3>
122137
<li><a href="../download/">Download</a></li>
123138
<li><a href="../learn/" class="active">Learn</a></li>
124139
<li><a href="../projects/">Projects</a></li>
125-
<li><a href="../articles/">Articles</a></li>
126140
</ul>
127141
<ul class="external">
128142
<li class="github"><a href="https://github.com/purescript/purescript" title="GitHub">GitHub</a></li>

Diff for: projects/index.html

-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ <h2>Menu</h2>
2424
<li><a href="../download/">Download</a></li>
2525
<li><a href="../learn/">Learn</a></li>
2626
<li><a href="../projects/" class="active">Projects</a></li>
27-
<li><a href="../articles/">Articles</a></li>
2827
</ul>
2928
</nav>
3029
</div>
@@ -92,7 +91,6 @@ <h3>Task List</h3>
9291
<li><a href="../download/">Download</a></li>
9392
<li><a href="../learn/">Learn</a></li>
9493
<li><a href="../projects/" class="active">Projects</a></li>
95-
<li><a href="../articles/">Articles</a></li>
9694
</ul>
9795
<ul class="external">
9896
<li class="github"><a href="https://github.com/purescript/purescript" title="GitHub">GitHub</a></li>

0 commit comments

Comments
 (0)