[Journey] starting a PBN in the cybersecurity space

r1ch11r1ch

Registered Member
Joined
May 5, 2024
Messages
66
Reaction score
32
Hello,
with this thread, I want to share my journey on a small side project I just started working on.

I am currently working in the cybersecurity industry as a penetration tester.
Through this work I have already accumulated over the years a lot of knowledge and writing in the space, so I though why not share it on the internet.

All my notes are in the form of markdown files, so I want to use SSG (Static Site Generation) through jekyll or hugo to generate HTML.
For hosting, I have thought about netlify, vercel or github pages.

Advice and thoughts are appreciated :)
 
Great idea, we need quality resources, especially in networking and cyber. I can vouch for Jekyll., used it myself for personal notes. For hosting, whichever fits your needs - a shared hosting will probably do. I think Github hosting is still free
 
Great idea, we need quality resources, especially in networking and cyber. I can vouch for Jekyll., used it myself for personal notes. For hosting, whichever fits your needs - a shared hosting will probably do. I think Github hosting is still free
Yes, GitHub pages are still free
 
I, personally, would take a look at Astro. It is great for markdown + quite easy to integrate with mdx, which is quite useful if you want to create pages in 90% markdown and something about 10% html/astro (when markdown is not enough)
 
I, personally, would take a look at Astro. It is great for markdown + quite easy to integrate with mdx, which is quite useful if you want to create pages in 90% markdown and something about 10% html/astro (when markdown is not enough)
Yeah, I thought about it, astro seems to be the cool shit rn
 
Back
Top