Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 2.45 KB

index.md

File metadata and controls

65 lines (48 loc) · 2.45 KB
layout
default

$ cat about.txt

{:id="about"}

Namaste, welcome to my blog robots.txt! I started this blog in an effort to document my cybersecurity projects and all the things I learn in this field. Whether you're a newbie just dipping your toes into the vast ocean of cybersecurity or a seasoned pro looking to sharpen your skills, this blog is for you. My goal is to share knowledge, tips, and tricks that will be useful to everyone, from beginners to experts. So, grab a cup of coffee (or tea, if that's your thing), get comfy, and let's explore the fascinating world of cybersecurity together.
Happy hacking!

$ cat latest-posts.txt

    {% for post in site.categories.posts limit:4 %}
  • {{ post.title }}

    {{ post.description }}

    {{ post.excerpt }}

    Read more
  • {% endfor %}

View All Posts

$ cat contact.txt

{:id="contact"}

If you have any questions, suggestions, or just want to say hello, feel free to reach out to me! I'm always excited to connect with fellow cybersecurity enthusiasts, share knowledge, and collaborate on projects. You can contact me via the following channels:

Whether you have feedback on my posts, want to discuss a cybersecurity topic, or need help with something, don't hesitate to get in touch. Let's make the cybersecurity community stronger together!

$ cat projects.txt

{:id="projects"}

    {% for project in site.categories.projects %}
  • {{ project.title }} - {{ project.description }}
  • {% endfor %}

$ cat tools.txt

{:id="tools"}

    {% for tool in site.categories.tools %}
  • {{ tool.title }} - {{ tool.description }}
  • {% endfor %}

$ cat talks.txt

{:id="talks"}

    {% for talk in site.categories.talks %}
  • {{ talk.title }} at {{ talk.where }}
  • {% endfor %}