EndaLin / EndaLin.github.io

基于Hexo + NexT 搭建的个人博客
https://endalin.github.io/
1 stars 0 forks source link

基于Hexo搭建个人博客

技术参考:

几条必须执行的命令

# If you're in China, maybe you should install it from our China mirror:
npm install cnpm -g --registry=https://r.npm.taobao.org

npm install

cnpm install -g hexo-cli

cnpm install hexo --save

cnpm install hexo-server

cnpm install hexo-deployer-git --save

cnpm install hexo-wordcount --save //字数统计

Github actions