Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.08 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.08 KB

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