# My note ## Commands Generate the site. ``` $ hugo -d docs ``` Create a new post. ``` $ hugo new posts/$(date +'%Y-%m-%d')/[TITLE].md ```