hugo server --bind="0.0.0.0" -D
hugo new blog/posts/my-first-post.md
hugo new blog/weekly/my-first-post.md
---
title: "test"
date: 2022-08-15T13:45:17+08:00
draft: true
author: xiaowenz
type: post
slug: test
description: "xxx……"
categories:
- I am a Writer
tags:
- 周报
- 辛苦
---