Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 808 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 808 Bytes

说明

国家自然基金项目:轻量化协作机器人设计方法与控制技术研究

网页代码仓库:2025/1/22

网页作者:胡翰泽

指令

hexo new "name"       # 新建文章
hexo new page "name"  # 新建页面
hexo g -d             # 生成页面并部署
hexo g                # 生成页面
hexo d                # 部署
hexo s                # 本地预览
hexo clean            # 清除缓存和已生成的静态文件
hexo help             # 帮助

下载的主题

git clone https://github.com/iissnan/hexo-theme-next themes/next
git clone https://github.com/maochunguang/black-blue  themes/black-blue
git clone https://github.com/kaiiiz/hexo-theme-book themes/book
git clone https://github.com/cgmartin/hexo-theme-bootstrap-blog.git themes/bootstrap-blog