georgyg.com
Personal blog site for any tech related stuff I do.
Graduated as a computer engineer a couple of years ago, currently working in cybersecurity as a pentester.
No LLMs are used to write any of the content on here.
posts
Archive
how was the site built?
I’m a pentester not a frontend design guy. That being said not having much styling means that each page fits in under 14kB, the size of a single TCP packet- read more about why here.
The site is “compiled” from markdown using pandoc, using the same template for each post. The static pages are served with nginx.
I previously used Hugo, but it was pretty cumbersome to customize. It did look a lot better though.