aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 520cffa3f46ea3b99b7b36110726e7611d99db5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# huntm.net

This site is written using [Hugo][0], a static site generator. The web server is
hosted using [nginx][1].

[0]: https://gohugo.io/
[1]: https://www.nginx.com/

### Getting Started

Install the latest version of Hugo.

```sh
git clone https://git.huntm.net/huntm.git
cd huntm
hugo server
```