yams.media/README.md
2023-01-11 09:01:29 -03:00

30 lines
432 B
Markdown

yams.media
==========
This are the source files for https://yams.media.
## Dependencies
- hugo.
## To run
### For development
``` sh
git clone git@gitlab.com:rogs/yams.media.git
cd yams.media
hugo serve
```
And open http://localhost:1313 to see the site.
### For production
``` sh
git clone git@gitlab.com:rogs/yams.media.git
cd yams.media
hugo
```
Your files will be on the `./public` folder, ready to upload to a server.