Skip to content

Commit 0ca937f

Browse files
committed
Updated all img tags to use Astro Image
Added blog images and reformated Image containers Updated Astro blog post Update about page Added Astro project
1 parent e34165d commit 0ca937f

16 files changed

+106
-51
lines changed
7.02 MB
Loading
438 KB
Loading
694 KB
Loading
5.65 MB
Loading

public/assets/HighPerformance.png

1.35 MB
Loading
1.39 MB
Loading

public/assets/ReverseProxy.png

1.54 MB
Loading
498 KB
Loading

src/content/blog/building-high-performance-client-editable-sites.mdx

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,32 @@
11
---
22
title: "Building High-Performance, Client-Editable Sites Without Compromise"
3-
date: "2025-08-26"
4-
summary: "For small and medium businesses, the balance between performance and content flexibility is notoriously hard to strike. Traditional CMS-driven sites often come bloated and slow, while many 'headless' setups are overengineered or too rigid for clients who just want to swap out a photo or update some text."
3+
date: "2025-09-17"
4+
summary: "Most small business sites are either slow WordPress installs or rigid headless CMS builds. I wanted something fast, editable, and modern — so I built it with Astro + Contentful."
55
tags: ["Astro", "Performance", "CMS", "Web Development", "SMB", "Contentful"]
66
featured: true
77
readTime: 8
8-
image: "/assets/og-default.png"
8+
image: "/assets/HighPerformance.png"
99
---
1010

11+
Most small business sites are either slow WordPress installs or rigid headless
12+
CMS builds. I wanted something fast, editable, and modern — so I built it with
13+
Astro + Contentful.
14+
1115
For small and medium businesses, the balance between performance and content flexibility is notoriously hard to strike. Traditional CMS-driven sites often come bloated and slow, while many "headless" setups are overengineered or too rigid for clients who just want to swap out a photo or update some text.
1216

1317
So I built a stack that solves that.
1418

1519
**_The goal:_** create modern, lightning-fast websites with developer-grade architecture that still empower non-technical users to control their content.
1620

21+
<div style="text-align: center;">
22+
<img
23+
src="/assets/AstroDemoContent/BlogDemo-Astro.gif"
24+
alt="Astro Site Demo"
25+
style="max-width: 100%; height: auto;"
26+
/>
27+
</div>
28+
<br />
29+
1730
## 🛠️ The Stack
1831

1932
- **Astro** – For static site generation and partial hydration. Astro allows me to ship less JavaScript by default, which keeps load times fast and lighthouse scores in the 90s+ without breaking a sweat.
@@ -42,6 +55,11 @@ If you're a developer or freelancer looking to offer high-performance, client-ed
4255

4356
👉 **[GitHub Repo – Astro/Contentful Starter](https://github.com/djmartin2019/Astro-Contentful-Starter-Project)**
4457

58+
The full starter template is open-sourced here. If you're curious about building high-performance client-editable sites, give it a try — or DM me if you'd like a walkthrough.
59+
4560
---
4661

47-
This isn't about selling a trend—it's about delivering performance and control to the businesses that need it most. No compromises, no bloated backends, no unnecessary client dependencies. Just clean, modern web architecture that works.
62+
<br />
63+
This isn't about selling a trend—it's about delivering performance and control to
64+
the businesses that need it most. No compromises, no bloated backends, no unnecessary
65+
client dependencies. Just clean, modern web architecture that works.

src/content/blog/move-fast-or-well.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ summary: "You can ship a full-stack app with auth and CRUD in a day—cool story
55
tags: ["MVP", "Business", "Development", "Professional Development"]
66
featured: true
77
readTime: 7
8-
image: "/assets/og-default.png"
8+
image: "/assets/MVPIndustrialComplex.png"
99
---
1010

1111
> **TL;DR**

0 commit comments

Comments
 (0)