@netlify/framework-info
Version:
Framework detection utility
22 lines (21 loc) • 457 B
JSON
{
"id": "jekyll",
"name": "Jekyll",
"category": "static_site_generator",
"detect": {
"npmDependencies": [],
"excludedNpmDependencies": [],
"configFiles": ["_config.yml"]
},
"dev": {
"command": "bundle exec jekyll serve -w",
"port": 4000,
"pollingStrategies": [{ "name": "TCP" }, { "name": "HTTP" }]
},
"build": {
"command": "bundle exec jekyll build",
"directory": "_site"
},
"env": {},
"plugins": []
}