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

https://github.com/theinfosecguy/bugblogs

BugBlogs - Open Source Blog Platform for Security Enthusiasts
https://github.com/theinfosecguy/bugblogs

blog bug-bounty cybersecurity hacktoberfest hacktoberfest2022 information-security security-testing

Last synced: 4 months ago
JSON representation

BugBlogs - Open Source Blog Platform for Security Enthusiasts

Awesome Lists containing this project

README

          


BugBlogs - Open Source Blog Platform for Security Enthusiasts



## Features 🚀

- Complete Open Source
- Specific author page to showcase your blogs
- Easy to write
- Amazing SEO
- and much more! 🔥

## Contributing Guide

For contributing to BugBlogs as an author, follow the below mentioned steps:

1. Create a new branch
2. Add a new post in the `posts` directory.
3. Name of the `.md` file should be the title of the post.
4. If you are writing for the very first time, add your details in the `authors.js` file in `/authors` directory.
5. Once done, create a pull request and wait for someone to approve it!

Not sure what to write? Look for issue with `looking for author` tab! 💯

## Usage (Local Setup)

1. Clone the repository using

```bash
git clone https://github.com/theinfosecguy/bugblogs
```

2. Change the directory

```
cd bugblogs
```

3. Start the server

```
yarn dev
```

## License

[MIT](https://github.com/theinfosecguy/bugblogs/blob/main/LICENSE)