调整Hugo maupassant主题
使用 Hugo建站 采用 maupassant主题 后,可以做进一步调整。
1、修改字体
编辑站点目录 \static\css\style.css
文件中的 body {}
段落中的 font-family
,本站修改为:
font-family: "Open Sans",sans-serif;
2、文章内容页面阅读数前面补个空格
编辑站点目录 \themes\maupassant\layouts\_default\single.html
修改以下内容:
<span id="busuanzi_container_page_pv">| <span id="busuanzi_value_page_pv"></span><span>
3、网站导航下面插入大图
编辑站点目录 \themes\maupassant\layouts\_default\baseof.html
修改以下内容:
<div class="col-group">
<img src="https://storage.live.com/items/240ACD90363D22FB!3827:/top.jpg" />
图片请自行替换。
4、网站底部版权区域增加年份区间
编辑站点目录 \themes\maupassant\layouts\partials\footer.html
修改以下内容:
<div class="container">
© 2005 - {{ now.Format "2006" }} <a href="{{ .Site.BaseURL | absURL }}">{{ .Site.Title }} By {{ .Site.Author.name }}</a>.
示例是改为2005开始
5、修改404页面
编辑站点目录 \themes\maupassant\layouts\404.html
修改对应文字。
- 原文作者:boxwang
- 原文链接:https://www.ifshow.com/adjust-hugo-maupassant-theme/
- 版权声明:本作品采用知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议进行许可,非商业转载请注明出处(作者,原文链接),商业转载请联系作者获得授权。如果特别注明为转载文章,请联系其原始作者。