hexo init
npm install
hexo new “hello gpt”
git init
git remote add origin https://github.com/username/reponame
git add .
git commit -m ‘initail commit’
git branch -M main
git push -u origin main
(origin要在仓库中先创建好)
cloudflare-page:
branch: main
build command: npx hexo generate
directory: public
settings:
environment variables: NODE_VERSION 22.11.0
git push -u origin main
vscode:
commit
synic