# whiny.lol My personal website built with [Hugo](https://gohugo.io), HTML, CSS and JavaScript. ## Install dependencies Install `hugo` version `v0.146.0` or above using your package manager of choice. ## Development Clone this repository and open it in your code editor of choice. ### Testing To run Hugo's development server, use `hugo server`. This will build and serve the site locally using the development config at `/config/development/hugo.yaml` alongside the default. If you are not familiar with Hugo's functionality, take some time to learn via [their documentation](https://gohugo.io/documentation/). ### Building Run `hugo` to build the website. This will use the default config found at `/config/_default/hugo.yaml` This builds the website with Hugo.