CMS Add, edit, and remove blog posts with the built-in blog post editor: Manage your blog posts in the Wowchemy CMS. Command line To create a blog/news article: hugo new --kind post post/my-article-name Then edit the newly created file content/post/my-article-name.md with your full title and content. Hugo will automatically generate summaries of posts that appear on the homepage. If you are dissatisfied with an automated summary, you can either limit the summary length by appropriately placin...