Fix readme and add analytics script

Cette révision appartient à :
Daniel Flanagan 2020-09-14 10:28:49 -05:00
Parent 6d235f306c
révision c3e797d412
Signé par: lytedev
ID de la clé GPG: 5B2020A0F9921EF4
2 fichiers modifiés avec 12 ajouts et 1 suppressions

Voir le fichier

@ -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

Voir le fichier

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