Skip to the content.

🎉 TLSleuth Website Launch – Built with Jekyll & GitHub Pages

After weeks of experimenting, tweaking, and breaking things just enough to learn from them — the TLSleuth website is now live at TLSleuth.com! 🚀

This marks a big step for the project — moving beyond the PowerShell Gallery and GitHub README into a clean, documented home that’s easy to explore and update.


🕵️ What TLSleuth Is About

TLSleuth is a PowerShell module for quickly inspecting TLS/SSL endpoints and certificates from the shell. It’s meant for operators, engineers, and scripters who need to know what’s really happening during a handshake — without firing up a full TLS scanner.

Now, with its own website, the module finally has:


🧠 What We Learned Along the Way

Standing up a Jekyll site on GitHub Pages sounds simple — but doing it well taught us a few things.

1️⃣ Theming with Remote Themes

Using remote_theme: pages-themes/[email protected] was easy, but making it our own meant learning how to:

2️⃣ Custom Headers and Brand Identity

We designed two headers:

Building those taught us some great CSS lessons:

3️⃣ SCSS and Theme Variables

By importing the Cayman theme’s _sass/variables.scss, we could reuse its color palette and spacing directly in our own styles. That gave TLSleuth its own flavor without clashing with the theme’s look and feel.

4️⃣ Structuring Docs from the README

We learned how to:

5️⃣ Embracing Simplicity

The biggest lesson: GitHub Pages and Jekyll don’t need to be complex. A few small tweaks — good layouts, clean SCSS, and consistent partials — go a long way toward making a project site look professional and lightweight.


🧩 What’s Next

Now that the site is live, we’ll start posting:


🙌 Thanks

Big thanks to everyone who’s used, starred, or tested TLSleuth so far — and to the open-source community for making tools like Jekyll, GitHub Pages, and PowerShell so powerful and accessible.

If you want to explore or contribute:

We’ll also be expanding the documentation. Until now, the GitHub README has served as the main reference. The next step is to:

This will make it easier to browse command usage, parameters, examples, and developer notes directly on TLSleuth.com, while keeping GitHub and PowerShell Gallery aligned.


Built with ❤️ on Jekyll, powered by GitHub Pages, and debugged far too many times at 1 a.m.