hexo博客安装方法
termux
termux安装准备
pkg换源
1234567sed -i 's@^\(deb.*stable main\)$@#\1\ndeb https://mirrors.tuna.tsinghua.edu.cn/termux/termux-packages-24 stable main@' $PREFIX/etc/apt/sources.listpkg updatepkg install nodejs-ltspkg install gitpkg install vim
需要在目录下运行安装
123mkdir hexochmod 777 hexocd hexo
hexo
npm换源(淘宝)
1npm config set registry https://registry.npmmirror.com
安装
12npm install hexo-cli -ghexo init
启动命令
12hexo ghexo s
主题
下载主题
1git clone -b master https://github.com/jerryc127/hexo-theme-butte ...
数据库加载中
