avatar
Articles
81
Tags
50
Categories
21

Home
Archives
Tags
Categories
List
  • Music
  • Movie
  • Photo
  • Game
  • Book
About
Link
Messageboard
Some
Search
Home
Archives
Tags
Categories
List
  • Music
  • Movie
  • Photo
  • Game
  • Book
About
Link
Messageboard

HEXO快捷方式

Created2020-06-09|Updated2024-03-12|建站
|Post Views:

https://www.jianshu.com/p/1c888a6b8297?utm_source=oschina-app

新编写BLOG

hexo new [layout]

push到github:

hexo deploy

hexo clean

hexo deploy

每次都要执行 hexo clean 和 hexo deploy,不如写个新的脚本

1
2
3
// package.json
"dev": "hexo s",
"build": "hexo clean & hexo deploy"

npm run build

Author: 夏夏天
Link: https://smartxia.github.io/blog/2020/06/09/建站/建站-HEXO-快捷方式/
Copyright Notice: All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Sponsor
  • 微信
    微信
  • 支付宝
    支付宝
cover of previous post
Previous
Go并发编程总结
cover of next post
Next
MYSQl索引

Comment
avatar
夏夏天
以地事秦 犹抱薪救火 薪不尽 火不灭
Articles
81
Tags
50
Categories
21
Follow Me
Announcement
This is my Blog
Contents
  1. 1. 新编写BLOG
  2. 2. push到github:
  3. 3. 每次都要执行 hexo clean 和 hexo deploy,不如写个新的脚本
Recent Post
k8s中如何做到动态分配网络域名
k8s中如何做到动态分配网络域名2024-07-17
k8s中关于服务网络的使用
k8s中关于服务网络的使用2024-07-17
golang Context上下文
golang Context上下文2024-07-15
k8s-有状态服务无状态服务和对外访问服务
k8s-有状态服务无状态服务和对外访问服务2024-04-12
k8s-StorageClass PV PVC 概念和使用
k8s-StorageClass PV PVC 概念和使用2024-04-12
©2020 - 2024 By 夏夏天
Framework Hexo|Theme Butterfly
Search
Loading the Database