1
0
Fork 0

Fix readme and add analytics script

Dieser Commit ist enthalten in:
Daniel Flanagan 2020-09-14 10:28:49 -05:00
Ursprung 6d235f306c
Commit c3e797d412
Signiert von: lytedev
GPG-Schlüssel-ID: 5B2020A0F9921EF4
2 geänderte Dateien mit 12 neuen und 1 gelöschten Zeilen

Datei anzeigen

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

Datei anzeigen

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