Personal website and writing archive for notes on security, programming, networking, blockchain, tools, events, and long-form ideas.
I am Souvik Haldar, founder of Hornet. I work across software engineering, cybersecurity, distributed systems, Golang, Linux, blockchain, and infrastructure.
This repository powers souvikhaldar.in, a Hugo static site built with the LoveIt theme and deployed through Netlify.
- Security research, exploitation notes, and operational tooling
- Golang, backend engineering, algorithms, and systems programming
- Networking, distributed systems, and infrastructure
- Blockchain fundamentals and cryptocurrency notes
- Productivity, learning, events, and personal essays
Install Hugo Extended, then run:
hugo serverBuild the production site:
hugo --minifyThe generated static site is written to public/.
This site is deployed on Netlify.
[build]
command = "hugo --minify"
publish = "public"
[build.environment]
HUGO_VERSION = "0.152.2"The custom domain is configured as:
- Primary domain:
souvikhaldar.in - Redirect domain:
www.souvikhaldar.in
content/ Site pages and articles
layouts/ Custom Hugo templates
static/ Images, CSS, and JavaScript
themes/ Hugo theme submodule
public/ Generated build output, ignored by git
- Website: souvikhaldar.in
- Email: mail@souvikhaldar.in


