diff options
| author | nsfisis <nsfisis@gmail.com> | 2021-03-30 23:22:50 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2021-03-30 23:22:50 +0900 |
| commit | 95014b2c748b82d2136d1de3d5a27dfb89774a68 (patch) | |
| tree | 682c9110e801fce4fd072f0da211fafd2f9b5c6b | |
| parent | cea7c8d09cb70559c81a019737c3c0bae0c30656 (diff) | |
| download | nsfisis.github.io-95014b2c748b82d2136d1de3d5a27dfb89774a68.tar.gz nsfisis.github.io-95014b2c748b82d2136d1de3d5a27dfb89774a68.tar.zst nsfisis.github.io-95014b2c748b82d2136d1de3d5a27dfb89774a68.zip | |
add 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 +``` |
