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,8 @@
<script setup lang="ts">
</script>
<template>
<div id="layout-default">
<NuxtPage />
</div>
</template>