BlogGuide
本文采用[[Hexo]]+[[Git]]+[[Nodejs]]+[[Github]]+Aliyun+[[Vercel]]方式搭建个人博客网站 一,必备工具的安装下载Git,Nodejs,Hexo 官网下载git,nodejs并安装 测试是否下载成功:打开cmd,输入: 123node -vnpm -v(这个是node附带的)git -v 出现版本号即为安装成功3. 下载Hexo:在cmd中输入: 1npm install hexo-cli -g git与github的账户配置(如果你已有git和github账号,请忽略此步) 进入任意文件夹,右键空白处然后点击Git Bash Here,输入: 12git config --global user.email "你的邮箱"git config --global user.name "你的名字" 进入GitHub网站,注册一个账号 二,创建GitHub仓库 进入GitHub网站,点击Create a new...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment