You can add section titles to your blog post using the BlogSectionTitle component.
This is a blog paragraph. Create a new one every time you want to add a new paragraph to your blog post.
You can add links to your blog post using a BlogLink component.
Rachel Hu presents at KDD 2024
You can add images to your blog post using the BlogImage component. Make sure to include the image in the public/images/solutions
directory and reference it using the src
prop. You also need to include an alt
prop for accessibility. Optionally, you can add a subtitle
You can add videos to your blog post using the BlogVideo component. Just include the video URL in the src
prop.
You can add lists to your blog post using the BlogList component. You can make them ordered or unordered. You can also add an optional label to each list item.
Here's an unordered list:
And here's an ordered list:
And that's it! Happy blogging 😊