Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.
Gallen.Hu edited this page Aug 25, 2016 · 15 revisions

Welcome to the hexo-theme-Daily wiki!

如何自定义底部widget?

_config.yml文件中配置:

# widget
#   title: 标题(如:关于本站/友情链接/关于作者...)
#   content: 内容(html标签)
widget:
  title: 关于本站
  content: <p>替换为你的网站简介</p>

## 如何在文章中添加评论? 编辑站点的 `_config.yml` ,添加 `disqus_shortname` 字段,设置如下 ```yml disqus_shortname: your-disqus-shortname ``` 如需取消某个页面的评论,在md文件的front-matter中增加 ``` comments: false ```
## 如何自定义页脚? 编辑站点的 `_config.yml`,添加 ```yml footer: 你要自定义的内容(支持HTML标签) # 举例: # footer: Powered by Hexo with Theme Daily ```
--- > ps: wiki仍在更新中...
Clone this wiki locally