Jamstack.club,
A collection of free Jamstack themes and templates for Hugo, Eleventy, Jekyll, Gatsby and many more.
Filter, sort, preview, and find the best Jamstack theme for your next project!
A collection of free Jamstack themes and templates for Hugo, Eleventy, Jekyll, Gatsby and many more.
Currently displaying {{ $themeCount }} themes.
{{ partial "sort-buttons.html" . }}
{{ range (($themes.ByParam "date").Reverse).ByParam "weight" }}
{{ $repoName := printf "%s" (substr (replace .Params.github "/" "-") 19 | urlize) }}
{{ $repo := index .Site.Data.themes $repoName }}
{{ $stackbit := index .Site.Data.stackbit $repoName }}
{{ partial "theme-card.html" (dict "theme" . "repo" $repo "stackbit" $stackbit "site" $.Site) }}
{{ end }}