maupassant-hugo
Maupassant theme, ported to Hugo. 这个模板基于 https://github.com/JokerQyou/maupassant-hugo
用模板做的个人blog https://timx.cn/
模板下载地址 https://github.com/timzzx/maupassant-hugo
1.添加了右侧卡片式的个人介绍
2.添加了右侧日历显示
3.添加了gittalk评论(之前加了gitment,后来发现gittalk更优秀就替换成gittalk)
4.原模板中手机端显示右侧栏会被隐藏,修改后在手机端让右侧栏显示在文章的下方。
5.添加了背景动画
6.修改了hugo的TableOfContents的样式
由于hugo的文章目录是根据标题的#自动设置ul li的层次。所以如果标题用的#号过多显示会比较难看。
6.修改了表格展示的样式
6.增加了fontawesome icons
注意事项
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=''
上一页 markdown基本写法
下一页 TCP/IP学习理解(一)