zl程序教程

您现在的位置是:首页 >  其他

当前栏目

hexo-cli博客 hexo-admin编辑器 next主题安装命令整理

博客编辑器安装命令 整理 主题 CLI admin
2023-09-14 09:01:58 时间
npm i -g hexo-cli

hexo init hexo-blog

cd hexo-blog

npm i hexo-admin --save

hexo server -d

安装主题:

cd hexo-blog

git clone https://github.com/theme-next/hexo-theme-next themes/next

vim _config.yml
themes: next