---
title: {{ title }}
toc: true            # 是否生成目录 
indent: true         # 是否首行缩进 
comments: true       # 是否允许评论
cover: false         # 是否显示封面 
mathjax: false       # 是否渲染公式 
pin: false           # 是否首页置顶 
top_meta: true       # 是否显示顶部信息 
bottom_meta: true    # 是否显示尾部信息
tags:
  - {{ tags }}
categories: {{ categories }}
keywords: 文章关键词 
author: qystudio
description: 文章摘要
icons: [fas fa-fire red, fas fa-star green]
headimg: 
date: {{ date }}
updated: {{ date }}
abbrlink: {{ abbrlink }}
references: 
  - title: 参考资料名称 
    url: https://参考资料地址
copyright:
   type: type3           # 当前文章版权声明类型
   author: 张三          # 本文作者
   ref:                  # 原文出处
   title:              # 原文出处 - 标题
   url:                # 原文出处 - 链接
---
