vuepress-theme-plume/docs/lunaria.config.json
2025-10-11 10:31:40 +08:00

32 lines
659 B
JSON

{
"$schema": "./node_modules/@lunariajs/core/config.schema.json",
"repository": {
"name": "pengzhanbo/vuepress-theme-plume",
"rootDir": "docs"
},
"files": [
{
"location": "**/*.md",
"pattern": "@lang/@path",
"type": "universal",
"ignore": [".vuepress/**", "./snippet/**", "node_modules", "**/*.snippet.md"]
}
],
"defaultLocale": {
"label": "简体中文",
"lang": "zh"
},
"locales": [
{
"label": "简体中文",
"lang": "zh"
},
{
"label": "English",
"lang": "en"
}
],
"outDir": ".vuepress/dist/_translations",
"ignoreKeywords": ["lunaria-ignore"]
}