Hexo_Command

本文最后更新于:2 年前

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

Synthesis_Command_Hexo

1
$ hexo cl && hexo g && hexo d

Synthesis_Command_Git

1
2
3
$ git add .或者git add filename
$ git commit -m "推送注释内容"
$ git push (origin main)(main为分支)

Synthesis_Command_bash

1
2
#让linux的jyputer notebook服务一直运行
nohup jupyter notebook --allow-root &

More info: Deployment


Hexo_Command
https://alleyf.github.io/2022/09/2ffa691bd0f6.html
作者
alleyf
发布于
2022年9月10日
更新于
2022年9月12日
许可协议