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
- Host: GitHub
- URL: https://github.com/theinfosecguy/bugblogs
- Owner: theinfosecguy
- License: mit
- Created: 2022-05-01T11:46:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-01T20:33:32.000Z (over 3 years ago)
- Last Synced: 2025-08-24T13:53:33.564Z (10 months ago)
- Topics: blog, bug-bounty, cybersecurity, hacktoberfest, hacktoberfest2022, information-security, security-testing
- Language: JavaScript
- Homepage: https://www.bugblogs.tech
- Size: 528 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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)