云计算实验二实验报告
山东大学计算机科学与技术学院 云计算技术课程实验报告 学号: 202300130081 | 姓名: 唐国智 | 班级: 6班 实验题目: 利用云平台搭建个人博客 实验学时: 2 | 实验日期: 2026/3/20 一、实验目的本实验旨在通过实践操作,掌握基于云计算环境的网站部署技能。具体包括:构建环境并实现个人博客/网站的搭建,撰写实验报告,并将这份报告作为一篇博文发布在自己的博客/网站上。 二、实验环境 硬件环境: 联网的计算机一台 软件环境: Windows or Linux 三、实验步骤与内容步骤1:GitHub仓库创建与配置在github创建一个新的仓库。 步骤2:本地环境搭建与仓库连接安装Node.js与Git,完成后打开命令提示符(CMD),输入 node -v、git --version,验证安装成功。全局安装Hexo框架,输入命令 npm install -g hexo-cli,安装完成后输入 hexo -v 验证。在本地创建博客文件夹,进入该文件夹,输入 hexo init 初始化博客项目,初始化完成后,文件夹内会生成配置文件、主题文...
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



