Open
Description
Create Your Own Blog About Web5 (5)
🚀 Goal
Create your own blog post about Web5 and have it featured on our site by adding your content directly to our repository.
🤔 Background
This issue focuses on spreading more awareness about Web5. Your contributions will help to share knowledge across the web and with our community!
🤝 How You Can Contribute
Follow the steps below to contribute your content directly to our repository.
🔑 Tasks and Acceptance Criteria
❗You must only assign yourself one task at a time to give everyone a chance to participate.❗
You may assign yourself another task after your current one is reviewed and accepted.
- You must host your content on your own website or channel.
- The content submitted for this task can be cross-posted across other platforms, however it will only count towards one content task. You may not reuse your content submitted for this task to get points for another task unless there are significant changes (like adding 30 seconds of extra content on YouTube).
- Add your content information directly to the
site/src/externalContributors.json
file in the repository. - Save your image in the
site/static/image/external-contributor/
directory, ensuring the image is in a 16:9 ratio. - Create a pull request with your changes for review.
- Link your submitted PR in a comment here to count towards Hacktoberfest.
Your contribution in externalContributors.json
must include:
- Type: Video, Blog, Social (please choose the appropriate one)
- Thumbnail: the path to your image, e.g.,
/img/external-contributor/yourimage.png
- Title: the title of your content
- Link: a direct link to your content
- Your name
Here’s an example of the JSON format to follow:
[
{
"type": "blog",
"thumbnail": "/img/external-contributor/yourimage.png",
"title": "Exploring Web5",
"link": "https://linktoyourcontent.com/web5-post",
"contributor": "Your Name"
}
]
Available type
options:
- Video
- Blog
- Social
🌟 Resources
- https://www.youtube.com/watch?v=KgZYtsj9-V0
- https://www.youtube.com/live/M9c5CI3-4FM?si=VdWmb_icMpa2akYB
- https://developer.tbd.website/docs/web5/quickstart
- https://developer.tbd.website/docs/web5/decentralized-web-nodes/web5-connect
- https://developer.tbd.website/blog/why-would-companies-embrace-web5
- https://developer.tbd.website/blog/decentralized-apps
- Our Blogs
- Our YouTube channel
Getting Started
- Comment ".take" on this issue to get assigned
- Fork the repository and create a new branch for this task
- Follow the tasks outlined above
- Submit a pull request with your changes
- Respond to any feedback during the review process
Questions?
If you have any questions or need clarification, please comment on this issue or join our Discord community.
Happy coding! 🎉
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment