feat: Initial Moonshine theme - Headless WordPress theme based on Nuxt

This commit is contained in:
2026-01-13 08:29:27 -05:00
parent 3ffb267b3d
commit b3134fe4b8
13 changed files with 6627 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<template>
<div>
<NuxtRouteAnnouncer />
<NuxtLoadingIndicator />
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</div>
</template>