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: _TODO.md
+1-40Lines changed: 1 addition & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,49 +101,10 @@ The /tags route is really just the /articles route but better. We should redirec
101
101
102
102
## Content Instructions
103
103
104
-
building-with-astro
105
-
typescript-best-practices
106
-
useful-vs-code-extensions
107
-
writing-library-code
104
+
108
105
109
106
We have generated detailed outlines for each of the MDX proposed articles we have in src/content/articles. It's time to write our articles. Review ./CONTENT.md for the goals and voice to use in our website. Each outline includes various components we use on our site that can be incorporated into the final article but do not have to be included if they don't fit into the content well or are excessive.
110
107
111
108
Act as a principal software engineer. Your goal is to write a detailed technical article based on the provided outline. Context: The target audience is Senior DevOps and infrastructure Engineers. The tone should be authoritative, professional, and concise, avoiding fluff or filler words. Think step-by-step before writing to improve the accuracy of technical explanations. Use a friendly first-person voice. Anything that reads like generic marketing copy is not what we want but we still want the effect of being "real" and approachable - try not to sound like technical documentation. We want to show empathy for our readers.
112
109
113
110
Let's work through each article section by section based on the H2 headers in the outline. If the section looks good as-is, I'll just type "ok" so you know to continue to the next section.
Each of our the index.mdx files in our articles folders in src/content/articles has some content that I want to copy into COVERS.md, and some content that I want to cut and remove from the index.mdx file and past into COVERS.md. I've done the first one (src/content/articles/alert-fatigue-reduction-triage-actionable-alerts/index.mdx) so you can see what it should look like.
128
-
129
-
Ignore the following four folders in src/content/articles: building-with-astro, demo, typescript-best-practices, useful-vs-code-extensions, and writing-library-code.
130
-
131
-
1. Copy the folder name to an H2 heading in COVERS.md, for example:
2. Copy the "title" key and its value from the index.mdx file and paste it into COVERS.md, for example:
136
-
137
-
title: "Alert Fatigue: From 200 Alerts to 5 Pages"
138
-
139
-
3. Cut and remove the content at the bottom of each article index.mdx file that begins with a markdown HR and includes its H2 header and the five H3 headers for prompts. The starting text looks like:
140
-
141
-
---
142
-
143
-
## Cover Prompt
144
-
145
-
### Prompt 1: [...]
146
-
147
-
4. Delete the HR and the H2 labeled "Cover Prompt" in the COVERS.md file, so that the five H3 "Prompt" headings begin directly below the H2 heading with the directory folder name.
148
-
149
-
5. Make sure the index.mdx ends with a single blank line and has the "Cover Prompt" text with its related HR markdown element and H3 headings and paragraph text removed.
Copy file name to clipboardExpand all lines: src/content/articles/building-with-astro/index.mdx
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,3 +69,22 @@ const title = "My First Astro Page"
69
69
## Conclusion
70
70
71
71
Astro provides a powerful foundation for building fast, modern websites. Its component-based architecture and performance optimizations make it an excellent choice for content-focused sites.
72
+
73
+
---
74
+
75
+
## Cover Image Prompts
76
+
77
+
### Prompt 1: Rocket Ship Made of Web Components
78
+
Stylized illustration of a sleek rocket ship assembled from modular UI components—buttons, cards, navigation bars forming the hull and fins. The rocket launches upward leaving a trail of HTML, CSS, and JavaScript symbols. Clean, modern tech aesthetic with purple and orange gradient background.
79
+
80
+
### Prompt 2: Island Architecture Visualization
81
+
Aerial view of a tropical ocean with scattered islands, each island glowing with different colors representing different frameworks (React blue, Vue green, Svelte orange). The islands are connected by subtle dotted lines showing interoperability. The water between islands is calm and minimal, representing zero JavaScript by default.
82
+
83
+
### Prompt 3: Speed Benchmark Abstract
84
+
Abstract data visualization showing a performance graph with Astro's line dramatically outperforming others—rendered as light trails or motion blur. The fastest line (Astro) is crisp and bright while slower alternatives fade into blur. Dark background with neon accents, futuristic dashboard aesthetic.
85
+
86
+
### Prompt 4: Static Site Generator Assembly Line
87
+
Isometric illustration of a factory assembly line where raw content (markdown files, images) enters one end and polished, optimized web pages emerge from the other. Robotic arms represent build optimizations—image compression, CSS bundling, HTML minification. Clean, playful industrial design.
88
+
89
+
### Prompt 5: Constellation of Web Technologies
90
+
Cosmic scene showing Astro as a central bright star with orbiting planets representing React, Vue, Svelte, and other frameworks. Connecting lines form constellation patterns. The composition suggests harmony and integration. Deep space background with nebula colors in purple and blue.
0 commit comments