jamstackthemes
1.0.0
jamstack和静态站点生成器的主题和初学者列表。 https://jamstackthemes.dev
任何人都可以通过提取请求提交开源主题。
content/theme文件夹中创建一个新的Markdown .md文件。例如hugo-air.md 。另一个选项是使用GitHub UI添加新文件(单击“添加文件”按钮)
示例主题
---
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 kit. It also gives you a well organised starting point to extend it for yourself.
# # Features
* Customisable design tokens to make it your own
* Customisable global data and navigation
* Tags and tag archives
* Progressively enhanced, semantic and accessible demo链接到主题演示,而不是您的个人/业务网站。演示URL必须使用httpsssg 。cms 。如果您的主题使用Markdown(NO CMS),则CMS应为“无CMS”