www/README.md

14 lines
353 B
Markdown
Raw Permalink Normal View History

2024-05-18 02:14:37 -04:00
# www
2024-05-18 02:15:35 -04:00
Personal website, nothing much to see here. It's built with [Hugo](https://gohugo.io/) using the [risotto](https://github.com/joeroe/risotto) theme. All of the heavy lifting is done by those two.
2024-05-18 02:14:37 -04:00
## Running
Be sure you have `git`, `go`, and `hugo` installed.
```
$ git clone https://gitlab.com/frostalicious/www.git
$ cd www
$ hugo server
```