Skip to content

Commit

Permalink
feat: add Alpine
Browse files Browse the repository at this point in the history
Resolves nuxt#30
  • Loading branch information
Atinux committed Jan 6, 2023
1 parent eda0507 commit 9c060de
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
Binary file added src/public/previews/alpine.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 8 additions & 9 deletions src/server/routes/data/themes.json.ts
@@ -1,13 +1,12 @@
export default defineEventHandler((): Starter[] => [
// {
// "name": "Alpine",
// "slug": "alpine",
// "description": "The minimalist blog theme.",
// "image": "/previews/alpine.png",
// "repo": "nuxt-themes/alpine",
// "branch": "dev",
// "dir": "template"
// },
{
"name": "Alpine",
"slug": "alpine",
"description": "The minimalist blog theme.",
"image": "/previews/alpine.png",
"repo": "nuxt-themes/alpine-starter",
"branch": "main"
},
{
"name": "Docus",
"slug": "docus",
Expand Down

0 comments on commit 9c060de

Please sign in to comment.