summaryrefslogtreecommitdiff
path: root/README.md
blob: b6b7b5de13a7311ec126430767abf710f258ad88 (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
30
31
32
33
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
- Add a hotlink to the install.sh in the instructions.