Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
adrian
/
kiosks
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
4
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Add Netlify deploy button and netlify.toml
main
Adrian Short
hace 6 años
padre
47d529fa85
commit
f67293ecdb
Se han
modificado 2 ficheros
con
12 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-0
README.md
+10
-0
netlify.toml
+ 2
- 0
README.md
Ver fichero
@@ -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
Ver fichero
@@ -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"
Escribir
Vista previa
Cargando…
Cancelar
Guardar