Content
Blog posts live under content/posts/<slug>/index.md (Hugo leaf bundles).
Publishing
Use the browser CMS at /admin/ — see PUBLISHING.md for login, images, and deploy details.
CLI
hugo new posts/my-new-post/index.md
hugo server -D
Blog posts live under content/posts/<slug>/index.md (Hugo leaf bundles).
Use the browser CMS at /admin/ — see PUBLISHING.md for login, images, and deploy details.
hugo new posts/my-new-post/index.md
hugo server -D