mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-06-28 05:52:07 +02:00
#427 - Add hexo as SSG option
This commit is contained in:
@@ -85,5 +85,17 @@ export const FrameworkDetectors = [{
|
||||
commands: {
|
||||
start: "npx @11ty/eleventy --serve"
|
||||
}
|
||||
},
|
||||
{
|
||||
framework: {
|
||||
name: "hexo",
|
||||
dist: "public",
|
||||
build: "npx hexo-cli generate"
|
||||
},
|
||||
requiredFiles: ["_config.js"],
|
||||
requiredDependencies: ["hexo"],
|
||||
commands: {
|
||||
start: "npx hexo-cli server"
|
||||
}
|
||||
}
|
||||
];
|
||||
Reference in New Issue
Block a user