反思与总结
课程名称:云计算系统
年级:大三
Lab9
姓名:姚嘉和
学号:10205501436
Lab9 反思与总结一、博客的选择本次实验我们选择了hexo作为博客的框架
Hexo是一个快速、简洁且高效的博客框架。Hexo 使用 Markdown(或其他渲染引擎)解析文章,在几秒内,即可利用靓丽的主题生成静态网页。即把用户的markdown文件,按照指定的主题解析成静态网页。本次作业的文章我们都使用了markdown来编写文章,可以达到快速、便捷、美观的效果
二、博客主题及其选取原因本次实验的博客主题选用了Butterfly主题,原因是我觉得这个最好看
三、实验中遇到的问题1.好看的主题太多选不过来,很纠结2.下载hexo和npm插件较慢
四、反思与总结本次实验很好玩,有空会对页面进行美化以及充实
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