用Hugo搭建的博客,主要采用Markdown格式来撰写博文,建议使用编辑器Typora
抬头格式及参数
+++ //以下参数均为可选
title = "title" //标题
tags = ["tag1", "tag2"] //标签
date = "xxxx-xx-xx" //写作日期,方便自动归档
categories = ["category"] //文章所属分类
toc = true //在文章中启用目录
+++
#为标题分级,目录支持h1~h6
# h1
## h2
### h3
#### h4
##### h5
###### h6
输出#
用#(空格)#