Creating your first post
Create your author profile
The first step before writing your own blog post is to create your author profile under blog/authors.yml
, complete your profile with the following format:
{tag_name}:
name: {author name}
url: {url to author profile}
image_url: {image profile}
page: true
socials:
{socials}: {social links/username}
Start writing your blog post
After creating your author profile, you can start writing your own blog post:
- Create a folder with the format {yyyy-mm-dd-title} under
blog/
- Create an
attachments
folder in the folder if necessary - Create a
index.md
file in the folder (use template), and start writing!
There are also other alternatives:
- If you don't need attachments, you can create the blog post directly in the folder, but it is recommended to create your blog post inside a folder
- If you need an interactive post, you can use
.mdx
files for your blog post, that can interact with user using JSX directly in the file - You can also add tags in the
blog/tags.yml
file if you need, it is recommended to create your own tag or use tags relevant to your topic