Planning applications tracker for InLinkUK from BT kiosks. https://kiosks.adrianshort.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

12 lines
315 B

  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"