www/README.md

14 lines
294 B
Markdown
Raw Normal View History

2024-05-18 02:14:37 -04:00
# 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
```