Fix readme and add analytics script

This commit is contained in:
Daniel Flanagan 2020-09-14 10:28:49 -05:00
부모 6d235f306c
커밋 c3e797d412
로그인 계정: lytedev
GPG 키 ID: 5B2020A0F9921EF4
2개의 변경된 파일12개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

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

파일 보기

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