本站更新记录

此页面长期更新

更新记录

2019-12-20

首页文章仅预览

位置:themes/next/_config.yml:219

themes/next/_config.yml:219链接地址
1
2
3
4
5
# Automatically Excerpt. Not recommend.
# Please use <!-- more --> in the post to control excerpt accurately.
auto_excerpt:
enable: true
length: 150

Notes: 新版本移除了此变量,将此功能独立于主题,借助第三方实现

启用valine评论功能

位置:themes/next/_config.yml:381

服务提供商‘LeanCloud’[国内厂商,现在要实名,你懂得],文档

部分文章开启或关闭版权和打赏

位于:themes/next/layout/_macro/post.swig:349

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{############局部文章开启或关闭#############}
{% if post.reward !== false %}
{% if (theme.alipay or theme.wechatpay or theme.bitcoin) and not is_index %}
<div>
{% include 'reward.swig' %}
</div>
{% endif %}
{% endif %}

{############局部文章开启或关闭#############}
{% if post.copyright !== false %}
{% if theme.post_copyright.enable and not is_index %}
<div>
{% include 'my-copyright.swig' with { post: post } %}
</div>
{% endif %}
{% endif %}

关闭底部hexo和主题信息

位置:themes/next/_config.yml:45

1
2
3
4
5
6
7
8
9
10
11
footer:
# -------------------------------------------------------------
# Hexo link (Powered by Hexo).
powered: false

theme:
# Theme & scheme info link (Theme - NexT.scheme).
enable: false
# Version info of NexT after scheme info (vX.X.X).
version: true
# -------------------------------------------------------------

代码复制功能

参考:https://www.zhyong.cn/posts/ca02/

Notes: Next7.1.1版本已集成此功能,使用配置开启

计划配置

代码块

  • 代码首行显示文件名
  • 代码复制提示复制成功,解决移动端复制按钮显示问题

post

  • 描述显示不佳
  • Note块换行有问题
------ 本文结束------
赞赏此文?求鼓励,求支持!
  • 本文标题: 本站更新记录
  • 本文作者: Jiang.G.F
  • 创建于: 2019年12月20日 - 16时12分
  • 更新于: 2020年03月03日 - 11时03分
  • 本文链接: https://gfjiangly.github.io/hexo/blog-cfg.html
  • 版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明出处!
0%