aboutsummaryrefslogtreecommitdiffhomepage
path: root/NOTE.md
blob: 13a069d0db773b5cc944b36ad1bed76744bddda4 (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/$(date +'%Y-%m-%d')/[TITLE].md
```