Yeksha / hexo-gitalk

Hexo 博客gitalk评论系统
0 stars 0 forks source link

Hexo-Build | Fungit #11

Open Yeksha opened 4 years ago

Yeksha commented 4 years ago

https://fungit.org/2019/Hexo-Build/

简介:由于上次配置Indigo主题出现问题。没找到问题所在[在CentOS 7、Ubuntu16.04都测试过没问题。Windows10 Pro有问题]。所以换成了聂明照 博主提供的主题。感谢聂明照开源博客。 安装1git clone -b theme https://github.com/niemingzhao/niemingzhao.github.io.git themes/default

Yeksha commented 4 years ago

之前安装hexo-generator-feed,生成有atom.xml。内容也有但就是订阅不了。 仔细看看我这里没有使用subtitle,加了之后重新生成可以订阅。可能是这样的原因,先记下来

Yeksha commented 4 years ago

主题增加modified: false变量,默认false,即发表文章时间就是修改时间。加这个时为了防止迁移博客导入时间全部改变。启用的修改时间,在Yaml里面加modified: true,即可。updated时间最好手动输入。因为使用updated: {{ date }},迁移博客时间也会丢失

Yeksha commented 4 years ago
date_format: YYYY年MM月DD日
time_format: HH:mm:ss
exact_time: YYYY年MM月DD日, HH时mm分ss秒 a
....

<%= __('post.updated') %><%- date(page.updated, config.exact_time) %>