2024-10-25 10:50:53 -05:00
|
|
|
<div align="center">
|
|
|
|
|
|
|
|
<h1>
|
|
|
|
<img width="100" src="static/img/logo.svg" /> <br>
|
|
|
|
<a href="https://lyte.dev">lyte.dev</a>
|
|
|
|
</h1>
|
|
|
|
|
|
|
|
</div>
|
2020-07-14 17:17:10 -05:00
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
+ Hugo
|
2020-07-14 18:02:25 -05:00
|
|
|
+ `netlify-cli` (for deployments)
|
2020-12-15 17:29:49 -06:00
|
|
|
+ Stylus
|
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
|
|
|
|
|
2020-09-14 10:28:49 -05:00
|
|
|
### Temporary Build
|
|
|
|
|
|
|
|
```
|
|
|
|
make publish
|
|
|
|
```
|
|
|
|
|
|
|
|
### To Production
|
|
|
|
|
|
|
|
```
|
|
|
|
make publish-prod
|
|
|
|
```
|
2020-07-14 17:17:10 -05:00
|
|
|
|
|
|
|
|
|
|
|
[/]: https://lyte.dev
|