Skip to content
View souvikhaldar's full-sized avatar
🌴
On vacation
🌴
On vacation

Block or report souvikhaldar

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
souvikhaldar/README.md

Souvik Haldar

Website Built with Hugo Deployed on Netlify

Personal website and writing archive for notes on security, programming, networking, blockchain, tools, events, and long-form ideas.

About

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.

Writing Topics

  • 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

Local Development

Install Hugo Extended, then run:

hugo server

Build the production site:

hugo --minify

The generated static site is written to public/.

Deployment

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

Repository Structure

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

Contact

Pinned Loading

  1. huntsman huntsman Public

    A versatile and highly concurrent malware written in golang.

    TeX 20 6

  2. cloudhack cloudhack Public

    A tool using which you can deploy hugo static site to a cloud of choice

    Go 4

  3. goffer goffer Public

    Perform buffer overflow vuln testing and exploit

    Go 4

  4. al-go al-go Public

    Solving famous algorithms in computer science and in life, efficiently.

    Go

  5. go-ds go-ds Public

    A lib of data structures and algorithms implemented in golang.

    Go

  6. loggator loggator Public

    A simple log-aggregator service written in Golang

    Go