My First Post
最初の書き込み。
$ hugo new posts/my-first-post.md
のコマンドで、ファイルが作成されるので、それを編集すればいい。
テーマサイトにある以下のは?
---
title: "Hello Hugo!"
description: "Saying 'Hello' from Hugo"
date: "2014-09-01"
categories:
- "example"
- "hello"
tags:
- "example"
- "hugo"
- "blog"
---