Here you should find everything you need from getting started with creating your blog with MDX. We welcome contributions, check out the AniLearn Repo and the style-guides for creating a beautiful blog.
To do this, you need a GitHub account. If you do not have one yet, you can create one for free with an email address and password.
-
Log in to your GitHub Account
-
Visit AniLearn Repo
-
Don't forget to leave a star ⭐️
-
Fork the repository
-
This will take you to the forked repo
-
Choose the blog folder
-
Choose a technology related to the topic of your blog.
-
Create a new file
How to name our blog file?
- No space but you can use "-"
- The name must be lower case
-
Give it a name and start writing your blog
Note You can have a template.mdx and download from here.
-
Scroll to the bottom and commit new file by adding the commit message that starts blog: followed by your file name (for example
[blog]: input.mdx
)You can skip
optional extended message
-
Create a new branch
You can name it whatever you want, I name it
helper
. -
Make pull request
We will review it and if we find it helpful, we will merge it. 😀