Jamstack Themes
A list of themes and starters for the Jamstack and static site generators. https://jamstackthemes.dev
Submit A Theme
Anyone can submit an open-source theme by doing a pull request.
- Fork this repo and create a new markdown
.md file in content/theme folder. For example hugo-air.md.
- Add the required front-matter as shown in the Example Theme below.
- Submit a pull request
💡 Another option is to add a new file using the Github UI (click the "add file" button)
Example Theme
---
title: "My Theme Name"
github: https://github.com/username/repo
demo: https://www.demo.com
author: authorname
date: 2024-03-18
ssg:
- Astro
cms:
- No CMS
css:
- Tailwind
archetype:
- Blog