纪念一下2023.7-2024.3月运行的自己的博客(虽然没人看)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
RealXLFD 3c16a364cb 完善部署CI 4 months ago
scaffolds dev 11 months ago
source dev 4 months ago
themes/anzhiyu dev 4 months ago
.gitignore dev 11 months ago
.gitlab-ci.yml 完善部署CI 4 months ago
README.md 完成GitLab CL/CD 4 months ago
_config.anzhiyu copy.yml dev 4 months ago
_config.anzhiyu.yml dev 4 months ago
_config.yml 完善部署CI 4 months ago
gulpfile.js dev 11 months ago
hexo-init.sh dev 10 months ago
hexo-offline.config.cjs dev 11 months ago
package-lock.json dev 4 months ago
package.json dev 4 months ago
yarn.lock dev 4 months ago

README.md

Hexo-Blog

纪念一下2023.7-2024.3月运行的自己的博客(虽然没人看)

Deploy

CodeSpace Set

Install the Env

  1. curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
  2. apt install nodejs
  3. npm install -g hexo-cli
  4. npm install hexo-renderer-pug hexo-renderer-stylus --save
  5. install gulp
    • npm install --global gulp-cli
npm install gulp --save
npm install gulp-htmlclean gulp-htmlmin gulp-clean-css gulp-uglify gulp-imagemin --save
npm install gulp-babel babel-preset-env babel-preset-mobx --save
npm install -D @babel/core @babel/preset-react @babel/preset-env --save
  1. Deploy Plugins
npm install hexo-deployer-git --save
npm install hexo-deployer-sftp --save
  1. Bgm.tv: npm install hexo-bangumis --save

RUN 3-7 in shell: hexo-init.sh