Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.09 KB

File metadata and controls

30 lines (18 loc) · 1.09 KB

R4P3CKS BLOG

Table of Contents

Welcome to the R4P3CKS Blog

This repository is dedicated to the R4p3cks blog, where we share writeups and maybe insights on various topics of interest.

Contributing

To update the blog, please follow these steps:

  1. Clone the repository to your local machine:

  2. Create a new branch for your posts or updates:

  3. Add your posts in the blog/content directory and images in the blog/static directory. Example for Hackfinity Battle 2025:

    • Add images or files in blog/static/hackfinity-battle-ctf-2025/
    • In the post file, reference the images using relative paths like ![image description](/hackfinity-battle-ctf-2025/image.png).
  4. Commit and push your changes

  5. Create a pull request to merge your changes into the main branch.

  6. Once your pull request is approved, your changes will be merged into the main branch and automatically deployed to the blog.