博客搭建历程(4)
博客评论系统的选择 怀念文:当时使用的主题是 yilla 其他评论系统参考 经过一波折腾,最终选择了Valine 我喜欢它的匿名评论,23333!!! 参考教程 作者的博客 Valine文档 https://github.com/litten/hexo-theme-yilia/pull/646 https://www.xxwhite.com/2017/Valine.html https://panjunwen.com/diy-a-comment-system/
博客评论系统的选择 怀念文:当时使用的主题是 yilla 其他评论系统参考 经过一波折腾,最终选择了Valine 我喜欢它的匿名评论,23333!!! 参考教程 作者的博客 Valine文档 https://github.com/litten/hexo-theme-yilia/pull/646 https://www.xxwhite.com/2017/Valine.html https://panjunwen.com/diy-a-comment-system/
hexo生成工程文件介绍 hexo插件 主题yilia 默认目录结构 具体参考
本文大多数图片链接失效,建议阅读:https://cloud.tencent.com/developer/article/1656959 一、使用hexo deploy部署博客到Github 使用参考 ** 先安装个扩展$ npm install hexo-deployer-git --save ** 1.修改博客根目录下的_config_yml文件 123456# Deployment## Docs: https://hexo.io/docs/deployment.htmldeploy: type: git repo: [email protected]:yeshan333/yeshan333.github.io.git # 这个可到Github仓库拿 branch: master
本文大多数图片链接失效,建议阅读:https://cloud.tencent.com/developer/article/1656961 我为什么要搭建自己的博客:人嘛!总会有迷茫的时候。无聊了就搭建一个博客玩玩。借此思考下人生戳这里先洗下脑 [BetterExplained]为什么你应该(从现在开始就)写博客 使用Hexo+GitHub Pages搭建属于自己的博客 依赖 安装Node.js 安装git 一个GitHub账号 hexo全家桶