Skip to content

BugBlogs - Open Source Blog Platform for Security Enthusiasts

License

Notifications You must be signed in to change notification settings

theinfosecguy/bugblogs

Repository files navigation

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
git clone https://github.com/theinfosecguy/bugblogs
  1. Change the directory
cd bugblogs
  1. Start the server
yarn dev

License

MIT