Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Minimal Hugo theme for building GTFOBins-inspired index/notes sites with Fuse.js fuzzy search and Quicklink prefetching.

Jekyll-based personal resume/CV homepage template, generating a static site that can be hosted free on GitHub Pages.
Hugo Index is an open-source Hugo theme for building minimal, GTFOBins-inspired index pages that combine a searchable directory of entries with a clean, tag-based layout.
Hugo Index is a static-site theme built for Hugo, the static site generator. It takes Markdown content as input and outputs a fully static website with a client-side fuzzy-search box and quicklink prefetching. The theme is inspired by the GTFOBins project, which lists Unix binaries and their exploitation techniques in an indexed format. The project is maintained on GitHub and currently has 31 stars.
params.headers.key and params.headers.value to rename the two main columns (defaults are Title and Tags).params.showDescriptioninHome.params.hideAllTagsinHome.params.titleIcon (for example, index.png).permalinks.tags, such as @:slug.Yes, the source code is publicly available on GitHub, so you can download and use the theme without cost.
No. The search functionality runs entirely in the browser via Fuse.js, and the site is generated as static HTML by Hugo, so no database or server-side processing is needed.
Yes, the column labels are controlled by the params.headers.key and params.headers.value variables in your Hugo configuration, allowing you to rename them as needed.
The theme is built for Hugo, but the repository documentation doesn’t state a specific minimum version. You should use a recent Hugo release for best compatibility.
