aboutsummaryrefslogtreecommitdiffhomepage
path: root/NOTE.md
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2021-03-30 23:22:50 +0900
committernsfisis <nsfisis@gmail.com>2021-03-30 23:22:50 +0900
commit95014b2c748b82d2136d1de3d5a27dfb89774a68 (patch)
tree682c9110e801fce4fd072f0da211fafd2f9b5c6b /NOTE.md
parentcea7c8d09cb70559c81a019737c3c0bae0c30656 (diff)
downloadblog.nsfisis.dev-95014b2c748b82d2136d1de3d5a27dfb89774a68.tar.gz
blog.nsfisis.dev-95014b2c748b82d2136d1de3d5a27dfb89774a68.tar.zst
blog.nsfisis.dev-95014b2c748b82d2136d1de3d5a27dfb89774a68.zip
add NOTE.md
Diffstat (limited to 'NOTE.md')
-rw-r--r--NOTE.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/NOTE.md b/NOTE.md
new file mode 100644
index 0000000..193d655
--- /dev/null
+++ b/NOTE.md
@@ -0,0 +1,15 @@
+# My note
+
+## Commands
+
+Generate the site.
+
+```
+$ hugo -d docs
+```
+
+Create a new post.
+
+```
+$ hugo new posts/[TITLE].md
+```