hugo new post/<date>/post_name.md
To add, remove or reorganize top menu links, edit this yaml file
To make an image inline, add :inline
to its alt text.
<!-- some image without alt text -->
![:inline](someImageUrl)
<!-- some image with alt text -->
![some alt text:inline](someOtherImageUrl)
edit