原 hexo博客介绍
简介
Hexo 是一个快速、简洁且高效的博客框架。 Hexo 使用 Markdown(或其他标记语言)解析文章,在几秒内,即可利用靓丽的主题生成静态网页。
主题:https://github.com/blinkfox/hexo-theme-matery
安装
1、安装Node.js 12.0 及以上版本,这里安装nodejs 16.20.2
2、开始安装:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | sudo yum install https://rpm.nodesource.com/pub_16.x/nodistro/repo/nodesource-release-nodistro-1.noarch.rpm -y sudo yum install nodejs -y --setopt=nodesource-nodejs.module_hotfixes=1 node -v npm -v npx -v npm config set registry http://registry.npm.taobao.org/ npm install -g hexo-cli npm install hexo-admin --save npm install hexo-wordcount --save npm i -S hexo-prism-plugin npm install hexo-generator-search --save hexo init /www/wwwroot/hexoblog/ /www/server/nodejs/v16.20.2/bin/npm install cd /www/wwwroot/hexoblog/themes/ git clone https://github.com/blinkfox/hexo-theme-matery.git vi /www/wwwroot/hexoblog/_config.yml theme: hexo-theme-matery cd /www/wwwroot/xa.dbaup.com/source hexo new page "categories" hexo new page "tags" hexo new page "about" hexo g hexo server /www/server/nodejs/v16.20.2/bin/hexo server -p 4001 |
管理:http://192168.8.8:4000/admin
主题配置
https://zhuanlan.zhihu.com/p/104336960#:~:text=hexo-theme
https://blog.17lai.site/posts/40300608/
赞赏
1 2 3 4 | [root@lhrblog xa.dbaup.com]# find ./ -name reward ./themes/hexo-theme-matery/source/medias/reward ./public/medias/reward [root@lhrblog xa.dbaup.com]# |