aboutsummaryrefslogtreecommitdiffhomepage
path: root/NOTE.md
blob: 193d655a821d1a108b4d7db3bf68cc6cc483be6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# My note

## Commands

Generate the site.

```
$ hugo -d docs
```

Create a new post.

```
$ hugo new posts/[TITLE].md
```