2020-07-14 17:17:10 -05:00
|
|
|
# [lyte.dev][/]
|
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
+ Hugo
|
2020-07-14 18:02:25 -05:00
|
|
|
+ `netlify-cli` (for deployments)
|
2020-07-14 17:17:10 -05:00
|
|
|
|
|
|
|
## Build
|
|
|
|
|
|
|
|
```
|
|
|
|
make
|
|
|
|
```
|
|
|
|
|
|
|
|
Resulting pages will be in `public/`.
|
|
|
|
|
|
|
|
## Develop
|
|
|
|
|
|
|
|
```
|
|
|
|
make dev
|
|
|
|
```
|
|
|
|
|
|
|
|
You can view the site at [http://localhost:1313](http://localhost:1313).
|
|
|
|
|
|
|
|
## Deploy
|
|
|
|
|
|
|
|
Netlify will automatically deploy the site upon pushing changes to master.
|
|
|
|
|
|
|
|
|
|
|
|
[/]: https://lyte.dev
|