Fix readme and add analytics script
This commit is contained in:
parent
6d235f306c
commit
c3e797d412
2 changed files with 12 additions and 1 deletions
12
readme.md
12
readme.md
|
@ -23,7 +23,17 @@ You can view the site at [http://localhost:1313](http://localhost:1313).
|
||||||
|
|
||||||
## Deploy
|
## Deploy
|
||||||
|
|
||||||
Netlify will automatically deploy the site upon pushing changes to master.
|
### Temporary Build
|
||||||
|
|
||||||
|
```
|
||||||
|
make publish
|
||||||
|
```
|
||||||
|
|
||||||
|
### To Production
|
||||||
|
|
||||||
|
```
|
||||||
|
make publish-prod
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
[/]: https://lyte.dev
|
[/]: https://lyte.dev
|
||||||
|
|
|
@ -34,5 +34,6 @@
|
||||||
<footer style="padding-bottom: 5em">
|
<footer style="padding-bottom: 5em">
|
||||||
</footer>
|
</footer>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
<script defer src="/global.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue