yams.media/README.md

33 lines
457 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.
## todo
- Add dark mode