
Hexo
Coder_Jeremy Wu
上海 码农
展开
-
如何给Hexo正确添加RSS订阅
安装feed插件 本地hexo目录下运行git bash here 输入指令npm install hexo-generator-feed 等待安装完成 添加配置文件 打开hexo目录下配置文件_config.yml,末尾添加以下配置 # Extensions ## Plugins: http://hexo.io/plugins/ #RSS订阅 plugin: - hexo-genera...原创 2018-10-31 18:31:42 · 5075 阅读 · 0 评论 -
NexT 6 添加字数和阅读时间统计
打开hexo目录,运行git bush,安装插件 $ npm install hexo-symbols-count-time --save 修改博客配置文件,添加以下代码 symbols_count_time: symbols: true time: true total_symbols: true total_time: true 修改主题配置文件,搜索symbols_count_time,快...原创 2018-10-31 18:38:15 · 3658 阅读 · 0 评论