diff options
| -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 +``` |
![]() |
index : nsfisis.github.io | |
| nsfisis.github.io | nsfisis |
| aboutsummaryrefslogtreecommitdiffhomepage |
| -rw-r--r-- | NOTE.md | 15 |
@@ -0,0 +1,15 @@ +# My note + +## Commands + +Generate the site. + +``` +$ hugo -d docs +``` + +Create a new post. + +``` +$ hugo new posts/[TITLE].md +``` |