ph的博客

宁静致远


  • 首页

  • 关于

  • 分类

  • 归档

  • 搜索

Hello World

发表于 2019-08-20 | | 阅读次数:
字数统计: 73 | 阅读时长 ≈ 1

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

hexo 换节点操作

发表于 2019-03-04 | 分类于 hexo | | 阅读次数:
字数统计: 363 | 阅读时长 ≈ 1

当hexo换节点后的操作

1、安装npm

阅读全文 »

此blog搭建流程

发表于 2019-02-25 | 分类于 hexo | | 阅读次数:
字数统计: 274 | 阅读时长 ≈ 1

linux上面安装node.js

参考:https://linux.cn/article-5766-1.html
  • 1 安装必要的包:
    apt-get install python gcc make g++ (centos 是:yum install python gcc+ gcc-c++)
  • 2 下载node.js包:
    wget https://nodejs.org/dist/v8.12.0/node-v8.12.0.tar.gz
    tar zxvf node-v8.12.0.tar.gz
  • 3 编译安装
    进入源代码的目录,然后运行.configure文件
    cd node-v8.12.0
    ./configure
    然后执行make install
  • 4 测试是否安装完成
    node -v
    阅读全文 »
keirry

keirry

bluesky's site

3 日志
1 分类
RSS
Github 知乎
© 2019 keirry 本站总访问量次 | Site words total count: 710
由 Hexo 强力驱动
|
主题 — NexT.Muse v5.1.4
0%