时间:2021-05-25
一、安装新版本的nodejs和npm
安装n模块:
npm install -g n升级node.js到最新稳定版
n stable二、安装hexo
note: 参考github,不要去其官网
安装Hexo
npm install hexo-cli -gSetup your blog
hexo init blemeshcd blemesh安装Cactus主题,众多开源主题中比较简洁的一个:
主题页
Cactus页
git clone https://github.com/probberechts/hexo-theme-cactus.git themes/cactus修改主题配置:
vim _config.yml
# Extensions## Plugins: https://hexo.io/plugins/## Themes: https://hexo.io/themes/## theme: landscapetheme: cactustheme_config:colorscheme: whiteCreate pages and articles with the hexo new [layout] <title> command. For example, to create an "about me" page, run:
hexo new page aboutThis will create a new file in source/about/index.md Similary, you can create a new article with
hexo new post "hello world"and add some interesting content in source/_posts/hello-world.md.
Start the server:
hexo server8001 port:
hexo server -p 8001三、安装hexo-admin并配置
安装:
npm install --save hexo-admin打开目录下的_config.yml配置hexo-admin:
admin:
注:
1)其中password_hash是你自己的明文密码经过加密后的字符串,但是如果用类似下面的网址: https://bcrypt-generator.com/ 会生成:$2y$10$pJjIxxxxxfMn9U/xxxxxNuuA20kh1eoB7vZxxxxx/7WpeV7IOxxxx类似的加密串,但是运行会报invalid salt revision错误,其原因是:
完
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
vue.js开发环境搭建教程分享,具体内容如下1、安装node.js,忽略2、基于node.js,利用淘宝npm镜像安装相关依赖在cmd里直接输入:npmins
Node.js是一个基于ChromeJavaScript运行时建立的平台,用于方便地搭建响应速度快、易于扩展的网络应用。Node.js使用事件驱动,非阻塞I/O
Linux使用Node.js建立访问静态网页的服务实例详解一、安装node.js运行所需要的环境,:二、创建node目录(/node/www),并在目录下创建n
安装express$npminstallexpress--save在node.js中,我们最常用的框架就是expressExpress是一个基于Node.js平
本文实例讲述了node读写Excel操作。分享给大家供大家参考,具体如下:目支持写Excel的node.js模块:node-xlsx:基于Node.js解析ex