Fix readme and add analytics script

Este commit está contenido en:
Daniel Flanagan 2020-09-14 10:28:49 -05:00
padre 6d235f306c
commit c3e797d412
Firmado por: lytedev
ID de clave GPG: 5B2020A0F9921EF4
Se han modificado 2 ficheros con 12 adiciones y 1 borrados

Ver fichero

@ -23,7 +23,17 @@ You can view the site at [http://localhost:1313](http://localhost:1313).
## Deploy
Netlify will automatically deploy the site upon pushing changes to master.
### Temporary Build
```
make publish
```
### To Production
```
make publish-prod
```
[/]: https://lyte.dev

Ver fichero

@ -34,5 +34,6 @@
<footer style="padding-bottom: 5em">
</footer>
{{ end }}
<script defer src="/global.js"></script>
</body>
</html>