From 4ccc9e2723563a91bd6006d77318633866776bb1 Mon Sep 17 00:00:00 2001 From: Mike Bifulco Date: Sun, 22 Dec 2024 13:37:32 -0500 Subject: [PATCH] fix: image location --- .../content-creation-workflow-my-writing-process.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/data/posts/content-creation-workflow-my-writing-process.mdx b/src/data/posts/content-creation-workflow-my-writing-process.mdx index c06bfd85..90893e73 100644 --- a/src/data/posts/content-creation-workflow-my-writing-process.mdx +++ b/src/data/posts/content-creation-workflow-my-writing-process.mdx @@ -33,19 +33,19 @@ If the work you're creating is good, you've got a great foundation to stand on. ## How I publish content on my Next.js site with Markdown and MDX +For all content on my site, my authoring workflow looks like this: + +### Write in Markdown A screenshot of my IDE with a Markdown file openwriting new posts looks a whole lot like this.} /> -For all content on my site, my authoring workflow looks like this: - - -### Write in Markdown 1. I write in [Markdown](https://daringfireball.net/projects/markdown/). This makes it easy to write without distraction, and keeps my writing process focused on _what_ I should be saying, rather than how it looks. 1. I create a file for each new post in [the source code for my site](https://github.com/mikebifulco/blog) under the `src/data/newsletters` directory, as a single `.mdx` file with a small amount of frontmatter (title, desctiption, tags, slug, and a cover image). + ### Every article needs a cover image