Hexo Blog Introduce
目录
Welcome to Hexo! This is my very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting.
Hexo Introduce
- Hexo is a fast, simple and powerful blog framework. You write posts in Markdown (or other markup languages) and Hexo generates static files with a beautiful theme in seconds.
- Hexo+github+gitee blog deployment tutorial
- download Git&&Node.js
- Github Register && GithubPage Create
- Configure Git user&&mail
- Install Theme && Config
- Config Some Plugins
- Good Github Page Recommand:
Hexo Command
$ npm install hexo -g #安装
$ npm update hexo -g #升级
$ hexo init #初始化
$ hexo new page "categories" #新建页面
# 简写
$ hexo n "我的博客" == hexo new "我的博客" #新建文章
$ hexo p == hexo publish
$ hexo g == hexo generate#生成
$ hexo s == hexo server #启动服务预览 对跟配置文件修改需要重启
$ hexo d == hexo deploy#部署
# 服务器
$ hexo server #Hexo 会监视文件变动并自动更新,您无须重启服务器。
$ hexo server -s #静态模式
$ hexo server -p 5000 #更改端口
$ hexo server -i 192.168.1.1 #自定义 IP
$ hexo clean #清除缓存db.json 网页正常情况下可以忽略此条命令
#需要删掉用命令新建的文章或页面时,只需要进入 Hexo 根目录下的 source 文件夹,删除对应文件或文件夹即可
$ hexo g #生成静态页面至public目录
$ hexo s #开启预览访问端口(默认端口4000,'ctrl + c'关闭server)
$ hexo d #将.deploy目录部署到GitHub
#监视文件变动
hexo generate --watch #监视文件变动
配置选项 默认值 描述 title Markdown
的文件标题文章标题,强烈建议填写此选项 date 文件创建时的日期时间 发布时间,强烈建议填写此选项,且最好保证全局唯一 author 根 _config.yml
中的author
文章作者 img featureImages
中的某个值文章特征图,推荐使用图床(腾讯云、七牛云、又拍云等)来做图片的路径。如: http://xxx.com/xxx.jpg top true
推荐文章(文章是否置顶),如果 top
值为true
,则会作为首页推荐文章cover false
v1.0.2
版本新增,表示该文章是否需要加入到首页轮播封面中coverImg 无 v1.0.2
版本新增,表示该文章在首页轮播封面需要显示的图片路径,如果没有,则默认使用文章的特色图片password 无 文章阅读密码,如果要对文章设置阅读验证密码的话,就可以设置 password
的值,该值必须是用SHA256
加密后的密码,防止被他人识破。前提是在主题的config.yml
中激活了 verifyPassword选项toc true
是否开启 TOC,可以针对某篇文章单独关闭 TOC 的功能。前提是在主题的 config.yml
中激活了toc
选项mathjax false
是否开启数学公式支持 ,本文章是否开启 mathjax
,且需要在主题的_config.yml
文件中也需要开启才行summary 无 文章摘要,自定义的文章摘要内容,如果这个属性有值,文章卡片摘要就显示这段文字,否则程序会自动截取文章的部分内容作为摘要 categories 无 文章分类,本主题的分类表示宏观上大的分类,只建议一篇文章一个分类 tags 无 文章标签,一篇文章可以多个标签 reprintPolicy cc_by 文章转载规则, 可以是 cc_by, cc_by_nd, cc_by_sa, cc_by_nc, cc_by_nc_nd, cc_by_nc_sa, cc0, noreprint 或 pay 中的一个
Error Record
- FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory in ionic 3
export NODE_OPTIONS="–max-old-space-size=5120" #increase to 5gb export NODE_OPTIONS="–max-old-space-size=6144" #increase to 6gb export NODE_OPTIONS="–max-old-space-size=7168" #increase to 7gb export NODE_OPTIONS="–max-old-space-size=8192" #increase to 8gb
- ERROR Process failed: _posts/存储设计/虚拟化技术/Minikube-tutorial.md YAMLException: end of the stream or a document separator is expected at line 2, column 5: date: 2022-05-02 22:10:04
检查:后是否有空格