www/README.md

14 lines
294 B
Markdown

# www
Personal website, nothing much to see here. It's built with Hugo using the risotto theme. All of the heavy lifting is done by those two.
## Running
Be sure you have `git`, `go`, and `hugo` installed.
```
$ git clone https://gitlab.com/frostalicious/www.git
$ cd www
$ hugo server
```