# 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 ```