diff options
Diffstat (limited to 'NOTE.md')
| -rw-r--r-- | NOTE.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +# My note + +## Commands + +Generate the site. + +``` +$ hugo -d docs +``` + +Create a new post. + +``` +$ hugo new posts/[TITLE].md +``` |
