From 7186961bed977f916e1423af69535f7bcc81683b Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Sat, 20 Feb 2016 14:02:05 -0500 Subject: [PATCH] added descriptions for other post types --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9884e4b..bc59a37 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,10 @@ There are a few concepts this theme employs to make a personal blog. It's import ``` $ hugo new posts/my-new-post.md + + $ hugo new microposts/quick-thought.md + + $ hugo new photos/my-nyc-vacation.md ``` It also assumes you want to display links to your sections of content (`posts`, `microposts`, `photos`) and display links to other pages in the menu and requires some setup on your part. This guide will take you through the steps to configure your blog to use the theme.