blob: 3aa518c063831f41a1f35c4fa287d6435f12c5f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
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.
|