瀏覽代碼

Add Netlify deploy button and netlify.toml

main
Adrian Short 5 年之前
父節點
當前提交
f67293ecdb
共有 2 個檔案被更改,包括 12 行新增0 行删除
  1. +2
    -0
      README.md
  2. +10
    -0
      netlify.toml

+ 2
- 0
README.md 查看文件

@@ -2,6 +2,8 @@

Static site generator for website to track BT InLink kiosks planning applications.

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/adrianshort/kiosks)

## How to build this site locally

### Setup - do this only once


+ 10
- 0
netlify.toml 查看文件

@@ -0,0 +1,10 @@
[build]
base = "."
publish = "_site"
command = "bundle exec bin/download && bundle exec bin/petrify"

[template]
incoming-hooks = ["Morph"]
[template.environment]
MORPH_API_KEY = "change me"

Loading…
取消
儲存