Maupassant theme, ported to Hugo. 这个模板基于 https://github.com/JokerQyou/maupassant-hugo
用模板做的个人blog https://timx.cn/
由于hugo的文章目录是根据标题的#自动设置ul li的层次。所以如果标题用的#号过多显示会比较难看。
1.要增加菜单在md文件中加入type: standalone
2.文章要有评论在md文件中加入gitment: true
3.文章要有目录在md文件中加入TableOfContents: true
---
title: "博客开通"
date: 2018-07-04T17:44:01+08:00
categories: [其他]
tags: [其他]
gitment: true
TableOfContents: true
---
4.配置gitment在config.toml加入以下配置
[params]
clientID=''
clientSecret=''
owner=''
repo=''
admin=''