Jamstack 主题
Jamstack 和静态网站生成器的主题和模板列表。https ://jamstackthemes.dev
提交主题
任何人都可以通过提交 pull request 的方式提交开源主题。
- fork 此仓库并在文件夹中创建一个新的 markdown
.md文件content/theme。例如hugo-air.md: - 按照下方示例主题所示,添加所需的 front matter 。
- 提交拉取请求
💡 另一种方法是使用GitHub 用户界面 添加新文件(点击“添加文件”按钮)
示例主题
---
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
- Portfolio
description: This is an amazing theme and this is a small description about it!
---
# A simple starter kit for Astro.js
This theme is a lightweight starter…