{{ define "title" }}{{ $themes := (where .Site.RegularPages "Type" "theme") }}{{ $themes := (where $themes ".Params.draft" "!=" true) }}{{ $themes := (where $themes ".Params.disabled" "!=" true) }}{{ $themeCount := len $themes}}All Themes ({{ $themeCount }}){{ end }} {{ define "header_classes" }}{{ end }} {{ define "body_classes" }}page-all-themes has-sidebar{{ end }} {{ define "body_id" }}page-all-themes{{ end }} {{ define "meta_description" }} {{ end }} {{ define "main" }} {{ $themes := (where .Site.RegularPages "Type" "theme") }} {{ $themes := (where $themes ".Params.draft" "!=" true) }} {{ $themes := (where $themes ".Params.disabled" "!=" true) }} {{ $themeCount := len $themes}}

Jamstack.club / All Themes

A collection of free Jamstack themes 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 and open-source Jamstack Themes.

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 }}
{{ end }} {{ define "footer_js" }} {{ $mixitup := resources.Get "js/libs/mixitup.js" }} {{ $mixitupMultiFilter := resources.Get "js/libs/mixitup-multifilter.js" }} {{ $filterGroups := resources.Get "js/filter/filter-groups.js" }} {{ $filterHash := resources.Get "js/filter/filter-hash.js" }} {{ $filter := resources.Get "js/filter/filter.js" }} {{ $filterToggle := resources.Get "js/filter/filter-toggle.js" }} {{ $themesBundle := slice $mixitup $mixitupMultiFilter $filterGroups $filterHash $filter $filterToggle | resources.Concat "js/themesBundle.js" }} {{ if .Site.IsServer }} {{ else }} {{ end }} {{ end }}