博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
博客工具 hexo 使用
阅读量:4978 次
发布时间:2019-06-12

本文共 731 字,大约阅读时间需要 2 分钟。

hexo github pages 搭配起来,写博客,相当的不错

安装先不写了,以后补上,网上有好多教程

写下使用相关的,防止自己忘了什么的

先Node.js 环境,之前老是忘记这个,找不到命令,额,不了解Node.js

nvm install 0.10

bash

clean      Remove generated files and the cache  config     List the current configuration  deploy     Deploy your website  generate   Generate static files  help       Get help on a command  init       Create a new Hexo folder  list       List the information of the site  migrate    Migrate your site from other system to Hexo  new        Create a new post  publish    Publish a draft  render     Render the files with Markdown or other engines  server     Start the server  version    Display version information

hexo new "post"

hexo g

hexo deploy  

转载于:https://www.cnblogs.com/Hsin/p/4295732.html

你可能感兴趣的文章
JAVA线程安全总结(转载)
查看>>
python进程池剖析(三)
查看>>
基于 geojson数据类型面转线Transforms Polygons and MultiPolygons to LineStrings.
查看>>
日历 练习
查看>>
javascript中defer的作用
查看>>
【源码】canal和otter的高可靠性分析
查看>>
统计代码行数命令
查看>>
Task 4.4二维环形数组求最大子矩阵之和
查看>>
(原创)带模板的OLE输出EXCEL
查看>>
手写js面向对象选项卡插件
查看>>
对className增删替换切换的一些操作方法
查看>>
redis示例
查看>>
用css 实现凹陷的线条
查看>>
hadoop2.6.0实践:A03 例子验证
查看>>
Grails连接mysql数据库
查看>>
input-file 部分手机不能拍照问题
查看>>
C#面向对象编程
查看>>
ES6 随记(1)-- let 与 const
查看>>
Windows Server 2003中的网络负载平衡技术的实现方法
查看>>
Android 二维码 生成和识别(附Demo源码)
查看>>