29 lines
319 B
Markdown
29 lines
319 B
Markdown
|
# [lyte.dev][/]
|
||
|
|
||
|
## Dependencies
|
||
|
|
||
|
+ Hugo
|
||
|
|
||
|
## 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
|