Planning applications tracker for InLinkUK from BT kiosks. https://kiosks.adrianshort.org/
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

netlify.toml 315 B

1234567891011
  1. [build]
  2. base = "."
  3. publish = "_site"
  4. command = "bundle exec bin/download && bundle exec bin/petrify"
  5. [template]
  6. incoming-hooks = ["Morph scrape completed"]
  7. [template.environment]
  8. MORPH_API_KEY = "Your secret Morph API key"
  9. MORPH_API_URL = "https://api.morph.io/adrianshort/inlink-scraper/data.json"