Hexo添加RSS订阅
安装feed插件hexo博客有一个专门生成RSS xml文件的插件hexo-generator-feed
1npm install hexo-generator-feed
启用插件在博客工程文件根目录下_config.yml文件中添加如下内容
12345678# Extensionsplugins ...
Hexo-Aplayer播放器
创建歌单页面新建页面,命名为music:
1hexo new page music
在 /Hexo/source 文件夹下会生成一个music文件夹,打开里面的index.md,修改:
1234567---title: 那些年,听过的音乐date: 2019-10-06 15:42:18type: ...
Valine Admin 留言板
简介此项目是一个对 Valine 评论系统的拓展应用,可增强 Valine 的邮件通知功能。基于 Leancloud 的云引擎与云函数。可以提供邮件 通知站长 和 @ 通知 的功能,而且还支持自定义邮件通知模板。
点击查看演示
快速开始Valine官方提供的邮件提醒功能是基于Leancloud的密码 ...
Hexo添加Live2d看板动画效果
引言Hexo是一个快速、简洁且高效的博客框架,能够快速生成静态页面,只需一条指令即可部署到 GitHub Pages, Heroku 或其他网站,支持 GitHub Flavored Markdown 的所有功能,同时还拥有强大的插件系统。
为增添页面趣味性,这次主要介绍 Hexo 添加Live2 ...
Hexo博客搭建
什么是 Hexo?Hexo 是一个快速、简洁且高效的博客框架。Hexo 使用Markdown(或其他渲染引擎)解析文章,在几秒内,即可利用靓丽的主题生成静态网页。
官方文档:https://hexo.io/zh-cn/docs/
安装安装 Hexo 相当简单,只需要先安装下列应用程序即可:
Nod ...
hexo-theme-butterfly 安裝文檔(三)主題配置
本文章转载自https://jerryc.me/posts/4aa8abbe/#%E4%BB%A3%E7%A2%BC%E9%AB%98%E4%BA%AE%E4%B8%BB%E9%A1%8C
本教程更新於 2020 年 03 月 28 日Butterfly 已經升級到 V2.2.5為了方便我回復大家的 ...
hexo-theme-butterfly 安装文档(二)主题页面
本文转载自 https://jerryc.me/posts/dc584b87/#Page-Front-matter
Page Front-matter1234567891011--- title: date: type: (tags,link,categories这三个页面需要配置) comment ...
hexo-theme-butterfly 安裝文檔(一)快速開始
本文转载自 https://jerryc.me/posts/21cfbf15/#%E5%AE%89%E8%A3%9D
快速开始hexo-theme-butterfly 是基于Molunerfinn的hexo-theme-melody的基础上进行开发的。文档也是在hexo-theme-melody的文 ...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in ...