Hexo 博客常用命令和插件
Hexo 博客常用命令和插件
网络收集Hexo 博客常用命令和插件
前置工作
- 安装 node:Node.js — 在任何地方运行 JavaScript
- 安装 git:Git - Downloads
- 可选 安装 vscode:Visual Studio Code - Code Editing. Redefined
- 配置用户名和邮箱
1 | git config --global user.name "你的用户名" |
- 配置公钥连接 Github
1 | ssh-keygen -t rsa -C "你的邮箱" # 将生成的公钥pub文件粘贴到github网页设置 |
- 更换 npm 镜像源
1 | npm config set registry https://mirrors.huaweicloud.com/repository/npm/ |
安装 Hexo
名称 | 命令 |
---|---|
安装 hexo | npm install -g hexo-cli |
查看 hexo 版本 | hexo -v |
创建博客根文件夹 | hexo init blogroot |
进入根文件夹 | cd blogroot |
初始化 | npm install |
本地部署并预览 | hexo cl && hexo s (vscode: hexo cl; hexo s ) |
一键三连 | hexo cl && hexo g && hexo d (vscode: hexo cl; hexo g; hexo d ) |
Hexo 插件
卸载命令为
npm uninstall 插件名
名称 | 安装命令 | 仓库 |
---|---|---|
部署到 github pages | npm install hexo-deployer-git –save | 链接 |
文章永久链接 | npm install hexo-abbrlink –save | 链接 |
文章永久链接 2 | npm install hexo-abbrlink2 –save | 链接 |
自动在文章中添加本文链接 | npm install hexo-addlink –save | 链接 |
外挂警告标签 | npm install hexo-admonition –save | 链接 |
algolia 搜索 | npm install hexo-algoliasearch –save | 链接 |
嵌入 b 站的视频卡片 | npm install hexo-bilibili-card –save | 链接 |
嵌入代码和油管视频 | npm i hexo-tag-embed | 链接 |
文章加密 | npm install hexo-blog-encrypt –save | 链接 |
添加发布统计图表 | npm install hexo-butterfly-charts –save | 链接 |
文章插入豆瓣卡片 | npm install hexo-douban-card –save | 链接 |
嵌入豆瓣个人主页 | npm install hexo-douban –save | 链接 |
新增每日新闻页面 | npm install hexo-daily-news –save | 链接 |
发 布到 腾讯云、阿里云 S3 | npm install hexo-deployer-cos-cdn –save | 链接 |
发布到华为云 S3 | npm install hexo-deployer-huaweicloud-obs –save | 链接 |
发布到 RSS3 | npm install hexo-deployer-rss3 –save | 链接 |
发布到 Amazon S3 | npm install hexo-deployer-s3 –save | 链接 |
发布到又拍云对象存 储 | npm install hexo-deployer-upyun-purge –save | 链接 |
解决 disqus 评论不能访问 | npm install hexo-disqus-proxy –save | 链接 |
插入 豆瓣 卡片 | npm install hexo-douban-card –save | 链接 |
自动统一标签大小写 | npm install hexo-easy-tags-plugin –save | 链接 |
自动生成 Front-matter | npm install hexo-enhancer –save | 链接 |
post 相对链接转换为网络连接 | npm install hexo-filter-link-post –save | 链接 |
本地图片链接转换为网络连接 | npm install hexo-image-link –save | 链接 |
自动在在中英文之间插入空格 | npm install hexo-filter-text-autospace | 链接 |
将 ob 维基链接转换为标准链接 | npm install hexo-filter-titlebased-link –save | 链接 |
生成归档页面 | npm install hexo-generator-archive –save | 链接 |
生成 RS S 订阅 | npm install hexo-generator-feed –save | 链接 |
生成所有文章链接的 README.md | npm install hexo-generator-readme-file –save | 链接 |
本地搜索 | npm install hexo-generator-search –save | 链接 |
又一个本地搜索 | npm install hexo-generator-searchdb | 链接 |
嵌入 github 仓库卡片 | npm install –save hexo-github-card | 链接 |
在文章中嵌入一个 md 文件 | npm install hexo-insert-markdown –save | 链接 |
自动给本地图添加水印 | npm install hexo-images-watermark –save | 链接 |
在文章中插入麻将牌 | npm install –save hexo-mahgen | 链接 |
压缩 HTML/CSS/JS/Font/图片 | npm install hexo-minify –save | 链接 |
多语言生成和管理 | npm install hexo-multiple-language-generate –save | 链接 |
read more 引流插件 | npm install hexo-readmore –save | 链接 |
使博客支持 MD 的引用与脚注 | npm install hexo-reference-plus –save | 链接 |
#插件 #hexo
评论
匿名评论隐私政策
✅ 你无需删除空行,直接评论以获取最佳展示效果