aboutsummaryrefslogtreecommitdiffhomepage
path: root/NOTE.md
diff options
context:
space:
mode:
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
+```