# Creating Hugo


# Creating Hugo Website for the first time

```sh
hugo new site www
```

## Creating first page

```sh
hugo new posts/creating-hugo.md
```

