Planning applications tracker for InLinkUK from BT kiosks. https://kiosks.adrianshort.org/
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

13 行
383 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. # eg https://api.morph.io/adrianshort/inlink-scraper/data.json
  9. MORPH_API_URL = "Your public inlink-scraper Morph API URL (ends in data.json)"
  10. MORPH_API_KEY = "Your secret Morph API key"