aboutsummaryrefslogtreecommitdiff

dawidpotocki.com

My decent personal site rewritten in Hugo.

Building

Requires at least Hugo v0.101.0 with SCSS support.

$ 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