Skip to content

Commit e347a1a

Browse files
author
Phil Hawksworth
committed
Updated glossary and minor definition styling
1 parent 06e6ea8 commit e347a1a

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

src/site/_data/glossary.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,11 @@
106106

107107
- term: 'Jamstack'
108108
id: 'jamstack'
109-
summary: 'A way of thinking about how to build for the web. The UI is compiled, the frontend is decoupled, and data is pulled in as needed.'
110-
definition: 'A way of thinking about how to build for the web. The UI is [compiled](/glossary/pre-render), the frontend is [decoupled](/glossary/decoupling), and data is pulled in as needed.'
109+
summary: Jamstack is an architectural approach that decouples the web experience layer from data and business logic, improving flexibility, scalability, performance, and maintainability.'
110+
definition: 'Jamstack is an architectural approach that [decouples](/glossary/decoupling) the web experience layer from data and business logic, improving flexibility, scalability, performance, and maintainability. Jamstack removes the need for business logic to dictate the web experience.
111+
112+
113+
It enables a composable architecture for the web where custom logic and 3rd party services are consumed through [APIs](/glossary/api).'
111114

112115
- term: 'Monolith'
113116
id: 'monolith'

src/site/index.njk

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,19 @@ layout: layouts/base.njk
1414

1515
<section class="relative p-10 mb-16">
1616
<div class="p-2 rounded-lg bg-gradient-jams" w-full>
17-
<div class="flex flex-col bg-blue-900 p-10">
17+
<div class="flex flex-col bg-blue-900 p-10 text-xl">
1818
<a class="border-b-0" name="what-is-jamstack">
1919
<h1>What is <span class="font-extrabold text-transparent bg-clip-text bg-gradient-jams">Jamstack</span>?</h1>
2020
</a>
21-
22-
<p>Jamstack is an architectural approach that decouples the web experience layer from data and business logic, improving flexibility, scalability, performance, and maintainability. Jamstack removes the need for business logic to dictate the web experience. It enables a composable architecture for the web where custom logic and 3rd party services are consumed through APIs.</p>
21+
<p>
22+
Jamstack is an architectural approach that decouples the web experience layer from data and business logic, improving flexibility, scalability, performance, and maintainability.
23+
</p>
24+
<p>
25+
Jamstack removes the need for business logic to dictate the web experience.
26+
</p>
27+
<p>
28+
It enables a composable architecture for the web where custom logic and 3rd party services are consumed through APIs.</p>
29+
</p>
2330
</div>
2431
</div>
2532
</section>
@@ -56,4 +63,4 @@ layout: layouts/base.njk
5663
</div>
5764
<a href="/resources/" class="cta">See more videos and resources</a>
5865
</div>
59-
</section>
66+
</section>

0 commit comments

Comments
 (0)