Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jnjosh/internet-weblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Johnson <jnjosh@jnjosh.com>2016-02-20 22:02:05 +0300
committerJosh Johnson <jnjosh@jnjosh.com>2016-02-20 22:02:05 +0300
commit7186961bed977f916e1423af69535f7bcc81683b (patch)
tree1e6c269506e0d199a93c69c586f7453e3135578e
parent14472b3a282edf64fcceec519a55bd59d5f036aa (diff)
added descriptions for other post types
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
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.