Visit tech-blogs.dev.
- Open
data.js
. - Add your blog details using the following structure.
{
name: 'Your Name',
description: 'Keep it short and simple.',
url: 'https://example.com',
twitter: '@your_twitter_handle',
tags: ['HTML', 'CSS', 'JavaScript'],
}
- Raise a Pull Request (PR) to
main
branch.
If you don't know how to raise a PR, follow these instructions on how to raise a PR
You can add a Featured badge on your blog to show your readers that your blog is featured on tech-blogs.dev.
<a href="https://tech-blogs.dev">
<img src="https://tech-blogs.dev/featured-dark-small.png" alt="Featured on tech-blogs.dev badge" width="158" height="47" />
</a>
<a href="https://tech-blogs.dev">
<img src="https://tech-blogs.dev/featured-dark-large.png" alt="Featured on tech-blogs.dev badge" width="185" height="57"/>
</a>
<a href="https://tech-blogs.dev">
<img src="https://tech-blogs.dev/featured-light-small.png" alt="Featured on tech-blogs.dev badge" width="158" height="47"/>
</a>
<a href="https://tech-blogs.dev">
<img src="https://tech-blogs.dev/featured-light-large.png" alt="Featured on tech-blogs.dev badge" width="185" height="57"/>
</a>