Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/markodenic/awesome-tech-blogs

A list of Tech Blogs.
https://github.com/markodenic/awesome-tech-blogs

List: awesome-tech-blogs

Last synced: about 2 months ago
JSON representation

A list of Tech Blogs.

Awesome Lists containing this project

README

        

# Awesome Tech Blogs.⚡

Visit [tech-blogs.dev](https://tech-blogs.dev/).

## To add your blog

1. Open [`data.js`](./data.js).
2. Add your blog details using the following structure.
```javascript
{
name: 'Your Name',
description: 'Keep it short and simple.',
url: 'https://example.com',
twitter: '@your_twitter_handle',
tags: ['HTML', 'CSS', 'JavaScript'],
}
```
3. 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](
https://markodenic.com/make-your-first-open-source-contribution/)

> Inspired by [Wes Bos's](https://wesbos.com/) [`/uses`](https://uses.tech/) page.

## Use a Featured badge

You can add a Featured badge on your blog to show your readers that your blog is featured on tech-blogs.dev.

### Small dark badge

Small dark featured badge

```html

Featured on tech-blogs.dev badge

```

### Large dark badge

Large dark featured badge

```html

Featured on tech-blogs.dev badge

```

### Small light badge

Large light featured badge

```html

Featured on tech-blogs.dev badge

```

### Large light badge

Small light featured badge

```html

Featured on tech-blogs.dev badge

```