1 2 3 4 5 6 7 8 9 10 11 12 13
| # rss,sitemap npm install hexo-generator-feed hexo-generator-sitemap hexo-deployer-git cd ../ # 创建项目简介 ""> README.md # 为项目建立捐助方式 mkdir .github;cd .github;"custom: ['https://DukeBode.github.io/sponsor']" > FUNDING.yml;cd ../ # 安装 hexo-theme-next 主题 npm install hexo-theme-next; cp node_modules/hexo-theme-next/_config.yml _config.next.yml npm uninstall hexo-theme-landscape # 别名 hexo
|