You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/site/index.njk
+20-5Lines changed: 20 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,27 @@ layout: layouts/base.njk
19
19
</a>
20
20
<p>Pre-generated assets which are highly portable and may be served from a wide variety of hosting platforms. Elevated by modern developer tooling.</p>
21
21
</section>
22
-
22
+
23
23
<section>
24
+
<h2>Jamstack projects have:</h2>
25
+
<ol>
26
+
<li>
27
+
Ready-to-serve assets
28
+
</li>
29
+
<li>
30
+
Any interactivity provided <em>without a managed server</em>
31
+
</li>
32
+
<li>
33
+
Any interactivity provided by some combination of Javascript and decoupled services via APIs
34
+
</li>
35
+
</ol>
36
+
</section>
24
37
25
-
<h1><aname="why-jamstack">Why Jamstack?</a></h1>
26
-
27
-
<p >
38
+
<section>
39
+
<aname="why-jamstack">
40
+
<h1>Why Jamstack?</h1>
41
+
</a>
42
+
<p>
28
43
A Jamstack architecture can bring all sorts of benefits to the sites and to project workflows. Some of the key benefits are:
29
44
</p>
30
45
</section>
@@ -90,7 +105,7 @@ layout: layouts/base.njk
90
105
91
106
<sectionclass=" mb-16">
92
107
<divclass="md:w-8/12 mx-auto">
93
-
<h2>The Roots of the Jamstack</h2>
108
+
<h2>The Roots of Jamstack</h2>
94
109
<pclass="mt-6 mb-8">
95
110
<ahref="https://www.netlify.com/authors/matt-biilmann/">Matt Biilmann</a> took the concept of Jamstack mainstream with his presentation at Smashing Conf 2016. Watch the quintessential introduction to the Jamstack.
0 commit comments