47 lines
491 B
Markdown
47 lines
491 B
Markdown
<div align="center">
|
|
|
|
<h1>
|
|
<img width="100" src="static/img/logo.svg" /> <br>
|
|
<a href="https://lyte.dev">lyte.dev</a>
|
|
</h1>
|
|
|
|
</div>
|
|
|
|
## Dependencies
|
|
|
|
+ Hugo
|
|
+ `netlify-cli` (for deployments)
|
|
+ Stylus
|
|
|
|
## Build
|
|
|
|
```
|
|
make
|
|
```
|
|
|
|
Resulting pages will be in `public/`.
|
|
|
|
## Develop
|
|
|
|
```
|
|
make dev
|
|
```
|
|
|
|
You can view the site at [http://localhost:1313](http://localhost:1313).
|
|
|
|
## Deploy
|
|
|
|
### Temporary Build
|
|
|
|
```
|
|
make publish
|
|
```
|
|
|
|
### To Production
|
|
|
|
```
|
|
make publish-prod
|
|
```
|
|
|
|
|
|
[/]: https://lyte.dev
|