{
  "id": "jekyll",
  "name": "Jekyll",
  "category": "static_site_generator",
  "detect": {
    "npmDependencies": [],
    "excludedNpmDependencies": [],
    "configFiles": ["_config.yml", "_config.yaml", "_config.toml"]
  },
  "dev": {
    "command": "bundle exec jekyll serve -w",
    "port": 4000,
    "pollingStrategies": [{ "name": "TCP" }, { "name": "HTTP" }]
  },
  "build": {
    "command": "bundle exec jekyll build",
    "directory": "_site"
  },
  "env": {},
  "plugins": []
}
