1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
| wget https://nodejs.org/download/release/v22.14.0/node-v22.14.0-win-x64.zip C:\Soft\7ZIP\7z.exe x C:\Users\leux\Downloads\node-v22.14.0-win-x64.zip -oC:\Soft ren node-v22.14.0-win-x64 Nodejs
cd C:\Soft\Nodejs set PATH=%PATH%;C:\Soft\Nodejs npm install hexo-cli -g hexo init www cd C:\Soft\Nodejs\www npm install
hexo server hexo clean hexo generate
title: 云端笔记 subtitle: '学习的备忘录' description: '好记性不如烂笔头' keywords: 云端笔记, leux, 零壹, 云端, 备忘录, 笔记 author: leux language: zh-CN timezone: ''
url: https://leux.cn permalink: doc/:title.html
theme: next
|