My first Posts testing markdoc with keystatic

Well, well, well. Here we go testing markdoc™ + keystatic CMS on Astro framework with Tailwind CSS styling.


Book Icon

Hello World here is some code

test.ts
export const cms = "another";
export const cms = "keystatic";
main.ts
export const cms = "keystatic";

You can edit this page in the Admin UI, or directly in your IDE at src/content/posts/first-post.mdoc.

-export const cms = "another";
+export const cms = "keystatic";
console.log("Yellow World");

How you doin'?

Joe Tribianni

print("Hello World!")