hugo new blog/post.md
hugo server -w --noHTTPCache --disableFastRender -v
# http://localhost:1313 にアクセス
hugo --minify --gc
---
title: "Aa"
author: "chizuchizu"
date: 2020-05-26T02:42:38+09:00
draft: false
description: "概要"
categories: ["aaa"]
tags: ["未指定"]
---
内の'draft'を'true'に変更すると公開設定になります。
![](/img/main/*.png)
パス設定は気をつけて。