New Themes ({{ $themeCount }})
A list of themes, templates and starters for Jamstack sites.
We're the largest theme gallery of user submitted, open source themes for static site
generators 🦖. This site is maintained by the community and with the kind support of Stackbit.
A list of themes and starters for Jamstack sites.
{{ 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 }}