Skip to content

Commit

Permalink
fix: image location
Browse files Browse the repository at this point in the history
  • Loading branch information
mbifulco committed Dec 22, 2024
1 parent 441ba3f commit 4ccc9e2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
<Image
publicId="posts/content-creation-workflow-my-writing-process/writing-screenshot"
alt="A screenshot of my IDE with a Markdown file open"
caption={<span>writing new posts looks a whole lot like <a href="https://mikebifulco.com/posts/self-healing-urls-nextjs-seo">this</a>.</span>}
/>

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

<Image
Expand Down

0 comments on commit 4ccc9e2

Please sign in to comment.