aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 9d78920bef34977cf24f68d25c244679fbf83e0e (plain) (blame)
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
# [dawidpotocki.com](https://dawidpotocki.com)

My *decent* personal site rewritten in Hugo.

## Building

Requires at least Hugo v0.101.0 with SCSS support.

```sh
$ sudo pacman -S git hugo    # Arch
$ sudo apt install git hugo  # Debian
$ sudo dnf install git hugo  # Fedora

$ git clone https://git.dawidpotocki.com/dawid/dawidpotocki.com
$ cd dawidpotocki.com
```

### Development

Starts a webserver on http://localhost:1313.

```
$ hugo server
```

### Production

Outputs to `public/`, which you need to copy to your webserver.

```
$ hugo
```