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

24
wp-content/themes/moonshine/.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# Nuxt dev/build outputs
.output
.data
.nuxt
.nitro
.cache
dist
# Node dependencies
node_modules
# Logs
logs
*.log
# Misc
.DS_Store
.fleet
.idea
# Local env files
.env
.env.*
!.env.example